blob: d93546a4e43e5d07c998fda07914a62c8599def9 [file] [log] [blame]
{
"name": "Azot",
"version": "0.0.5",
"summary": "Azot is a mobile analysis SDK that runs directly inside phones or tablets.",
"description": " A longer description of Appstrack in Markdown format.\n\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!\n",
"homepage": "http://hiveinmyapp.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rémy Marty": "rmarty@appstud.me"
},
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/appstud/Azot.git",
"tag": "v0.0.5"
},
"vendored_frameworks": "Azot.framework",
"exclude_files": "./Exclude",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"Realm": [
],
"Reachability": [
]
}
}