blob: 2a67fc99454673a7c5e477c6c206f5f7e83f57c4 [file] [log] [blame]
{
"name": "SwiftTwitch",
"version": "0.1.0",
"summary": "Wrapper for the New Twitch API written in Swift.",
"description": "SwiftTwitch allows for accessing the Twitch API is a typed, safe, and readable way. To view a proper\nusage document of SwiftTwitch, please view the GitHub README available here: https://github.com/chrisfromtemporaryid@gmail.com/SwiftTwitch.git",
"homepage": "https://github.com/Chris-Perkins/SwiftTwitch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chrisfromtemporaryid@gmail.com": "chrisfromtemporaryid@gmail.com"
},
"source": {
"git": "https://github.com/Chris-Perkins/SwiftTwitch.git",
"tag": "0.1.0"
},
"social_media_url": "https://www.linkedin.com/in/chrispperkins/",
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftTwitch/Classes/**/*",
"dependencies": {
"Marshal": [
"~> 1.2.7"
]
},
"swift_version": "4.2"
}