blob: 6e6f3745fc324505b73751a4b0a0424f4dc9d26f [file] [log] [blame]
{
"name": "AKTrakt",
"version": "0.2.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/Example/Screenshots/TVmovies.png",
"https://raw.githubusercontent.com/arsonik/AKTrakt/master/Example/Screenshots/iOSmovies.png"
],
"license": "MIT",
"authors": {
"Florian Morello": "arsonik@me.com"
},
"source": {
"git": "https://github.com/arsonik/AKTrakt.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/shared/**/*",
"ios": {
"source_files": "Pod/Classes/ios/**/*",
"frameworks": [
"UIKit",
"Webkit"
]
},
"tvos": {
"source_files": "Pod/Classes/tvos/**/*",
"resources": "Pod/Resources/tvos/*.{xib,png}"
},
"dependencies": {
"Alamofire": [
]
}
}