blob: 2ea888ecc1d7bc0f3cf4f07514856736c1da56b8 [file] [log] [blame]
{
"name": "Conduit",
"version": "0.15.0",
"license": "Apache 2.0",
"homepage": "https://github.com/mindbody/Conduit",
"authors": "Conduit Contributors",
"summary": "Robust Swift networking for web APIs",
"source": {
"git": "https://github.com/mindbody/Conduit.git",
"tag": "0.15.0"
},
"source_files": "Sources/**/*.swift",
"ios": {
"frameworks": "SystemConfiguration"
},
"tvos": {
"frameworks": "SystemConfiguration"
},
"osx": {
"frameworks": "SystemConfiguration"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.10"
}
}