blob: 62bd6db638a0f531c9d6056a725da23125dbd44f [file] [log] [blame]
{
"name": "AFNetworking-ReactiveCocoa",
"version": "0.0.2",
"summary": "Make AFNetworking reactive.",
"homepage": "https://github.com/uasi/AFNetworking-ReactiveCocoa",
"license": "MIT",
"authors": {
"Tomoki Aonuma": "uasi@uasi.jp"
},
"source": {
"git": "https://github.com/uasi/AFNetworking-ReactiveCocoa.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.0"
],
"ReactiveCocoa": [
"~> 1.0"
]
}
}