[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 5 / 9 / d / TwitchAPIWrapper / 1.0.0 / TwitchAPIWrapper.podspec.json
blob3e5ea46e4778acfa14ef462c09b69996cfae168c
2   "name": "TwitchAPIWrapper",
3   "version": "1.0.0",
4   "summary": "An API wrapper for the Twitch API including Authentication.",
5   "description": "The Twitch API Wrapper is an HTTP Client for the Twitch API that includes Object mappings to the different Twitch endpoints that can be easily displayed utilizing the provided DataSources. The library also contains an OAuth Client allowing access to Twitch's secure endpoints as well as OAuth for your application.",
6   "homepage": "https://github.com/epv44/TwitchAPIWrapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "epv44": "epv9@case.edu"
13   },
14   "source": {
15     "git": "https://github.com/epv44/TwitchAPIWrapper.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "14.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "Sources/TwitchAPIWrapper/**/*",
23   "dependencies": {
24     "KeychainAccess": [
25       "~> 4.2"
26     ]
27   },
28   "swift_version": "5.0"