blob: ecbaad234c983337a90352ef99500646d9ada6d1 [file] [log] [blame]
{
"name": "SRKLocationManager",
"version": "1.0.0",
"summary": "Detect iOS Device location in just one line.. Visit http://sagarrkothari.com for more information.",
"authors": {
"Sagar Kothari": "sag333ar@gmail.com"
},
"homepage": "http://sagarrkothari.com",
"license": {
"type": "BSD"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/sag333ar/SRKLocationManager.git",
"branch": "master",
"tag": "1.0.0"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation"
],
"subspecs": [
{
"name": "LocationManager",
"source_files": "LocationManager/*.{h,m}"
}
]
}