[Add] breez_sdk_liquidFFI 0.7.0-rc1
[CocoaPods.git] / Specs / 2 / d / e / Mixpanel-swift / 2.1.1 / Mixpanel-swift.podspec.json
blob3bf6eb3233f79dc8842041edfdd0905f6d59f7a5
2   "name": "Mixpanel-swift",
3   "version": "2.1.1",
4   "license": "Apache License, Version 2.0",
5   "summary": "Mixpanel tracking library for iOS (Swift)",
6   "homepage": "https://mixpanel.com",
7   "authors": {
8     "Mixpanel, Inc": "support@mixpanel.com"
9   },
10   "source": {
11     "git": "https://github.com/mixpanel/mixpanel-swift.git",
12     "tag": "v2.1.1"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "tvos": "9.0"
17   },
18   "ios": {
19     "source_files": "Mixpanel/*.swift",
20     "resources": [
21       "Mixpanel/**/*.{png,xib,storyboard}"
22     ],
23     "frameworks": [
24       "UIKit",
25       "Foundation",
26       "CoreTelephony"
27     ]
28   },
29   "tvos": {
30     "source_files": "Mixpanel/*.swift",
31     "exclude_files": [
32       "Mixpanel/MiniNotificationViewController.swift",
33       "Mixpanel/TakeoverNotificationViewController.swift"
34     ],
35     "frameworks": [
36       "UIKit",
37       "Foundation"
38     ]
39   },
40   "module_name": "Mixpanel",
41   "pushed_with_swift_version": "3.0"