blob: 0100abf29aac6826d41a291dd39112133adff1f2 [file] [log] [blame]
{
"name": "AFNetworking-ReactiveCocoa",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": ".",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.0"
],
"ReactiveCocoa": [
"~> 1.0"
]
}
}