blob: 914f52c63493229d9fd2e66493ecdcf97176e6fb [file] [log] [blame]
{
"name": "AKTrakt",
"version": "1.0.0",
"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.0"
},
"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"
]
}
}