[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 7 / f / SwiftKit / 0.4.1 / SwiftKit.podspec.json
blobad260166c1d93017bc2bac62c8a75705a6c855a8
2   "name": "SwiftKit",
3   "version": "0.4.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.",
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.1"
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       "source_files": "TestUtils/**/*.swift",
87       "frameworks": "XCTest",
88       "dependencies": {
89         "SwiftKit/Events": [
91         ]
92       }
93     }
94   ]