blob: 605a431799313077946e90884d41268b368212f3 [file] [log] [blame]
{
"name": "AKTrakt",
"version": "0.1.6",
"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.6"
},
"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": [
]
}
}