2 "name": "Mixpanel-swift-appex",
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",
9 "Mixpanel, Inc": "support@mixpanel.com"
12 "git": "https://github.com/mixpanel/mixpanel-swift.git",
18 "pod_target_xcconfig": {
19 "OTHER_SWIFT_FLAGS": "$(inherited) -D APP_EXTENSION"
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"
44 "pushed_with_swift_version": "3.0"