blob: 91407d3d0a42bf930d001bed8a5fa695bd97ccd6 [file] [log] [blame]
{
"name": "Mixpanel-swift",
"version": "2.1.4",
"module_name": "Mixpanel",
"license": "Apache License, Version 2.0",
"summary": "Mixpanel tracking library for iOS (Swift)",
"homepage": "https://mixpanel.com",
"authors": {
"Mixpanel, Inc": "support@mixpanel.com"
},
"source": {
"git": "https://github.com/mixpanel/mixpanel-swift.git",
"tag": "v2.1.4"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"ios": {
"source_files": "Mixpanel/*.swift",
"resources": [
"Mixpanel/**/*.{png,xib,storyboard}"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreTelephony"
],
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -D DECIDE"
}
},
"tvos": {
"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"
],
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -D TV_OS"
}
},
"osx": {
"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": [
"Cocoa",
"Foundation"
],
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -D MAC_OS"
}
},
"pushed_with_swift_version": "3.0"
}