[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 4 / e / SetKit / 0.0.1 / SetKit.podspec.json
blobe0c2ca7724f4da23b4a031da81f46ef0a1a6f7b0
2   "name": "SetKit",
3   "version": "0.0.1",
4   "summary": "SetKit is a library for managing UIKit classes properties in a declarative style",
5   "swift_versions": "5",
6   "platforms": {
7     "ios": "13.0"
8   },
9   "frameworks": "UIKit",
10   "description": "Description:\nThis Swift library empowers you to configure UIKit elements using a clean, declarative syntax. Enhance code readability, streamline your UI\ndevelopment, and create reusable components effortlessly. Say goodbye to imperative code and embrace the future of UIKit development with\nSetKit.",
11   "homepage": "https://github.com/camel-cased/SetKit",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "camel-cased": "com.camel.cased@icloud.com"
18   },
19   "source": {
20     "git": "https://github.com/camel-cased/SetKit.git",
21     "tag": "v0.0.1"
22   },
23   "social_media_url": "https://www.linkedin.com/in/camel-cased",
24   "subspecs": [
25     {
26       "name": "Base",
27       "source_files": "Classes/**/*.swift"
28     },
29     {
30       "name": "SnappySetKit",
31       "source_files": "Classes/**/*.swift",
32       "dependencies": {
33         "SnapKit": [
34           "~> 5.0"
35         ]
36       }
37     }
38   ],
39   "swift_version": "5"