2 "name": "Mixpanel-swift",
4 "module_name": "Mixpanel",
5 "license": "Apache License, Version 2.0",
6 "summary": "Mixpanel tracking library for iOS (Swift)",
7 "homepage": "https://mixpanel.com",
9 "Mixpanel, Inc": "support@mixpanel.com"
12 "git": "https://github.com/mixpanel/mixpanel-swift.git",
21 "source_files": "Mixpanel/*.swift",
23 "Mixpanel/**/*.{png,xib,storyboard}"
30 "pod_target_xcconfig": {
31 "OTHER_SWIFT_FLAGS": "$(inherited) -D DECIDE"
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"
58 "pod_target_xcconfig": {
59 "OTHER_SWIFT_FLAGS": "$(inherited) -D TV_OS"
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"
86 "pod_target_xcconfig": {
87 "OTHER_SWIFT_FLAGS": "$(inherited) -D MAC_OS"
90 "pushed_with_swift_version": "3.0"