blob: bfb3a67458049176bfc1c08a328757b0f0ba2774 [file] [log] [blame]
{
"name": "SMHTTPClient",
"version": "0.1.0",
"summary": "HTTP/1.1 client, based on socket",
"description": "Use SMHTTPClient if you need a HTTP/1.1 access without TLS.\nThis is expected for apps to be used with appliance which speaks HTTP/1.1 without TLS and Bonjour.",
"homepage": "https://github.com/soutaro/SMHTTPClient",
"license": "MIT",
"authors": {
"Soutaro Matsumoto": "matsumoto@soutaro.com"
},
"source": {
"git": "https://github.com/soutaro/SMHTTPClient.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "SMHTTPClient/Classes/**/*"
}