blob: 24048f7bc10ee57e23df97a66d9c3d3bfc59907f [file] [log] [blame]
{
"name": "DRPReactiveCoreLocation",
"version": "1.0.4",
"summary": "ReactiveCocoa CoreLocation interface",
"description": " ReactiveCocoa interface to CoreLocation. This gives you a signal\n to handle location and permission change events with.\n",
"authors": {
"Jason Ederle": "jason@funly.io"
},
"license": "MIT",
"homepage": "https://github.com/yepthatsjason/DRPReactiveCoreLocation",
"source": {
"git": "https://github.com/yepthatsjason/DRPReactiveCoreLocation.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*",
"public_header_files": "Pod/Classes/*.h",
"frameworks": "UIKit",
"dependencies": {
"ReactiveCocoa": [
]
}
}