blob: ec47205d71bb8aa7731a66e1b911a31824ec072a [file] [log] [blame]
{
"name": "JGLocation",
"version": "0.1.3",
"summary": "JGLocation is a simple framework to track users and users delivering packages",
"description": "Framework to track users and users delivering packages. You can use it to easily adjust CoreLocation settings and improve battery issues associated with each case. *Still being developed*",
"homepage": "https://github.com/joaopdcgarcia/JGLocation",
"license": "MIT",
"authors": {
"joaopdcgarcia": "joaopdcgarcia@gmail.com"
},
"source": {
"git": "https://github.com/joaopdcgarcia/JGLocation.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JGLocation": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"CoreLocation",
"Foundation",
"MapKit"
]
}