blob: 410781a56c712586a36cff87bac65f670aa1e2e3 [file] [log] [blame]
{
"name": "SMReactiveRestKit",
"version": "0.2.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.2.0"
},
"social_media_url": "http://www.stefanomondino.com",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/*.h",
"dependencies": {
"ReactiveCocoa": [
],
"libextobjc/EXTScope": [
],
"RestKit": [
]
},
"deprecated": true
}