2 "name": "ReactiveNetworking",
5 "summary": "Mixes the great AFNetworking with ReactiveCocoa.",
6 "homepage": "https://github.com/plu/ReactiveNetworking",
8 "Johannes Plunien": "plu@pqpq.de"
10 "social_media_url": "https://twitter.com/plutooth",
12 "git": "https://github.com/plu/ReactiveNetworking.git",
21 "source_files": "ReactiveNetworking/*.{h,m}",
36 "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"