[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / d / HelloTrello / 0.1.0 / HelloTrello.podspec.json
blobfb55f5f920e2d430e2b5e081aa1ab5fb357d085a
2   "name": "HelloTrello",
3   "version": "0.1.0",
4   "summary": "A Swift library to interact with the Trello API",
5   "description": "HelloTrello is a simple Swift API to interact with the Trello API. It uses auth-tokens and currenly only supports basic GET requests.",
6   "homepage": "https://github.com/livio/HelloTrello",
7   "license": "BSD 3-Clause",
8   "authors": {
9     "Joel Fischer": "joeljfischer@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/livio/HelloTrello.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "tvos": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "HelloTrello": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "Alamofire": [
28       "~> 3.0"
29     ],
30     "AlamofireImage": [
31       "~> 2.0"
32     ],
33     "Decodable": [
34       "~> 0.4"
35     ]
36   }