[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 0 / 3 / HFLibs / 0.6.1 / HFLibs.podspec.json
blob1572d753148beeb2cdc6d126a53ad6d204a3b0fd
2   "name": "HFLibs",
3   "version": "0.6.1",
4   "summary": "基于UIKit 希望能简化UIKit 的设置 快速开发",
5   "description": "基于UIKit 希望能简化UIKit 的设置 快速开发 支持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": "0.6.1",
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": "UIViewAdditions",
38       "source_files": "HFLibs/UIViewAdditions/*.{h,m}",
39       "public_header_files": "HFLibs/UIViewAdditions/*.h"
40     },
41     {
42       "name": "HFViews",
43       "source_files": "HFLibs/HFViews/**/*.{h,m}",
44       "public_header_files": "HFLibs/HFViews/**/*.h",
45       "dependencies": {
46         "HFLibs/UIViewAdditions": [
48         ]
49       }
50     },
51     {
52       "name": "UIViewController+HF",
53       "source_files": "HFLibs/UIViewController+HF/*.{h,m}",
54       "public_header_files": "HFLibs/UIViewController+HF/*.h",
55       "dependencies": {
56         "HFLibs/HFViews": [
58         ]
59       }
60     }
61   ]