blob: e92d1c06e9bbdc6f8517c35a0a0c448687fee374 [file] [log] [blame]
{
"name": "RALocationKit",
"version": "0.1.0",
"summary": "Get the location of the user in just a few lines of code. This CoreLocation wrapper makes your location handling a blast!",
"description": "Get the iOS location of the user in just a few lines of code. This CoreLocation wrapper makes your location handling a blast!",
"homepage": "https://github.com/ronelius/RALocationKit",
"license": "MIT",
"authors": {
"”Marcus": "”marcus.ronelius@gmail.com”"
},
"source": {
"git": "https://github.com/ronelius/RALocationKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RALocationKit": [
"Pod/Assets/*.png"
]
}
}