[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / 3 / KTSwiftExtensions / 0.13.0 / KTSwiftExtensions.podspec.json
blobfceb6bf90073d3df142bf935f352f89912a674a0
2   "name": "KTSwiftExtensions",
3   "version": "0.13.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Swift extensions",
9   "homepage": "https://github.com/kthomas/KTSwiftExtensions",
10   "authors": {
11     "Kyle Thomas": "k.thomas@unmarkedconsulting.com"
12   },
13   "source": {
14     "git": "https://github.com/kthomas/KTSwiftExtensions.git",
15     "tag": "0.13.0"
16   },
17   "source_files": "Source/common/**/*.swift",
18   "dependencies": {
19     "Alamofire": [
21     ],
22     "AlamofireObjectMapper": [
24     ],
25     "JWTDecode": [
26       "~> 1.0"
27     ]
28   },
29   "platforms": {
30     "ios": "9.3",
31     "osx": "10.11"
32   },
33   "ios": {
34     "source_files": "Source/common/ios/**/*.swift",
35     "dependencies": {
36       "MBProgressHUD": [
37         "~> 0.9.1"
38       ]
39     }
40   },
41   "osx": {
42     "source_files": "Source/common/osx/**/*.swift"
43   }