blob: 421eecd47cc5157ad63277a3385b609960fb29c5 [file] [log] [blame]
{
"name": "Blueshift-mParticle-Kit",
"version": "0.0.2",
"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.2"
},
"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": [
]
}
}
}