blob: f6e89c4b828b81e028ffdf21045d3b609ac45c6c [file] [log] [blame]
{
"name": "AGLocationDispatcher",
"version": "0.0.7.2",
"platforms": {
"ios": "7.0"
},
"summary": "Location manage framework working in different modes.",
"description": " This framework provides easy location management with blocks both IOS 7 and IOS 8 !\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "http://github.com/agilie/AGLocationDispatcher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Agilie": "info@agilie.com"
},
"source": {
"git": "https://github.com/agilie/AGLocationDispatcher.git",
"tag": "0.0.7.2"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{c,h,m}",
"resource_bundles": {
"AGLocationDispatcher": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/*.h",
"frameworks": [
"UIKit",
"MapKit",
"CoreLocation"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}