[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 2 / 7 / f / SwiftKit / 0.5.3 / SwiftKit.podspec.json
blob46ddda467932bee62fa9ffd57fac7e3075b63c7a
2   "name": "SwiftKit",
3   "version": "0.5.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.5.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": "Internal",
31       "source_files": "Internal/**/*.swift"
32     },
33     {
34       "name": "Events",
35       "source_files": "Events/**/*.swift",
36       "frameworks": "UIKit",
37       "dependencies": {
38         "SwiftKit/Internal": [
40         ]
41       }
42     },
43     {
44       "name": "Preferences",
45       "source_files": "Preferences/**/*.swift",
46       "frameworks": "Foundation",
47       "dependencies": {
48         "SwiftKit/Internal": [
50         ],
51         "SwiftKit/Events": [
53         ]
54       }
55     },
56     {
57       "name": "Injection",
58       "source_files": "Injection/**/*.swift",
59       "frameworks": "Foundation",
60       "dependencies": {
61         "SwiftKit/Internal": [
63         ]
64       }
65     },
66     {
67       "name": "Router",
68       "source_files": "Router/**/*.swift",
69       "frameworks": "Foundation",
70       "dependencies": {
71         "SwiftKit/Internal": [
73         ],
74         "SwiftKit/ObjectMapper": [
76         ],
77         "Alamofire": [
79         ],
80         "SwiftyJSON": [
82         ]
83       }
84     },
85     {
86       "name": "ObjectMapper",
87       "source_files": "ObjectMapper/**/*.swift",
88       "dependencies": {
89         "SwiftKit/Internal": [
91         ],
92         "SwiftyJSON": [
94         ]
95       }
96     },
97     {
98       "name": "ViewComposer",
99       "source_files": "ViewComposer/**/*.swift",
100       "frameworks": "UIKit",
101       "dependencies": {
102         "SwiftKit/Internal": [
104         ],
105         "SwiftKit/Events": [
107         ]
108       }
109     },
110     {
111       "name": "TestUtils",
112       "default_subspecs": [
113         "Base",
114         "XCTest"
115       ],
116       "subspecs": [
117         {
118           "name": "Base",
119           "source_files": "TestUtils/Base/**/*.swift",
120           "dependencies": {
121             "SwiftKit/Internal": [
123             ],
124             "SwiftKit/Events": [
126             ]
127           }
128         },
129         {
130           "name": "XCTest",
131           "source_files": "TestUtils/XCTest/**/*.swift",
132           "frameworks": "XCTest",
133           "dependencies": {
134             "SwiftKit/TestUtils/Base": [
136             ]
137           }
138         },
139         {
140           "name": "Quick",
141           "source_files": "TestUtils/Quick/**/*.swift",
142           "dependencies": {
143             "SwiftKit/TestUtils/Base": [
145             ],
146             "Nimble": [
148             ]
149           }
150         }
151       ]
152     }
153   ]