[Add] LiteRTSelectTfOps 0.0.1-nightly.20250101
[CocoaPods.git] / Specs / 5 / 9 / d / TwitchAPIWrapper / 0.0.2 / TwitchAPIWrapper.podspec.json
blob198adb81ea782a6659f440da96a765ac340393c2
2   "name": "TwitchAPIWrapper",
3   "version": "0.0.2",
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.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Source/**/*.swift",
22   "dependencies": {
23     "Gloss": [
24       "~> 1.0.0"
25     ],
26     "Locksmith": [
27       "~> 3.0.0"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"