blob: e0c1db8613b55c48fcba3249252d5cf742d651cd [file] [log] [blame]
{
"name": "Requests",
"version": "0.3.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/alexjohnj/requests",
"authors": {
"Alex Jackson": "alex@alexj.org"
},
"summary": "Sugar for your HTTP requests.",
"source": {
"git": "https://github.com/alexjohnj/Requests.git",
"tag": "v0.3.1"
},
"source_files": "Sources/**/*.swift",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_version": "5.0",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
}
}
]
}