[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 0 / 1 / ZLCommonCell / 1.3 / ZLCommonCell.podspec.json
blob0d23387980d44b176610073104478f822806b8e7
2   "name": "ZLCommonCell",
3   "version": "1.3",
4   "summary": "ZLCommonCell",
5   "description": "自己封装了一些常用的tableviewcell和collectionviewcell",
6   "homepage": "https://github.com/czl0325/ZLCommonCell",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "czl0325": "295183917@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/czl0325/ZLCommonCell.git",
19     "tag": "1.3"
20   },
21   "source_files": [
22     "ZLCommonCellDemo/ZLCommomCell/*.{h,m}",
23     "ZLCommonCellDemo/ZLCommomCell/view/*.{h,m}"
24   ],
25   "resource_bundles": {
26     "ZLCommonCell": [
27       "ZLCommonCellDemo/ZLCommomCell/resource/*"
28     ]
29   },
30   "requires_arc": true,
31   "dependencies": {
32     "Masonry": [
34     ],
35     "SDWebImage": [
37     ]
38   }