blob: ee7ab6ee8dc4c541e057f10accfe4417d24ac7c6 [file] [log] [blame]
{
"name": "HJHttpApiExecutor",
"version": "1.0.0",
"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": "6.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/P9SOFT/HJHttpApiExecutor.git",
"tag": "1.0.0"
},
"source_files": "Sources/*.{h,m}",
"public_header_files": "Sources/*.h",
"dependencies": {
"Hydra": [
],
"HJAsyncHttpDeliverer": [
]
}
}