[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / b / 3 / YFCategory / 0.0.2 / YFCategory.podspec.json
blobf6bb2a7ec1dec234a0698102e1288312002063f3
2   "name": "YFCategory",
3   "version": "0.0.2",
4   "summary": "Some commonly used category.",
5   "homepage": "https://github.com/ghostfeng/YFCategory",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "LiuYongfeng": "1253289963@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/ghostfeng/YFCategory.git",
15     "tag": "0.0.2"
16   },
17   "source_files": "YFCategory/YFCategory.h",
18   "public_header_files": "YFCategory/YFCategory.h",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Foundation",
26       "source_files": "YFCategory/Foundation/*.{h,m}",
27       "public_header_files": "YFCategory/Foundation/*.h"
28     },
29     {
30       "name": "UIKit",
31       "source_files": "YFCategory/UIKit/*.{h,m}",
32       "public_header_files": "YFCategory/UIKit/*.h"
33     }
34   ]