[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 6 / 3 / KKCell / 0.1.0 / KKCell.podspec.json
blob1dc35e326ef76c281aa76867ef758b7bd2fe4f84
2   "name": "KKCell",
3   "version": "0.1.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.1.0"
17   },
18   "source_files": [
19     "KKCell/KKCollectionViewCell/**/*.{h,m,mm}",
20     "KKCell/KKCollectionViewCell/*.{h,m,mm}"
21   ],
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "dependencies": {
25     "SDWebImage": [
27     ]
28   }