[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 0 / 1 / PunkAPI / 1.0.0 / PunkAPI.podspec.json
blob1676133b63f8356601c72432ee6af113486efc7c
2   "name": "PunkAPI",
3   "version": "1.0.0",
4   "summary": "A little swift wrapper for PunkAPI by @samjbmason",
5   "swift_versions": "5.0",
6   "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!\"",
7   "homepage": "https://github.com/Oni-zerone/PunkAPI",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Andrea Altea": "oni.zerone@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Oni-zerone/PunkAPI.git",
17     "tag": "1.0.0"
18   },
19   "social_media_url": "https://twitter.com/Oni_zerone",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "default_subspecs": "API",
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "API",
28       "source_files": "PunkAPI/Classes/**/*"
29     },
30     {
31       "name": "PromiseKit",
32       "source_files": "PunkAPI/PromiseKit/Classes/**/*",
33       "dependencies": {
34         "PunkAPI/API": [
36         ],
37         "PromiseKit": [
38           "~> 6.8"
39         ]
40       }
41     }
42   ]