blob: 7e58f536329719a46671c5f82406ed8fff0d3051 [file] [log] [blame]
{
"name": "ReactiveAFNetworking",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ReactiveAFNetworking/Classes/**/*",
"public_header_files": "ReactiveAFNetworking/Classes/*.h",
"dependencies": {
"AFNetworking": [
"~> 3"
],
"ReactiveObjC": [
">= 1"
]
}
}