[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 7 / 1 / FSOCCategories / 1.0.4 / FSOCCategories.podspec.json
blobab36e787d5b9ad03d8456642c281aadae4c8b9ba
2   "name": "FSOCCategories",
3   "version": "1.0.4",
4   "summary": "Object-c分类扩展组件",
5   "description": "用于基础的搭建,依赖性比较弱但是可用性较高,更久功能机型分类的拓展包装。",
6   "homepage": "https://github.com/zhangzhongyan/FSOCCategories",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "张忠燕": "749994100@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/zhangzhongyan/FSOCCategories.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "UIButton+FSHitEdgeInsets",
23   "subspecs": [
24     {
25       "name": "UIButton+FSHitEdgeInsets",
26       "source_files": "FSOCCategories/Classes/UIButton+FSHitEdgeInsets/*{h,m}"
27     },
28     {
29       "name": "UIViewController+FSDocumentPickerViewController",
30       "source_files": "FSOCCategories/Classes/UIViewController+FSDocumentPickerViewController/*{h,m}"
31     },
32     {
33       "name": "UIViewController+FSDocumentInteractionController",
34       "source_files": "FSOCCategories/Classes/UIViewController+FSDocumentInteractionController/*{h,m}"
35     },
36     {
37       "name": "UIViewController+FSQuickLookPreview",
38       "source_files": "FSOCCategories/Classes/UIViewController+FSQuickLookPreview/*{h,m}"
39     }
40   ]