[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / 7 / f / SwiftKit / 0.3.1 / SwiftKit.podspec.json
blobd22e8c6e30615999987dedd4f8304781cd94d884
2   "name": "SwiftKit",
3   "version": "0.3.1",
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.\n",
6   "homepage": "https://github.com/brightify/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/brightify/SwiftKit.git",
14     "tag": "0.3.1"
15   },
16   "social_media_url": "https://twitter.com/BrightifyOrg",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Events",
24       "source_files": "Events/**/*.swift",
25       "frameworks": "UIKit"
26     },
27     {
28       "name": "Preferences",
29       "source_files": "Preferences/**/*.swift",
30       "frameworks": "Foundation",
31       "dependencies": {
32         "SwiftKit/Events": [
34         ]
35       }
36     },
37     {
38       "name": "Injection",
39       "source_files": "Injection/**/*.swift",
40       "frameworks": "Foundation"
41     },
42     {
43       "name": "Router",
44       "source_files": "Router/**/*.swift",
45       "frameworks": "Foundation",
46       "dependencies": {
47         "Alamofire": [
49         ],
50         "ObjectMapper": [
52         ],
53         "SwiftyJSON": [
55         ]
56       }
57     },
58     {
59       "name": "ViewComposer",
60       "source_files": "ViewComposer/**/*.swift",
61       "frameworks": "UIKit",
62       "dependencies": {
63         "SwiftKit/Events": [
65         ]
66       }
67     }
68   ]