blob: 70405681e15dc88908a45f386dee4fc6cf233858 [file] [log] [blame]
{
"name": "CleverPushLocation",
"version": "0.5.0",
"dependencies": {
"CleverPush": [
"~> 0.5.0"
]
},
"static_framework": true,
"summary": "CleverPush Location library for iOS.",
"homepage": "https://cleverpush.com",
"license": {
"type": "MIT (modified)",
"file": "LICENSE"
},
"authors": {
"CleverPush": "support@cleverpush.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/cleverpush/cleverpush-ios-sdk.git",
"tag": "0.5.0"
},
"requires_arc": true,
"frameworks": [
"SystemConfiguration",
"UIKit",
"CoreLocation"
],
"ios": {
"vendored_frameworks": "CleverPush/Framework/CleverPushLocation.framework"
}
}