blob: 4e886a380c88ce9dcd8fa8bee35ebd8b57ed872f [file] [log] [blame]
{
"name": "SnapHTTP",
"version": "0.1.6",
"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": "v0.1.6"
},
"authors": {
"Josh Baker": "joshbaker77@gmail.com"
},
"social_media_url": "https://twitter.com/tidwall",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "SnapHTTP/http.swift",
"requires_arc": true
}