blob: ec03dd771dc0269a45fe34ef08b955b015b78592 [file] [log] [blame]
{
"name": "NSLocation",
"module_name": "NSLocation",
"version": "0.0.2",
"summary": "No-Sweat/No-Shit Location Service for iOS",
"description": "CoreLocation provided by iOS can provide anything but the most trival location service needs. NSLocation is set out to make collecting locations in your iOS app as no-sweat as it should.",
"homepage": "https://github.com/Rhumbix/NSLocation.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kenneth Jiang": "kenneth.jiang@gmail.com"
},
"social_media_url": "https://www.facebook.com/Rhumbix",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Rhumbix/NSLocation.git",
"tag": "0.0.2"
},
"source_files": "NSLocation/**/*.{h,swift}",
"requires_arc": true
}