[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / 7 / f / SwiftKit / 0.9.0 / SwiftKit.podspec.json
blob50ea273e566f0cdb0ae6c075cec9911c76e3f672
2   "name": "SwiftKit",
3   "version": "0.9.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.9.0"
15   },
16   "social_media_url": "https://twitter.com/BrightifyOrg",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": [
22     "Events",
23     "Preferences",
24     "Injection",
25     "Router",
26     "ViewComposer"
27   ],
28   "subspecs": [
29     {
30       "name": "Events",
31       "source_files": "SwiftKit/Events/**/*.swift",
32       "frameworks": "UIKit",
33       "dependencies": {
34         "SwiftKitStaging": [
36         ]
37       }
38     },
39     {
40       "name": "Preferences",
41       "source_files": "SwiftKit/Preferences/**/*.swift",
42       "frameworks": "Foundation",
43       "dependencies": {
44         "SwiftKitStaging": [
46         ],
47         "SwiftKit/Events": [
49         ]
50       }
51     },
52     {
53       "name": "Injection",
54       "source_files": "SwiftKit/Injection/**/*.swift",
55       "frameworks": "Foundation",
56       "dependencies": {
57         "SwiftKitStaging": [
59         ]
60       }
61     },
62     {
63       "name": "Router",
64       "source_files": "SwiftKit/Router/**/*.swift",
65       "frameworks": "Foundation",
66       "dependencies": {
67         "SwiftKitStaging": [
69         ],
70         "SwiftKit/ObjectMapper": [
72         ],
73         "Alamofire": [
74           "~> 3.0"
75         ],
76         "HTTPStatusCodes": [
78         ],
79         "SwiftyJSON": [
81         ]
82       }
83     },
84     {
85       "name": "ObjectMapper",
86       "source_files": "SwiftKit/ObjectMapper/**/*.swift",
87       "dependencies": {
88         "SwiftKitStaging": [
90         ],
91         "SwiftyJSON": [
93         ]
94       }
95     },
96     {
97       "name": "ViewComposer",
98       "source_files": "SwiftKit/ViewComposer/**/*.swift",
99       "frameworks": "UIKit",
100       "dependencies": {
101         "SwiftKitStaging": [
103         ],
104         "SwiftKit/Events": [
106         ]
107       }
108     }
109   ]