[Add] YYUIKit 0.6.4
[CocoaPods.git] / Specs / 7 / e / 9 / ZLKit_Swift / 1.1.1 / ZLKit_Swift.podspec.json
blobbe6940a45f0b0654042ed0bf8f79bfbd628fc2e9
2   "name": "ZLKit_Swift",
3   "version": "1.1.1",
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.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "AlamofireImage": [
24       "~> 3.6.0"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Extensions",
30       "source_files": "ZLKit_SwiftDemo/Classes/Extensions/**/*",
31       "frameworks": "UIKit"
32     },
33     {
34       "name": "Fragments",
35       "frameworks": "UIKit",
36       "source_files": "ZLKit_SwiftDemo/Classes/Fragments/**/*",
37       "dependencies": {
38         "ZLKit_Swift/Network": [
40         ],
41         "SnapKit": [
42           "~> 4.2.0"
43         ]
44       }
45     },
46     {
47       "name": "Network",
48       "frameworks": "UIKit",
49       "source_files": "ZLKit_SwiftDemo/Classes/Network/**/*",
50       "dependencies": {
51         "ZLKit_Swift/Extensions": [
53         ],
54         "Alamofire": [
55           "~> 4.9.1"
56         ]
57       }
58     }
59   ]