blob: 198adb81ea782a6659f440da96a765ac340393c2 [file] [log] [blame]
{
"name": "TwitchAPIWrapper",
"version": "0.0.2",
"homepage": "https://github.com/epv44/TwitchAPIWrapper",
"authors": {
"Eric Vennaro": "epv9@case.edu"
},
"summary": "Develpment kit for working with the Twitch API for iOS",
"description": "Development Kit for Twitch API, includes OAuth and models for endpoints",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/epv44/TwitchAPIWrapper.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"Gloss": [
"~> 1.0.0"
],
"Locksmith": [
"~> 3.0.0"
]
},
"pushed_with_swift_version": "3.0"
}