blob: 23055791e5967804358c75a11b0756e11a52a001 [file] [log] [blame]
{
"name": "ReactiveNetworking",
"version": "1.0.2",
"license": "MIT",
"summary": "Mixes the great AFNetworking with ReactiveCocoa.",
"homepage": "https://github.com/plu/ReactiveNetworking",
"authors": {
"Johannes Plunien": "plu@pqpq.de"
},
"social_media_url": "https://twitter.com/plutooth",
"source": {
"git": "https://github.com/plu/ReactiveNetworking.git",
"tag": "1.0.2",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "ReactiveNetworking/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 1.0"
],
"Mantle": [
"~> 1.0"
],
"ReactiveCocoa": [
"~> 2.0"
],
"ReactiveCocoa/UI": [
"~> 2.0"
]
},
"prefix_header_contents": "#if __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n #import <Security/Security.h>\n#else\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <CoreServices/CoreServices.h>\n #import <Security/Security.h>\n#endif\n"
}