[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / 3 / KTSwiftExtensions / 0.25.0 / KTSwiftExtensions.podspec.json
blob97993764d2d31d3dd34044e2a5283f248a9ee3ba
2   "name": "KTSwiftExtensions",
3   "version": "0.25.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.25.0"
16   },
17   "source_files": "Source/common/**/*.swift",
18   "dependencies": {
19     "Alamofire": [
20       "~> 4.0"
21     ],
22     "AlamofireObjectMapper": [
23       "~> 4.0"
24     ],
25     "ObjectMapper": [
26       "~> 2.0"
27     ],
28     "JWTDecode": [
29       "~> 2.0"
30     ]
31   },
32   "platforms": {
33     "ios": "9.3",
34     "osx": "10.11"
35   },
36   "ios": {
37     "source_files": "Source/ios/**/*.swift",
38     "dependencies": {
39       "MBProgressHUD": [
40         "~> 1.0"
41       ]
42     }
43   },
44   "osx": {
45     "source_files": "Source/osx/**/*.swift"
46   }