blob: 16563ad3747feb72a41825a36a3ff944ecbdc5e9 [file] [log] [blame]
{
"name": "BrewAPI",
"version": "1.0.0",
"license": "MIT",
"summary": "Brew API",
"homepage": "https://github.com/BrewApp/BrewAPI",
"authors": {
"Chandler Huff": "contact@bludesign.biz"
},
"source": {
"git": "https://github.com/BrewApp/BrewAPI.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
]
},
"ios": {
"dependencies": {
"Socket.IO-Client-Swift": [
]
}
},
"tvos": {
"dependencies": {
"Socket.IO-Client-Swift": [
]
}
}
}