[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / d / e / Mixpanel-swift / 2.4.4 / Mixpanel-swift.podspec.json
blob29d4b2a6aa5f4e877c59be5e9aace3f0be51bd9a
2   "name": "Mixpanel-swift",
3   "version": "2.4.4",
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.4.4"
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   "subspecs": [
50     {
51       "name": "Complete",
52       "ios": {
53         "pod_target_xcconfig": {
54           "OTHER_SWIFT_FLAGS": "$(inherited) -D DECIDE"
55         },
56         "source_files": "Mixpanel/*.swift"
57       },
58       "tvos": {
59         "source_files": [
60           "Mixpanel/Network.swift",
61           "Mixpanel/FlushRequest.swift",
62           "Mixpanel/PrintLogging.swift",
63           "Mixpanel/FileLogging.swift",
64           "Mixpanel/Logger.swift",
65           "Mixpanel/JSONHandler.swift",
66           "Mixpanel/Error.swift",
67           "Mixpanel/AutomaticProperties.swift",
68           "Mixpanel/Constants.swift",
69           "Mixpanel/MixpanelType.swift",
70           "Mixpanel/Mixpanel.swift",
71           "Mixpanel/MixpanelInstance.swift",
72           "Mixpanel/Persistence.swift",
73           "Mixpanel/Flush.swift",
74           "Mixpanel/Track.swift",
75           "Mixpanel/People.swift",
76           "Mixpanel/AutomaticEvents.swift",
77           "Mixpanel/ReadWriteLock.swift",
78           "Mixpanel/SessionMetadata.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           "Mixpanel/SessionMetadata.swift"
102         ]
103       }
104     },
105     {
106       "name": "Core",
107       "ios": {
108         "source_files": [
109           "Mixpanel/Network.swift",
110           "Mixpanel/FlushRequest.swift",
111           "Mixpanel/PrintLogging.swift",
112           "Mixpanel/FileLogging.swift",
113           "Mixpanel/Logger.swift",
114           "Mixpanel/JSONHandler.swift",
115           "Mixpanel/Error.swift",
116           "Mixpanel/AutomaticProperties.swift",
117           "Mixpanel/Constants.swift",
118           "Mixpanel/MixpanelType.swift",
119           "Mixpanel/Mixpanel.swift",
120           "Mixpanel/MixpanelInstance.swift",
121           "Mixpanel/Persistence.swift",
122           "Mixpanel/Flush.swift",
123           "Mixpanel/Track.swift",
124           "Mixpanel/People.swift",
125           "Mixpanel/AutomaticEvents.swift",
126           "Mixpanel/ReadWriteLock.swift",
127           "Mixpanel/SessionMetadata.swift"
128         ]
129       },
130       "tvos": {
131         "source_files": [
132           "Mixpanel/Network.swift",
133           "Mixpanel/FlushRequest.swift",
134           "Mixpanel/PrintLogging.swift",
135           "Mixpanel/FileLogging.swift",
136           "Mixpanel/Logger.swift",
137           "Mixpanel/JSONHandler.swift",
138           "Mixpanel/Error.swift",
139           "Mixpanel/AutomaticProperties.swift",
140           "Mixpanel/Constants.swift",
141           "Mixpanel/MixpanelType.swift",
142           "Mixpanel/Mixpanel.swift",
143           "Mixpanel/MixpanelInstance.swift",
144           "Mixpanel/Persistence.swift",
145           "Mixpanel/Flush.swift",
146           "Mixpanel/Track.swift",
147           "Mixpanel/People.swift",
148           "Mixpanel/AutomaticEvents.swift",
149           "Mixpanel/ReadWriteLock.swift",
150           "Mixpanel/SessionMetadata.swift"
151         ]
152       },
153       "osx": {
154         "source_files": [
155           "Mixpanel/Network.swift",
156           "Mixpanel/FlushRequest.swift",
157           "Mixpanel/PrintLogging.swift",
158           "Mixpanel/FileLogging.swift",
159           "Mixpanel/Logger.swift",
160           "Mixpanel/JSONHandler.swift",
161           "Mixpanel/Error.swift",
162           "Mixpanel/AutomaticProperties.swift",
163           "Mixpanel/Constants.swift",
164           "Mixpanel/MixpanelType.swift",
165           "Mixpanel/Mixpanel.swift",
166           "Mixpanel/MixpanelInstance.swift",
167           "Mixpanel/Persistence.swift",
168           "Mixpanel/Flush.swift",
169           "Mixpanel/Track.swift",
170           "Mixpanel/People.swift",
171           "Mixpanel/AutomaticEvents.swift",
172           "Mixpanel/ReadWriteLock.swift",
173           "Mixpanel/SessionMetadata.swift"
174         ]
175       }
176     }
177   ]