blob: e5dc8a9e16df215762fe325550c50c8cb642e7d5 [file] [log] [blame]
{
"name": "SMReactiveRestKit",
"version": "0.3.0",
"summary": "ReactiveCocoa implementation for RestKit",
"description": " SMReactiveRestKit brings all the power of RestKit into ReactiveCocoa world. It wraps RKObjectManager into a signal that can be subscribed to.\n",
"homepage": "https://github.com/stefanomondino/SMReactiveRestKit",
"license": "MIT",
"authors": {
"Stefano Mondino": "stefano.mondino.dev@gmail.com"
},
"source": {
"git": "https://github.com/stefanomondino/SMReactiveRestKit.git",
"tag": "0.3.0"
},
"social_media_url": "http://www.stefanomondino.com",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": [
"SystemConfiguration",
"MobileCoreServices"
]
},
"osx": {
"frameworks": [
"SystemConfiguration",
"CoreServices"
]
},
"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",
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/*.h",
"dependencies": {
"ReactiveCocoa": [
],
"libextobjc/EXTScope": [
],
"RestKit": [
]
},
"deprecated": true
}