[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / d / HelloTrello / 0.3.0 / HelloTrello.podspec.json
blob5e64556553c250c6329d4bbc9f1fe1be01563676
2   "name": "HelloTrello",
3   "version": "0.3.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.3.0"
14   },
15   "platforms": {
16     "ios": "10.0",
17     "tvos": "10.0",
18     "osx": "10.12"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.6"
25     ],
26     "AlamofireImage": [
27       "~> 3.3"
28     ]
29   }