blob: ae6ea71e16feaf359624b2a29f138c368c36de44 [file] [log] [blame]
{
"name": "TraktKit",
"version": "1.0.3",
"summary": "Swift wrapper for Trakt.tv API",
"homepage": "https://github.com/MaxHasADHD/TraktKit",
"license": {
"type": "MIT",
"file": "License.md"
},
"authors": "Maximilian Litteral",
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.10",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/MaxHasADHD/TraktKit.git",
"tag": "1.0.3"
},
"source_files": [
"Common",
"Common/**/*.{h,m,swift}"
],
"requires_arc": true
}