blob: 2d587df50060b2ff6b86582a36fc2b00e259cbcc [file] [log] [blame]
{
"name": "SnapHTTP",
"version": "1.0.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.0.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
}