blob: 9691e8f83c6aec50da4075bbab9f26f2fec3c827 [file] [log] [blame]
{
"name": "ReactiveNetworking",
"version": "1.0.0",
"license": "MIT",
"summary": "Mixes the great AFNetworking with ReactiveCocoa.",
"homepage": "https://github.com/plu/ReactiveNetworking",
"authors": {
"Johannes Plunien": "plu@pqpq.de"
},
"source": {
"git": "https://github.com/plu/ReactiveNetworking.git",
"tag": "1.0.0",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "ReactiveNetworking/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 1.0"
],
"Mantle": [
"~> 1.0"
],
"ReactiveCocoa": [
"~> 2.0"
],
"ReactiveCocoa/UI": [
"~> 2.0"
]
}
}