[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 2 / d / e / Mixpanel-swift / 2.3.0 / Mixpanel-swift.podspec.json
blob3b3476377f6c6132d4eab98d785cc2e5cbe082c1
2   "name": "Mixpanel-swift",
3   "version": "2.3.0",
4   "module_name": "Mixpanel",
5   "license": "Apache License, Version 2.0",
6   "summary": "Mixpanel tracking library for iOS (Swift)",
7   "homepage": "https://mixpanel.com",
8   "authors": {
9     "Mixpanel, Inc": "support@mixpanel.com"
10   },
11   "source": {
12     "git": "https://github.com/mixpanel/mixpanel-swift.git",
13     "tag": "v2.3.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0",
18     "osx": "10.10"
19   },
20   "ios": {
21     "resources": [
22       "Mixpanel/**/*.{png,xib,storyboard}"
23     ],
24     "frameworks": [
25       "UIKit",
26       "Foundation",
27       "CoreTelephony"
28     ]
29   },
30   "default_subspecs": "Complete",
31   "tvos": {
32     "frameworks": [
33       "UIKit",
34       "Foundation"
35     ],
36     "pod_target_xcconfig": {
37       "OTHER_SWIFT_FLAGS": "$(inherited) -D TV_OS"
38     }
39   },
40   "osx": {
41     "frameworks": [
42       "Cocoa",
43       "Foundation"
44     ],
45     "pod_target_xcconfig": {
46       "OTHER_SWIFT_FLAGS": "$(inherited) -D MAC_OS"
47     }
48   },
49   "pushed_with_swift_version": "4.0",
50   "subspecs": [
51     {
52       "name": "Complete",
53       "ios": {
54         "pod_target_xcconfig": {
55           "OTHER_SWIFT_FLAGS": "$(inherited) -D DECIDE"
56         },
57         "source_files": "Mixpanel/*.swift"
58       },
59       "tvos": {
60         "source_files": [
61           "Mixpanel/Network.swift",
62           "Mixpanel/FlushRequest.swift",
63           "Mixpanel/PrintLogging.swift",
64           "Mixpanel/FileLogging.swift",
65           "Mixpanel/Logger.swift",
66           "Mixpanel/JSONHandler.swift",
67           "Mixpanel/Error.swift",
68           "Mixpanel/AutomaticProperties.swift",
69           "Mixpanel/Constants.swift",
70           "Mixpanel/MixpanelType.swift",
71           "Mixpanel/Mixpanel.swift",
72           "Mixpanel/MixpanelInstance.swift",
73           "Mixpanel/Persistence.swift",
74           "Mixpanel/Flush.swift",
75           "Mixpanel/Track.swift",
76           "Mixpanel/People.swift",
77           "Mixpanel/AutomaticEvents.swift",
78           "Mixpanel/ReadWriteLock.swift"
79         ]
80       },
81       "osx": {
82         "source_files": [
83           "Mixpanel/Network.swift",
84           "Mixpanel/FlushRequest.swift",
85           "Mixpanel/PrintLogging.swift",
86           "Mixpanel/FileLogging.swift",
87           "Mixpanel/Logger.swift",
88           "Mixpanel/JSONHandler.swift",
89           "Mixpanel/Error.swift",
90           "Mixpanel/AutomaticProperties.swift",
91           "Mixpanel/Constants.swift",
92           "Mixpanel/MixpanelType.swift",
93           "Mixpanel/Mixpanel.swift",
94           "Mixpanel/MixpanelInstance.swift",
95           "Mixpanel/Persistence.swift",
96           "Mixpanel/Flush.swift",
97           "Mixpanel/Track.swift",
98           "Mixpanel/People.swift",
99           "Mixpanel/AutomaticEvents.swift",
100           "Mixpanel/ReadWriteLock.swift"
101         ]
102       }
103     },
104     {
105       "name": "Core",
106       "ios": {
107         "source_files": [
108           "Mixpanel/Network.swift",
109           "Mixpanel/FlushRequest.swift",
110           "Mixpanel/PrintLogging.swift",
111           "Mixpanel/FileLogging.swift",
112           "Mixpanel/Logger.swift",
113           "Mixpanel/JSONHandler.swift",
114           "Mixpanel/Error.swift",
115           "Mixpanel/AutomaticProperties.swift",
116           "Mixpanel/Constants.swift",
117           "Mixpanel/MixpanelType.swift",
118           "Mixpanel/Mixpanel.swift",
119           "Mixpanel/MixpanelInstance.swift",
120           "Mixpanel/Persistence.swift",
121           "Mixpanel/Flush.swift",
122           "Mixpanel/Track.swift",
123           "Mixpanel/People.swift",
124           "Mixpanel/AutomaticEvents.swift",
125           "Mixpanel/ReadWriteLock.swift"
126         ]
127       },
128       "tvos": {
129         "source_files": [
130           "Mixpanel/Network.swift",
131           "Mixpanel/FlushRequest.swift",
132           "Mixpanel/PrintLogging.swift",
133           "Mixpanel/FileLogging.swift",
134           "Mixpanel/Logger.swift",
135           "Mixpanel/JSONHandler.swift",
136           "Mixpanel/Error.swift",
137           "Mixpanel/AutomaticProperties.swift",
138           "Mixpanel/Constants.swift",
139           "Mixpanel/MixpanelType.swift",
140           "Mixpanel/Mixpanel.swift",
141           "Mixpanel/MixpanelInstance.swift",
142           "Mixpanel/Persistence.swift",
143           "Mixpanel/Flush.swift",
144           "Mixpanel/Track.swift",
145           "Mixpanel/People.swift",
146           "Mixpanel/AutomaticEvents.swift",
147           "Mixpanel/ReadWriteLock.swift"
148         ]
149       },
150       "osx": {
151         "source_files": [
152           "Mixpanel/Network.swift",
153           "Mixpanel/FlushRequest.swift",
154           "Mixpanel/PrintLogging.swift",
155           "Mixpanel/FileLogging.swift",
156           "Mixpanel/Logger.swift",
157           "Mixpanel/JSONHandler.swift",
158           "Mixpanel/Error.swift",
159           "Mixpanel/AutomaticProperties.swift",
160           "Mixpanel/Constants.swift",
161           "Mixpanel/MixpanelType.swift",
162           "Mixpanel/Mixpanel.swift",
163           "Mixpanel/MixpanelInstance.swift",
164           "Mixpanel/Persistence.swift",
165           "Mixpanel/Flush.swift",
166           "Mixpanel/Track.swift",
167           "Mixpanel/People.swift",
168           "Mixpanel/AutomaticEvents.swift",
169           "Mixpanel/ReadWriteLock.swift"
170         ]
171       }
172     }
173   ]