blob: 7c2ba61184633690d31f35a4048cac6044c92da3 [file] [log] [blame]
{
"name": "SnapHTTP",
"version": "1.1.0",
"summary": "An incredibly simple HTTP client library for Swift.",
"homepage": "https://github.com/tidwall/SnapHTTP",
"license": {
"type": "Attribution License",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/tidwall/SnapHTTP.git",
"tag": "v1.1.0"
},
"authors": {
"Josh Baker": "joshbaker77@gmail.com"
},
"social_media_url": "https://twitter.com/tidwall",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "SnapHTTP/http.swift",
"requires_arc": true
}