[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / f / b / YZQuickLayout / 0.0.2 / YZQuickLayout.podspec.json
blob10ce6e39a064699fea29394afebfe4a0aa9b2b31
2   "name": "YZQuickLayout",
3   "version": "0.0.2",
4   "summary": "Layout a view's sub view with padding, interim and height/ width percentage.",
5   "homepage": "https://github.com/yichizhang/YZQuickLayout",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Yichi Zhang": "zhang-yi-chi@hotmail.com"
12   },
13   "source": {
14     "git": "https://github.com/yichizhang/YZQuickLayout.git",
15     "tag": "0.0.2"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Source/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ]