blob: 1bec8450c2194d81e10bdffa0038245147ab72b6 [file] [log] [blame]
{
"name": "EzHTTP",
"version": "0.0.4",
"summary": "Easy HTTP access library",
"homepage": "http://nagisaworks.com",
"license": {
"type": "MIT"
},
"authors": {
"asaday": ""
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/asaday/EzHTTP.git",
"tag": "0.0.4"
},
"source_files": "sources/**/*.{swift,h,m}",
"requires_arc": true,
"preserve_paths": "modules/module.modulemap",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/EzHTTP/modules"
}
}