blob: 0050b078d7404511a940a9faf353cda996efcab6 [file] [log] [blame]
{
"name": "HelloTrello",
"version": "0.1.2",
"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.1.2"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HelloTrello": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"AlamofireImage": [
"~> 2.0"
],
"Decodable": [
"~> 0.4"
]
}
}