blob: 5e64556553c250c6329d4bbc9f1fe1be01563676 [file] [log] [blame]
{
"name": "HelloTrello",
"version": "0.3.0",
"summary": "A Swift library to interact with the Trello API",
"description": "HelloTrello is a simple Swift API to interact with the Trello API. It uses auth-tokens and currenly only supports basic GET requests.",
"homepage": "https://github.com/livio/HelloTrello",
"license": "BSD 3-Clause",
"authors": {
"Joel Fischer": "joeljfischer@gmail.com"
},
"source": {
"git": "https://github.com/livio/HelloTrello.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.12"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.6"
],
"AlamofireImage": [
"~> 3.3"
]
}
}