blob: b8adf38fdfb11ab6ad45a1068e806f5ce43a36bd [file] [log] [blame]
{
"name": "AKTrakt",
"version": "0.1.4",
"summary": "Swift Trakt.tv client.",
"description": "A simple trakt.tv client written in swift.",
"homepage": "https://github.com/arsonik/AKTrakt",
"license": "MIT",
"authors": {
"Florian Morello": "arsonik@me.com"
},
"source": {
"git": "https://github.com/arsonik/AKTrakt.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"Webkit"
],
"dependencies": {
"Alamofire": [
]
}
}