blob: 40f859c1b32cc0c60533a4d0f5e2b1e1debe6764 [file] [log] [blame]
{
"name": "DTLocationManager",
"version": "0.2.0",
"summary": "Simple location manager for iOS and Mac OS X",
"homepage": "https://github.com/DenHeadless/DTLocationManager",
"license": "MIT",
"authors": {
"Denys Telezhkin": "denys.telezhkin@yandex.ru"
},
"social_media_url": "https://twitter.com/DTCoder",
"platforms": {
"ios": "6.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/DenHeadless/DTLocationManager.git",
"tag": "0.2.0"
},
"source_files": "DTLocationManager/**/*.{h,m}",
"frameworks": "CoreLocation",
"requires_arc": true,
"deprecated": true
}