[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / 0 / 3 / HFLibs / 1.1.0 / HFLibs.podspec.json
blobcd9e84acf45f6b439d62242f7777e7cab3d023e2
2   "name": "HFLibs",
3   "version": "1.1.0",
4   "summary": "主要收录了一些自己做外包的东西,目前包括对UIView 的一些简化设置&扩展,性能方面待优化",
5   "description": "主要收录了一些 在自己项目中做的东西,目前包括对UIView 的一些简化设置&扩展\n提高开发 支持cocoapod",
6   "homepage": "https://github.com/helfyz/HFLibs",
7   "license": "MIT",
8   "authors": {
9     "helfy": "562812743@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/helfyz/HFLibs.git",
16     "tag": "1.1.0",
17     "submodules": true
18   },
19   "source_files": "HFLibs/HFLibs.h",
20   "public_header_files": "HFLibs/HFLibs.h",
21   "frameworks": [
22     "Foundation",
23     "CoreGraphics",
24     "UIKit"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "Masonry": [
30     ],
31     "UITableView+FDTemplateLayoutCell": [
33     ],
34     "HFTableViewManger": [
36     ]
37   },
38   "subspecs": [
39     {
40       "name": "HFCategory",
41       "source_files": "HFLibs/HFCategory/**/*.{h,m}",
42       "public_header_files": "HFLibs/HFCategory/**/*.h"
43     },
44     {
45       "name": "HFKit",
46       "source_files": "HFLibs/HFKit/**/*.{h,m}",
47       "public_header_files": "HFLibs/HFKit/**/*.h"
48     }
49   ]