[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / 7 / f / SwiftKit / 0.10.0 / SwiftKit.podspec.json
blob1678de1392dbcdf1d1a0184f9f37f463e88f65ee
2   "name": "SwiftKit",
3   "version": "0.10.0",
4   "summary": "SwiftKit is a collection of simple libraries that make your life easier.",
5   "description": "SwiftKit's main purpose is to jumpstart iOS app development. We strive to deliver multiple small libraries that will solve the most basic things so you will not have to do it yourself.",
6   "homepage": "https://github.com/SwiftKit/SwiftKit",
7   "license": "MIT",
8   "authors": {
9     "Tadeas Kriz": "tadeas@brightify.org",
10     "Filip Dolnik": "filip@brightify.org"
11   },
12   "source": {
13     "git": "https://github.com/SwiftKit/SwiftKit.git",
14     "tag": "0.10.0"
15   },
16   "social_media_url": "https://twitter.com/BrightifyOrg",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": [
22     "Injection",
23     "Router"
24   ],
25   "subspecs": [
26     {
27       "name": "Injection",
28       "source_files": "SwiftKit/Injection/**/*.swift",
29       "frameworks": "Foundation",
30       "dependencies": {
31         "SwiftKitStaging": [
32           "~> 0.2"
33         ]
34       }
35     },
36     {
37       "name": "Router",
38       "source_files": "SwiftKit/Router/**/*.swift",
39       "frameworks": "Foundation",
40       "dependencies": {
41         "SwiftKitStaging": [
42           "~> 0.2"
43         ],
44         "SwiftKit/ObjectMapper": [
46         ],
47         "Alamofire": [
48           "~> 4.0"
49         ],
50         "HTTPStatusCodes": [
51           "~> 3.1"
52         ],
53         "SwiftyJSON": [
54           "~> 3.1"
55         ]
56       }
57     },
58     {
59       "name": "ObjectMapper",
60       "source_files": "SwiftKit/ObjectMapper/**/*.swift",
61       "dependencies": {
62         "SwiftKitStaging": [
63           "~> 0.2"
64         ],
65         "SwiftyJSON": [
66           "~> 3.1"
67         ]
68       }
69     }
70   ]