[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 0 / 3 / HFLibs / 1.0.0 / HFLibs.podspec.json
blobfd5254e2daa72abaf130427c034d2ff12ecbfda7
2   "name": "HFLibs",
3   "version": "1.0.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.0.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": [
29       "~> 0.6.1"
30     ],
31     "UITableView+FDTemplateLayoutCell": [
32       "~> 1.3"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "HFAdditions",
38       "source_files": "HFLibs/HFAdditions/*.{h,m}",
39       "public_header_files": "HFLibs/HFAdditions/HFAdditions.h"
40     },
41     {
42       "name": "HFKit",
43       "source_files": "HFLibs/HFKit/**/*.{h,m}",
44       "public_header_files": "HFLibs/HFKit/HFKit.h",
45       "dependencies": {
46         "HFLibs/HFAdditions": [
48         ]
49       }
50     }
51   ]