[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / c / 8 / YJCategoryKit / 1.0.1 / YJCategoryKit.podspec.json
blob3c2d0823f9e06081b265d28b197ef22b4ab26a0c
2   "name": "YJCategoryKit",
3   "version": "1.0.1",
4   "summary": "工作中常用分类的合集",
5   "homepage": "https://github.com/full-of-fire/YJCategoryKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "full-of-fire": "591730822@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/full-of-fire/YJCategoryKit.git",
15     "tag": "1.0.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "subspecs": [
25     {
26       "name": "Foundation_EX",
27       "source_files": "YJCategoryKit/Classes/{NSString,NSBundle,NSObject}*.{h,m}"
28     },
29     {
30       "name": "UIKit_EX",
31       "source_files": "YJCategoryKit/Classes/{UIImage,UIButton,UIColor,UITableViewCell,UICollectionView,UIAlertController}*.{h,m}"
32     }
33   ]