blob: 9b208e646370cad93a9b7da452bc4b15a92a8932 [file] [log] [blame]
{
"name": "AKTrakt",
"version": "1.0.1",
"summary": "Swift Trakt.tv client.",
"description": "A simple Trakt.tv client written in swift.",
"homepage": "https://github.com/arsonik/AKTrakt",
"screenshots": [
"https://raw.githubusercontent.com/arsonik/AKTrakt/master/Screenshots/TVmovies.png",
"https://raw.githubusercontent.com/arsonik/AKTrakt/master/Screenshots/iOSmovies.png"
],
"license": "MIT",
"authors": {
"Florian Morello": "arsonik@me.com"
},
"source": {
"git": "https://github.com/arsonik/AKTrakt.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Source/shared/**/*.swift",
"ios": {
"source_files": "Source/ios/**/*.swift",
"frameworks": [
"UIKit",
"Webkit"
]
},
"tvos": {
"source_files": "Source/tvos/**/*.swift",
"resources": "Source/tvos/*.{xib,png}"
},
"dependencies": {
"Alamofire": [
"~> 3.4.0"
]
}
}