Skip to content

Commit 39c8de1

Browse files
committed
Merge branch 'master' of github.com:mixpanel/mixpanel-swift
* 'master' of github.com:mixpanel/mixpanel-swift: Update .travis.yml Update README.md
2 parents 67c37fe + f732a63 commit 39c8de1

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
global:
1010
- WORKSPACE=MixpanelDemo.xcworkspace
1111
- SCHEME=MixpanelDemo
12-
- IOS_SDK=iphonesimulator9.3
12+
- IOS_SDK=iphonesimulator10.0
1313
matrix:
1414
- DESTINATION="platform=iOS Simulator,OS=8.1,name=iPhone 4S" SCHEME="$SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES" POD_LINT="YES"
1515
# - DESTINATION="platform=iOS Simulator,OS=8.2,name=iPhone 5" SCHEME="$SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES" POD_LINT="NO"

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55

66
[![Build Status](https://travis-ci.org/mixpanel/mixpanel-swift.svg)](https://travis-ci.org/mixpanel/mixpanel-swift)
7-
[![CocoaPods Version](http://img.shields.io/cocoapods/v/Mixpanel.svg?style=flat)](https://mixpanel.com)
8-
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
9-
[![Apache License](http://img.shields.io/cocoapods/l/Mixpanel.svg?style=flat)](https://mixpanel.com)
7+
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/mixpanel/mixpanel-swift.svg)](http://isitmaintained.com/project/mixpanel/mixpanel-swift "Average time to resolve an issue")
8+
[![Percentage of issues still open](http://isitmaintained.com/badge/open/mixpanel/mixpanel-swift.svg)](http://isitmaintained.com/project/mixpanel/mixpanel-swift "Percentage of issues still open")
9+
[![CocoaPods Compatible](http://img.shields.io/cocoapods/v/Mixpanel-swift.svg)](https://mixpanel.com)
10+
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg)](https://github.com/Carthage/Carthage)
11+
[![Apache License](http://img.shields.io/cocoapods/l/Mixpanel-swift.svg)](https://mixpanel.com)
1012

1113
# Introduction
1214

@@ -15,14 +17,20 @@ Welcome to the official Mixpanel Swift Library
1517
The Mixpanel Swift library for iOS is an open source project, and we'd love to see your contributions!
1618
We'd also love for you to come and work with us! Check out **[Jobs](http://boards.greenhouse.io/mixpanel/jobs/25226#.U_4JXEhORKU)** for details.
1719

18-
If you are using Objective-C, we recommend using our **[Objective-C Library](https://github.com/mixpanel/mixpanel-iphone)**
20+
If you are using Objective-C, we recommend using our **[Objective-C Library](https://github.com/mixpanel/mixpanel-iphone)**.
1921

2022
## Current supported features
2123

22-
* Tracking API
23-
* Mixpanel People API
24-
* Swift2.3 and latest [Swift3](https://github.com/mixpanel/mixpanel-swift/tree/swift3)
25-
* [Full Documentation](https://mixpanel.github.io/mixpanel-swift/)
24+
**Our master branch and our 2.x releases are now in Swift 3. If you wish to use our Swift 2.3 implementation, please point to our v1.0.1 release.**
25+
26+
| Feature | Swift 3 | [Swift 2.3](https://github.com/mixpanel/mixpanel-swift/tree/swift2.3) |
27+
| ------- | ------------- | ------------- |
28+
| Tracking API |||
29+
| People API |||
30+
| [Documentation](https://mixpanel.github.io/mixpanel-swift)|||
31+
| tvOS Support || |
32+
| In-app Notifications || |
33+
| Codeless Tracking || |
2634

2735
# Installation
2836

0 commit comments

Comments
 (0)