blob: 8c891e707791fc589a20a891c30fe5dafdee7be3 [file] [log] [blame]
{
"name": "ReactiveAFNetworking",
"version": "1.0.0",
"summary": "Wrapping AFNetworking with ReactiveObjC",
"description": "Using AFNetworking 3 and update ReactiveObjc, hopefully will become replacement for popular AFNetworking+RACExtension",
"homepage": "https://github.com/ibnusina/ReactiveAFNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ibnu Sina": "ibnu.sina009@gmail.com"
},
"source": {
"git": "https://github.com/ibnusina/ReactiveAFNetworking.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ReactiveAFNetworking/Classes/**/*",
"public_header_files": "ReactiveAFNetworking/Classes/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"ReactiveObjC": [
"~> 3.1.0"
]
}
}