[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / 7 / f / SwiftKit / 0.4.3 / SwiftKit.podspec.json
blobf7694a83bb192c717fc096ed7d72dc7fe48e4945
2   "name": "SwiftKit",
3   "version": "0.4.3",
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/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.4.3"
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": "Events/**/*.swift",
32       "frameworks": "UIKit"
33     },
34     {
35       "name": "Preferences",
36       "source_files": "Preferences/**/*.swift",
37       "frameworks": "Foundation",
38       "dependencies": {
39         "SwiftKit/Events": [
41         ]
42       }
43     },
44     {
45       "name": "Injection",
46       "source_files": "Injection/**/*.swift",
47       "frameworks": "Foundation"
48     },
49     {
50       "name": "Router",
51       "source_files": "Router/**/*.swift",
52       "frameworks": "Foundation",
53       "dependencies": {
54         "Alamofire": [
56         ],
57         "SwiftKit/ObjectMapper": [
59         ],
60         "SwiftyJSON": [
62         ]
63       }
64     },
65     {
66       "name": "ObjectMapper",
67       "source_files": "ObjectMapper/**/*.swift",
68       "dependencies": {
69         "SwiftyJSON": [
71         ]
72       }
73     },
74     {
75       "name": "ViewComposer",
76       "source_files": "ViewComposer/**/*.swift",
77       "frameworks": "UIKit",
78       "dependencies": {
79         "SwiftKit/Events": [
81         ]
82       }
83     },
84     {
85       "name": "TestUtils",
86       "default_subspecs": [
87         "Base",
88         "XCTest"
89       ],
90       "subspecs": [
91         {
92           "name": "Base",
93           "source_files": "TestUtils/Base/**/*.swift",
94           "dependencies": {
95             "SwiftKit/Events": [
97             ]
98           }
99         },
100         {
101           "name": "XCTest",
102           "source_files": "TestUtils/XCTest/**/*.swift",
103           "frameworks": "XCTest",
104           "dependencies": {
105             "SwiftKit/TestUtils/Base": [
107             ]
108           }
109         },
110         {
111           "name": "Quick",
112           "source_files": "TestUtils/Quick/**/*.swift",
113           "dependencies": {
114             "SwiftKit/TestUtils/Base": [
116             ],
117             "Nimble": [
119             ]
120           }
121         }
122       ]
123     }
124   ]