blob: de3f29880e8b43f0a332759c27f276076fafc6de [file] [log] [blame]
{
"name": "Mixpanel-swift",
"version": "2.0.1",
"license": "Apache License, Version 2.0",
"summary": "iPhone tracking library for Mixpanel Analytics in Swift",
"homepage": "https://mixpanel.com",
"authors": {
"Mixpanel, Inc": "support@mixpanel.com"
},
"source": {
"git": "https://github.com/mixpanel/mixpanel-swift.git",
"tag": "v2.0.1"
},
"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"
}