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
1517The Mixpanel Swift library for iOS is an open source project, and we'd love to see your contributions!
1618We'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