2 "name": "SMReactiveRestKit",
4 "summary": "ReactiveCocoa implementation for RestKit",
5 "description": " SMReactiveRestKit brings all the power of RestKit into ReactiveCocoa world. It wraps RKObjectManager into a signal that can be subscribed to.\n",
6 "homepage": "https://github.com/stefanomondino/SMReactiveRestKit",
9 "Stefano Mondino": "stefano.mondino.dev@gmail.com"
12 "git": "https://github.com/stefanomondino/SMReactiveRestKit.git",
15 "social_media_url": "http://www.stefanomondino.com",
22 "SystemConfiguration",
28 "SystemConfiguration",
32 "prefix_header_contents": "#import <Availability.h>\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n#else\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <CoreServices/CoreServices.h>\n#endif\n",
34 "source_files": "Classes",
35 "public_header_files": "Classes/*.h",