blob: 55f2c72431ba4dba961b8f710a082c8ac7e11b09 [file] [log] [blame]
{
"name": "HJHttpApiExecutor",
"version": "2.0.2",
"summary": "Simple and flexible communication module for HTTP based on Hydra framework.",
"homepage": "https://github.com/P9SOFT/HJHttpApiExecutor",
"license": {
"type": "MIT"
},
"authors": {
"Tae Hyun Na": "taehyun.na@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/P9SOFT/HJHttpApiExecutor.git",
"tag": "2.0.2"
},
"source_files": "Sources/*.{h,m}",
"public_header_files": "Sources/*.h",
"dependencies": {
"Hydra": [
],
"HJAsyncHttpDeliverer": [
"~> 2.0.1"
]
}
}