blob: 522b1f9b3488bca8a6f8ed7a642a21a6f7579f29 [file] [log] [blame]
{
"name": "HJRestClientManager",
"version": "1.0.3",
"summary": "Simple and flexible handling module for REST API based on Hydra framework.",
"homepage": "https://github.com/P9SOFT/HJRestClientManager",
"license": {
"type": "MIT"
},
"authors": {
"Tae Hyun Na": "taehyun.na@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/P9SOFT/HJRestClientManager.git",
"tag": "1.0.3"
},
"swift_versions": "4.2",
"source_files": "Sources/*.swift",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"dependencies": {
"HJHttpApiExecutor": [
"~> 2.0.3"
],
"HJResourceManager": [
"~> 2.0.3"
]
},
"swift_version": "4.2"
}