[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 0 / 1 / PunkAPI / 0.2.0 / PunkAPI.podspec.json
blobd679fc23fffcc1f1b192cdd496806d15c78f3442
2   "name": "PunkAPI",
3   "version": "0.2.0",
4   "summary": "A little swift wrapper for PunkAPI by @samjbmason",
5   "swift_version": "4.2",
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": "0.2.0"
18   },
19   "social_media_url": "https://twitter.com/Oni_zerone",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "default_subspecs": "API",
24   "subspecs": [
25     {
26       "name": "API",
27       "source_files": "PunkAPI/Classes/**/*"
28     },
29     {
30       "name": "PromiseKit",
31       "source_files": "PunkAPI/PromiseKit/Classes/**/*",
32       "dependencies": {
33         "PunkAPI/API": [
35         ],
36         "PromiseKit": [
37           "~> 6.8"
38         ]
39       }
40     }
41   ]