blob: be457220d497ef225c957bd5870d91bd4c717271 [file] [log] [blame]
{
"name": "mParticle",
"version": "2.9.1",
"summary": "mParticle SDK in a CocoaPod",
"homepage": "http://www.mparticle.com",
"license": "mParticle",
"authors": {
"mParticle": "support@mparticle.com"
},
"source": {
"git": "git@github.com:mParticle/mParticlePod.git",
"tag": "2.9.1"
},
"platforms": {
"ios": "5.0"
},
"ios": {
"vendored_frameworks": "Frameworks/mParticle.framework"
},
"libraries": [
"z",
"sqlite3"
],
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation",
"CoreTelephony",
"SystemConfiguration",
"CoreLocation",
"Social",
"Accounts"
],
"resources": [
"Docs/*"
]
}