blob: 23c9a5da24afa012f7b61b646dedd6a2b434d70a [file] [log] [blame]
{
"name": "CFLocation",
"version": "1.0",
"summary": "Some Helper methods within LocationManager and Geocoder. ",
"license": {
"type": "Free",
"text": " All contribution and reuse is welcome\n"
},
"homepage": "https://github.com/selim1377/cflocation",
"authors": {
"Selim Bakdemir": "selim.bakdemir@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/selim1377/cflocation.git",
"tag": "v1.0"
},
"source_files": "CFLocation/*.{h,m,a,txt}",
"frameworks": "CoreLocation",
"dependencies": {
"SBJson": [
]
},
"requires_arc": false
}