[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / a / 9 / Mixpanel-swift-appex / 2.1.4 / Mixpanel-swift-appex.podspec.json
blob435d619e0d62b63b0d6eeb44c34e0a5fb17b8e84
2   "name": "Mixpanel-swift-appex",
3   "version": "2.1.4",
4   "module_name": "MixpanelAppex",
5   "license": "Apache License, Version 2.0",
6   "summary": "Mixpanel tracking library for iOS (Swift) App Extensions",
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.1.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "pod_target_xcconfig": {
19     "OTHER_SWIFT_FLAGS": "$(inherited) -D APP_EXTENSION"
20   },
21   "source_files": [
22     "Mixpanel/Network.swift",
23     "Mixpanel/FlushRequest.swift",
24     "Mixpanel/PrintLogging.swift",
25     "Mixpanel/FileLogging.swift",
26     "Mixpanel/Logger.swift",
27     "Mixpanel/JSONHandler.swift",
28     "Mixpanel/Error.swift",
29     "Mixpanel/AutomaticProperties.swift",
30     "Mixpanel/Constants.swift",
31     "Mixpanel/MixpanelType.swift",
32     "Mixpanel/Mixpanel.swift",
33     "Mixpanel/MixpanelInstance.swift",
34     "Mixpanel/Persistence.swift",
35     "Mixpanel/Flush.swift",
36     "Mixpanel/Track.swift",
37     "Mixpanel/People.swift"
38   ],
39   "frameworks": [
40     "UIKit",
41     "Foundation",
42     "CoreTelephony"
43   ],
44   "pushed_with_swift_version": "3.0"