blob: 60707612de65be045520a07035cdd7aad0812e4f [file] [log] [blame]
{
"name": "Requests",
"version": "0.1.0",
"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.1.0"
},
"source_files": "Sources/Requests/**/*.swift",
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/RequestsTests/**/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
}
}
]
}