[Add] BonreeCore 1.5.2
[CocoaPods.git] / Specs / 2 / d / e / Mixpanel-swift / 2.4.5 / Mixpanel-swift.podspec.json
blobd4d0c048c1dec83b5ee59b5436331dd239433939
2   "name": "Mixpanel-swift",
3   "version": "2.4.5",
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.5"
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": [
57           "Mixpanel/*.swift",
58           "Mixpanel/ExceptionWrapper.m",
59           "Mixpanel/ExceptionWrapper.h",
60           "Mixpanel/Mixpanel.h"
61         ]
62       },
63       "tvos": {
64         "source_files": [
65           "Mixpanel/Network.swift",
66           "Mixpanel/FlushRequest.swift",
67           "Mixpanel/PrintLogging.swift",
68           "Mixpanel/FileLogging.swift",
69           "Mixpanel/Logger.swift",
70           "Mixpanel/JSONHandler.swift",
71           "Mixpanel/Error.swift",
72           "Mixpanel/AutomaticProperties.swift",
73           "Mixpanel/Constants.swift",
74           "Mixpanel/MixpanelType.swift",
75           "Mixpanel/Mixpanel.swift",
76           "Mixpanel/MixpanelInstance.swift",
77           "Mixpanel/Persistence.swift",
78           "Mixpanel/Flush.swift",
79           "Mixpanel/Track.swift",
80           "Mixpanel/People.swift",
81           "Mixpanel/AutomaticEvents.swift",
82           "Mixpanel/ReadWriteLock.swift",
83           "Mixpanel/SessionMetadata.swift",
84           "Mixpanel/ExceptionWrapper.m",
85           "Mixpanel/ExceptionWrapper.h",
86           "Mixpanel/Mixpanel.h"
87         ]
88       },
89       "osx": {
90         "source_files": [
91           "Mixpanel/Network.swift",
92           "Mixpanel/FlushRequest.swift",
93           "Mixpanel/PrintLogging.swift",
94           "Mixpanel/FileLogging.swift",
95           "Mixpanel/Logger.swift",
96           "Mixpanel/JSONHandler.swift",
97           "Mixpanel/Error.swift",
98           "Mixpanel/AutomaticProperties.swift",
99           "Mixpanel/Constants.swift",
100           "Mixpanel/MixpanelType.swift",
101           "Mixpanel/Mixpanel.swift",
102           "Mixpanel/MixpanelInstance.swift",
103           "Mixpanel/Persistence.swift",
104           "Mixpanel/Flush.swift",
105           "Mixpanel/Track.swift",
106           "Mixpanel/People.swift",
107           "Mixpanel/AutomaticEvents.swift",
108           "Mixpanel/ReadWriteLock.swift",
109           "Mixpanel/SessionMetadata.swift",
110           "Mixpanel/ExceptionWrapper.m",
111           "Mixpanel/ExceptionWrapper.h",
112           "Mixpanel/Mixpanel.h"
113         ]
114       }
115     },
116     {
117       "name": "Core",
118       "ios": {
119         "source_files": [
120           "Mixpanel/Network.swift",
121           "Mixpanel/FlushRequest.swift",
122           "Mixpanel/PrintLogging.swift",
123           "Mixpanel/FileLogging.swift",
124           "Mixpanel/Logger.swift",
125           "Mixpanel/JSONHandler.swift",
126           "Mixpanel/Error.swift",
127           "Mixpanel/AutomaticProperties.swift",
128           "Mixpanel/Constants.swift",
129           "Mixpanel/MixpanelType.swift",
130           "Mixpanel/Mixpanel.swift",
131           "Mixpanel/MixpanelInstance.swift",
132           "Mixpanel/Persistence.swift",
133           "Mixpanel/Flush.swift",
134           "Mixpanel/Track.swift",
135           "Mixpanel/People.swift",
136           "Mixpanel/AutomaticEvents.swift",
137           "Mixpanel/ReadWriteLock.swift",
138           "Mixpanel/SessionMetadata.swift",
139           "Mixpanel/ExceptionWrapper.m",
140           "Mixpanel/ExceptionWrapper.h",
141           "Mixpanel/Mixpanel.h"
142         ]
143       },
144       "tvos": {
145         "source_files": [
146           "Mixpanel/Network.swift",
147           "Mixpanel/FlushRequest.swift",
148           "Mixpanel/PrintLogging.swift",
149           "Mixpanel/FileLogging.swift",
150           "Mixpanel/Logger.swift",
151           "Mixpanel/JSONHandler.swift",
152           "Mixpanel/Error.swift",
153           "Mixpanel/AutomaticProperties.swift",
154           "Mixpanel/Constants.swift",
155           "Mixpanel/MixpanelType.swift",
156           "Mixpanel/Mixpanel.swift",
157           "Mixpanel/MixpanelInstance.swift",
158           "Mixpanel/Persistence.swift",
159           "Mixpanel/Flush.swift",
160           "Mixpanel/Track.swift",
161           "Mixpanel/People.swift",
162           "Mixpanel/AutomaticEvents.swift",
163           "Mixpanel/ReadWriteLock.swift",
164           "Mixpanel/SessionMetadata.swift",
165           "Mixpanel/ExceptionWrapper.m",
166           "Mixpanel/ExceptionWrapper.h",
167           "Mixpanel/Mixpanel.h"
168         ]
169       },
170       "osx": {
171         "source_files": [
172           "Mixpanel/Network.swift",
173           "Mixpanel/FlushRequest.swift",
174           "Mixpanel/PrintLogging.swift",
175           "Mixpanel/FileLogging.swift",
176           "Mixpanel/Logger.swift",
177           "Mixpanel/JSONHandler.swift",
178           "Mixpanel/Error.swift",
179           "Mixpanel/AutomaticProperties.swift",
180           "Mixpanel/Constants.swift",
181           "Mixpanel/MixpanelType.swift",
182           "Mixpanel/Mixpanel.swift",
183           "Mixpanel/MixpanelInstance.swift",
184           "Mixpanel/Persistence.swift",
185           "Mixpanel/Flush.swift",
186           "Mixpanel/Track.swift",
187           "Mixpanel/People.swift",
188           "Mixpanel/AutomaticEvents.swift",
189           "Mixpanel/ReadWriteLock.swift",
190           "Mixpanel/SessionMetadata.swift",
191           "Mixpanel/ExceptionWrapper.m",
192           "Mixpanel/ExceptionWrapper.h",
193           "Mixpanel/Mixpanel.h"
194         ]
195       }
196     }
197   ]