[Add] BlueTriangleSDK-Swift 3.13.2
[CocoaPods.git] / Specs / 2 / d / e / Mixpanel-swift / 2.1.9 / Mixpanel-swift.podspec.json
blob00ae7507337856270e43fb72fcbd7afca01974ef
2   "name": "Mixpanel-swift",
3   "version": "2.1.9",
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.1.9"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0",
18     "osx": "10.10"
19   },
20   "ios": {
21     "source_files": "Mixpanel/*.swift",
22     "resources": [
23       "Mixpanel/**/*.{png,xib,storyboard}"
24     ],
25     "frameworks": [
26       "UIKit",
27       "Foundation",
28       "CoreTelephony"
29     ],
30     "pod_target_xcconfig": {
31       "OTHER_SWIFT_FLAGS": "$(inherited) -D DECIDE"
32     }
33   },
34   "tvos": {
35     "source_files": [
36       "Mixpanel/Network.swift",
37       "Mixpanel/FlushRequest.swift",
38       "Mixpanel/PrintLogging.swift",
39       "Mixpanel/FileLogging.swift",
40       "Mixpanel/Logger.swift",
41       "Mixpanel/JSONHandler.swift",
42       "Mixpanel/Error.swift",
43       "Mixpanel/AutomaticProperties.swift",
44       "Mixpanel/Constants.swift",
45       "Mixpanel/MixpanelType.swift",
46       "Mixpanel/Mixpanel.swift",
47       "Mixpanel/MixpanelInstance.swift",
48       "Mixpanel/Persistence.swift",
49       "Mixpanel/Flush.swift",
50       "Mixpanel/Track.swift",
51       "Mixpanel/People.swift",
52       "Mixpanel/AutomaticEvents.swift"
53     ],
54     "frameworks": [
55       "UIKit",
56       "Foundation"
57     ],
58     "pod_target_xcconfig": {
59       "OTHER_SWIFT_FLAGS": "$(inherited) -D TV_OS"
60     }
61   },
62   "osx": {
63     "source_files": [
64       "Mixpanel/Network.swift",
65       "Mixpanel/FlushRequest.swift",
66       "Mixpanel/PrintLogging.swift",
67       "Mixpanel/FileLogging.swift",
68       "Mixpanel/Logger.swift",
69       "Mixpanel/JSONHandler.swift",
70       "Mixpanel/Error.swift",
71       "Mixpanel/AutomaticProperties.swift",
72       "Mixpanel/Constants.swift",
73       "Mixpanel/MixpanelType.swift",
74       "Mixpanel/Mixpanel.swift",
75       "Mixpanel/MixpanelInstance.swift",
76       "Mixpanel/Persistence.swift",
77       "Mixpanel/Flush.swift",
78       "Mixpanel/Track.swift",
79       "Mixpanel/People.swift",
80       "Mixpanel/AutomaticEvents.swift"
81     ],
82     "frameworks": [
83       "Cocoa",
84       "Foundation"
85     ],
86     "pod_target_xcconfig": {
87       "OTHER_SWIFT_FLAGS": "$(inherited) -D MAC_OS"
88     }
89   },
90   "pushed_with_swift_version": "3.0"