[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / 2 / 3 / CYFKit / 0.0.2 / CYFKit.podspec.json
blob4c8932506d36121b81aba384fa793051cd06ecfa
2   "name": "CYFKit",
3   "version": "0.0.2",
4   "summary": "iOS开发基础组件库",
5   "description": "这是一个私人基础库 包含常用宏定义、常用分类、常用功能组件",
6   "homepage": "https://github.com/chenyongfei/AFKitDemo",
7   "license": "MIT",
8   "authors": {
9     "afei": "2511433510@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/chenyongfei/AFKitDemo.git",
16     "tag": "0.0.2"
17   },
18   "public_header_files": "CYFKit/AFKit.h",
19   "source_files": "CYFKit/AFKit.h",
20   "frameworks": "UIKit",
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "AFCategories",
25       "public_header_files": "CYFKit/AFCategories/AFCategories.h",
26       "source_files": "CYFKit/AFCategories/AFCategories.h",
27       "subspecs": [
28         {
29           "name": "UIKit",
30           "public_header_files": "CYFKit/AFCategories/UIKit/UIKit+AFCategories.h",
31           "source_files": "CYFKit/AFCategories/UIKit/UIKit+AFCategories.h",
32           "subspecs": [
33             {
34               "name": "UIView",
35               "source_files": "CYFKit/AFCategories/UIKit/UIView/*.{h,m}"
36             }
37           ]
38         }
39       ]
40     }
41   ]