[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / 4 / 1 / b / August / 0.3.0 / August.podspec.json
blobb1c421a6e137c3dc060d1be7c104fc464b2f08b1
2   "name": "August",
3   "version": "0.3.0",
4   "summary": "The Swift Client You Deserve",
5   "description": "A simple Swift HTTP client that casts responses to your domain models.",
6   "homepage": "https://github.com/bradhilton/August",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brad Hilton": "brad@skyvive.com"
13   },
14   "source": {
15     "git": "https://github.com/bradhilton/August.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": [
23     "Sources",
24     "Sources/**/*.{swift,h,m}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "Convertible": [
29       "~>3.0.0"
30     ],
31     "AssociatedValues": [
32       "~>3.0.0"
33     ]
34   },
35   "pushed_with_swift_version": "3.0"