blob: 7eed1d29e91e7aeaa9bbcb8f3cd6c96209640f05 [file] [log] [blame]
{
"name": "Mixpanel-swift-appex",
"version": "2.1.5",
"module_name": "MixpanelAppex",
"license": "Apache License, Version 2.0",
"summary": "Mixpanel tracking library for iOS (Swift) App Extensions",
"homepage": "https://mixpanel.com",
"authors": {
"Mixpanel, Inc": "support@mixpanel.com"
},
"source": {
"git": "https://github.com/mixpanel/mixpanel-swift.git",
"tag": "v2.1.5"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -D APP_EXTENSION"
},
"source_files": [
"Mixpanel/Network.swift",
"Mixpanel/FlushRequest.swift",
"Mixpanel/PrintLogging.swift",
"Mixpanel/FileLogging.swift",
"Mixpanel/Logger.swift",
"Mixpanel/JSONHandler.swift",
"Mixpanel/Error.swift",
"Mixpanel/AutomaticProperties.swift",
"Mixpanel/Constants.swift",
"Mixpanel/MixpanelType.swift",
"Mixpanel/Mixpanel.swift",
"Mixpanel/MixpanelInstance.swift",
"Mixpanel/Persistence.swift",
"Mixpanel/Flush.swift",
"Mixpanel/Track.swift",
"Mixpanel/People.swift"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreTelephony"
],
"pushed_with_swift_version": "3.0"
}