blob: 525d793e33f6d53295f9e76ae791b8f507d30fd6 [file] [log] [blame]
{
"name": "mParticle",
"version": "4.0.0",
"summary": "mParticle SDK in a CocoaPod",
"homepage": "http://www.mparticle.com",
"license": {
"type": "Commercial",
"text": "Please refer to https://github.com/mParticle/mParticlePod/blob/master/LICENSE"
},
"authors": {
"mParticle": "support@mparticle.com"
},
"source": {
"git": "https://github.com/mParticle/mParticlePod.git",
"tag": "4.0.0"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"vendored_frameworks": "Frameworks/mParticle.framework"
},
"libraries": [
"c++",
"sqlite3",
"stdc++",
"z"
],
"frameworks": [
"Accounts",
"CoreBluetooth",
"CoreGraphics",
"CoreLocation",
"CoreMedia",
"CoreTelephony",
"Foundation",
"Security",
"Social",
"SystemConfiguration",
"UIKit"
],
"weak_frameworks": [
"AdSupport",
"iAd"
],
"documentation_url": "http://docs.mparticle.com",
"docset_url": "https://static.mparticle.com/sdk/ios/com.mparticle.mParticle-SDK.docset/Contents/Resources/Documents/index.html"
}