blob: 31c5ad42d999e081f98a7061b8df3cc187293a06 [file] [log] [blame]
{
"name": "DANReactiveLocationManager",
"version": "1.0.0",
"summary": "A ReactiveCocoa Wrapper to get and monitor a users location.",
"homepage": "https://github.com/wearebase/DANReactiveLocationManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Tomlinson": "dan@tomlinson.io"
},
"social_media_url": "http://twitter.com/DanToml",
"source": {
"git": "https://github.com/wearebase/DANReactiveLocationManager.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"*.{h,m}"
],
"frameworks": "CoreLocation",
"dependencies": {
"ReactiveCocoa": [
]
},
"requires_arc": true
}