[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 5 / 9 / d / TwitchAPIWrapper / 0.0.3 / TwitchAPIWrapper.podspec.json
blobb6ebc91d822f1bb8ca909aaa144259c810a4683d
2   "name": "TwitchAPIWrapper",
3   "version": "0.0.3",
4   "homepage": "https://github.com/epv44/TwitchAPIWrapper",
5   "authors": {
6     "Eric Vennaro": "epv9@case.edu"
7   },
8   "summary": "Develpment kit for working with the Twitch API for iOS",
9   "description": "Development Kit for Twitch API, includes OAuth and models for endpoints",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "source": {
15     "git": "https://github.com/epv44/TwitchAPIWrapper.git",
16     "tag": "0.0.3"
17   },
18   "documentation_url": "https://epv44.github.io/TwitchAPIWrapper/",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Source/**/*.swift",
23   "dependencies": {
24     "Gloss": [
25       "~> 1.0.0"
26     ],
27     "Locksmith": [
28       "~> 3.0.0"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"