[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 3 / 1 / HLBaseKit / 0.0.1 / HLBaseKit.podspec.json
blobe08da507229e0421f332af0d75bfa1ef3619cbc7
2   "name": "HLBaseKit",
3   "version": "0.0.1",
4   "summary": "An IM App Framework, support data and view.",
5   "homepage": "https://github.com/yeffcool/HLBaseKit",
6   "license": "MIT",
7   "authors": {
8     "Hanks Han": "524503467@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/yeffcool/HLBaseKit.git",
12     "tag": "0.0.1"
13   },
14   "frameworks": [
15     "Foundation",
16     "UIKit"
17   ],
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "HKBaseKit",
24     "HKBaseKit/**/*.{h,m}"
25   ],
26   "resources": [
27     "HKBaseKit",
28     "HLBaseKit/Resources/*"
29   ],
30   "dependencies": {
31     "pop": [
32       "~> 1.0.8"
33     ]
34   }