[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / c / 6 / 3 / KKCell / 0.2.0 / KKCell.podspec.json
blobee63dca1225132e04ada9524cd10d9be7f828f27
2   "name": "KKCell",
3   "version": "0.2.0",
4   "summary": "custom UICollectionViewCell : 自定义UICollectionViewCell",
5   "description": "custom UICollectionViewCell : 自定义UICollectionViewCell 可扩充自定义",
6   "homepage": "https://github.com/TieShanWang/KKCell",
7   "license": "MIT",
8   "authors": {
9     "wangtieshan": "15003836653@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/TieShanWang/KKCell.git",
16     "tag": "0.2.0"
17   },
18   "source_files": "KKCell/KKCollectionViewCell/KKCollectionViewCell.{h,m,mm}",
19   "frameworks": "UIKit",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "KKTextCell",
24       "source_files": [
25         "KKCell/KKCollectionViewCell/KKCollectionViewCell.{h,m,mm}",
26         "KKCell/KKCollectionViewCell/KKTextCell.{h,m,mm}",
27         "KKCell/KKCollectionViewCell/KKCellProtocol.{h,m,mm}"
28       ],
29       "frameworks": "UIKit"
30     },
31     {
32       "name": "KKImageCell",
33       "source_files": [
34         "KKCell/KKCollectionViewCell/KKCollectionViewCell.{h,m,mm}",
35         "KKCell/KKCollectionViewCell/KKImageCell.{h,m,mm}",
36         "KKCell/KKCollectionViewCell/KKCellProtocol.{h,m,mm}"
37       ],
38       "frameworks": "UIKit",
39       "dependencies": {
40         "SDWebImage": [
42         ]
43       }
44     }
45   ]