[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 7 / 1 / FSOCCategories / 1.0.3 / FSOCCategories.podspec.json
blob643f44f78f6a5b48002e0913dff273ba1cfb4d1c
2   "name": "FSOCCategories",
3   "version": "1.0.3",
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.3"
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   ]