blob: 325282799d1683f4ebfa5d4bcc85127170a10509 [file] [log] [blame]
{
"name": "HelloTrello",
"version": "0.2.1",
"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.2.1"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.11"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.5"
],
"AlamofireImage": [
"~> 3.3"
],
"Decodable": [
"~> 0.5"
]
},
"pushed_with_swift_version": "3.0"
}