blob: fcb58480831fb1af2adeab3c40096537378668cd [file] [log] [blame]
{
"name": "TraktKit",
"version": "1.0.6",
"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.6"
},
"source_files": [
"Common",
"Common/**/*.{h,m,swift}"
],
"requires_arc": true
}