blob: d0b958c4c63cf7166c442649fc7b8658aa96637d [file] [log] [blame]
{
"name": "Mixpanel-swift",
"version": "2.1.0",
"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.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"ios": {
"source_files": "Mixpanel/*.swift",
"resources": [
"Mixpanel/**/*.{png,xib,storyboard}"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreTelephony"
]
},
"tvos": {
"source_files": "Mixpanel/*.swift",
"exclude_files": [
"Mixpanel/MiniNotificationViewController.swift",
"Mixpanel/TakeoverNotificationViewController.swift"
],
"frameworks": [
"UIKit",
"Foundation"
]
},
"module_name": "Mixpanel",
"pushed_with_swift_version": "3.0"
}