blob: 9942eb06475f581e998f6da3d8b88251dbd6633f [file] [log] [blame]
{
"name": "Blueshift-mParticle-Kit",
"version": "0.0.7",
"summary": "iOS SDK for integrating push notification and analytics",
"description": "A longer description of Blueshift-mParticle-Kit in Markdown format.\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/blueshift-labs/mparticle-apple-integration-blueshift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Blueshift": "success@getblueshift.com"
},
"source": {
"git": "https://github.com/blueshift-labs/mparticle-apple-integration-blueshift.git",
"tag": "0.0.7"
},
"exclude_files": "Classes/Exclude",
"platforms": {
"ios": "9.0"
},
"ios": {
"frameworks": [
"CoreTelephony",
"SystemConfiguration"
],
"source_files": "Blueshift-mParticle-Kit/*.{h,m}",
"dependencies": {
"mParticle-Apple-SDK": [
],
"BlueShift-iOS-SDK": [
]
}
}
}