blob: d8198853818e725c64e00954e6fd66ffe82e708d [file] [log] [blame]
{
"name": "StrawServiceHttp",
"version": "0.1.1",
"summary": "Straw Service of Http",
"description": "Straw Service implementation of Http client methods",
"homepage": "https://github.com/strawjs/straw-ios-service-http",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yoshiya Hinosawa": "stibium121@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/strawjs/straw-ios-service-http.git",
"tag": "v0.1.1"
},
"source_files": "StrawServiceHttp/**/*.{h,m}",
"public_header_files": "StrawServiceHttp/**/*.h",
"dependencies": {
"Straw": [
"~> 0.5.0"
]
},
"requires_arc": true
}