blob: 584c78cd31611349ad0660024e7899d457ad2c11 [file] [log] [blame]
{
"name": "Conduit",
"version": "0.14.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.14.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"
}
}