blob: e1080d8c1a9215af0035df301fb0ce0ca4b8a0ba [file] [log] [blame]
{
"name": "AGLocationDispatcher",
"version": "0.0.4",
"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.4"
},
"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"
]
}
}