blob: 18960d722592b2a4276e38f07d1f1f5e1e976bbd [file] [log] [blame]
{
"name": "StrawServiceHttp",
"version": "0.1.2",
"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.2"
},
"source_files": "StrawServiceHttp/**/*.{h,m}",
"public_header_files": "StrawServiceHttp/**/*.h",
"dependencies": {
"Straw": [
"~> 0.5.0"
]
},
"requires_arc": true
}