blob: 1676133b63f8356601c72432ee6af113486efc7c [file] [log] [blame]
{
"name": "PunkAPI",
"version": "1.0.0",
"summary": "A little swift wrapper for PunkAPI by @samjbmason",
"swift_versions": "5.0",
"description": "\"Have you ever wanted to search through Brewdog's expansive back catalogue of beer in a programmatic way? Maybe build a tool that pairs beer with food, or search beers with an abv of more than 4%? Well now your prayers have been answered!\"",
"homepage": "https://github.com/Oni-zerone/PunkAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrea Altea": "oni.zerone@gmail.com"
},
"source": {
"git": "https://github.com/Oni-zerone/PunkAPI.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/Oni_zerone",
"platforms": {
"ios": "10.0"
},
"default_subspecs": "API",
"swift_version": "5.0",
"subspecs": [
{
"name": "API",
"source_files": "PunkAPI/Classes/**/*"
},
{
"name": "PromiseKit",
"source_files": "PunkAPI/PromiseKit/Classes/**/*",
"dependencies": {
"PunkAPI/API": [
],
"PromiseKit": [
"~> 6.8"
]
}
}
]
}