blob: 602322db844d352b331d6fa1ac23339bdaac1ac4 [file] [log] [blame]
{
"name": "DRPReactiveCoreLocation",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*",
"resource_bundles": {
"DRPReactiveLocation": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/*.h",
"frameworks": "UIKit",
"dependencies": {
"ReactiveCocoa": [
]
}
}