blob: 671995f1e505ca290f6c4a215347c1e8eb463aa5 [file] [log] [blame]
{
"name": "RXDataRetriever",
"platforms": {
"ios": "7.0"
},
"version": "0.1.0",
"summary": "Reactive JSON RESTful client.",
"description": " Reactive JSON RESTful client.\n Based on ReactiveCocoa and AFNetworking 2.x.\n",
"homepage": "http://github.com/Zi0P4tch0/RXDataRetriever",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matteo Pacini": "ispeakprogramming@gmail.com"
},
"social_media_url": "http://twitter.com/Zi0P4tch0",
"source": {
"git": "https://github.com/Zi0P4tch0/RXDataRetriever.git",
"tag": "0.1.0"
},
"source_files": "RXDataRetriever/*{h,m}",
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"~> 2.3.0"
],
"ReactiveCocoa": [
"~> 2.3.1"
],
"libextobjc": [
"~> 0.4"
]
},
"deprecated": true
}