[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / e / 9 / ZLKit_Swift / 1.2.9 / ZLKit_Swift.podspec.json
blobe0384727e2161236d2500dbe79158948eefa3672
2   "name": "ZLKit_Swift",
3   "version": "1.2.9",
4   "summary": "常用组件库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/ZLKits/zlkit_swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "itzhaolei": "itzhaolei@foxmail.com"
13   },
14   "source": {
15     "git": "https://gitee.com/ZLKits/zlkit_swift.git",
16     "tag": "1.2.9"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "AlamofireImage": [
25       "~> 3.6.0"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Extensions",
31       "source_files": "ZLKit_SwiftDemo/Classes/Extensions/**/*",
32       "frameworks": "UIKit"
33     },
34     {
35       "name": "Fragments",
36       "frameworks": "UIKit",
37       "source_files": "ZLKit_SwiftDemo/Classes/Fragments/**/*",
38       "dependencies": {
39         "ZLKit_Swift/Network": [
41         ],
42         "SnapKit": [
43           "~> 4.2.0"
44         ]
45       }
46     },
47     {
48       "name": "Network",
49       "frameworks": "UIKit",
50       "source_files": "ZLKit_SwiftDemo/Classes/Network/**/*",
51       "dependencies": {
52         "ZLKit_Swift/Extensions": [
54         ],
55         "Alamofire": [
56           "~> 4.9.1"
57         ]
58       }
59     }
60   ],
61   "swift_version": "5.0"