[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / d / e / Mixpanel-swift / 2.0.1 / Mixpanel-swift.podspec.json
blobde3f29880e8b43f0a332759c27f276076fafc6de
2   "name": "Mixpanel-swift",
3   "version": "2.0.1",
4   "license": "Apache License, Version 2.0",
5   "summary": "iPhone tracking library for Mixpanel Analytics in 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.0.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"