[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 3 / 1 / HLBaseKit / 0.0.3 / HLBaseKit.podspec.json
blob96d124546ea1e30953455c04718b0d0e432606e4
2   "name": "HLBaseKit",
3   "version": "0.0.3",
4   "summary": "This is a UI & Datas framework for IOS.",
5   "description": "Controller UI, Cell, View, etc. for the two packages, the basic data for operations, such as data conversion, image processing, date processing, data encryption, etc., to join the skin management tool, can more easily manage UI skin.",
6   "homepage": "https://github.com/yeffcool/HLBaseKit",
7   "license": "MIT",
8   "authors": {
9     "Hanks Han": "524503467@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/yeffcool/HLBaseKit.git",
13     "tag": "0.0.3"
14   },
15   "frameworks": [
16     "Foundation",
17     "UIKit"
18   ],
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "HKBaseKit/NSBase/**/*.{h,m}",
25     "HKBaseKit/UIBase/UIController/**/*.{h,m}",
26     "HKBaseKit/UIBase/UISkin/**/*.{h,m}",
27     "HKBaseKit/UIBase/UIView/**/*.{h,m}"
28   ],
29   "resources": [
30     "HKBaseKit/Resources/*.png",
31     "HLBaseKit/Resources/*.png"
32   ],
33   "dependencies": {
34     "pop": [
35       "~> 1.0.8"
36     ]
37   }