[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / a / 6 / UzysUIViewAddition / 0.9.1 / UzysUIViewAddition.podspec.json
blobfcbe2896de2f2a7ba9bb5f7c369396d7eea15df6
2   "name": "UzysUIViewAddition",
3   "version": "0.9.1",
4   "summary": "UIView Category - Easy way to access view's frame, And provide easy way to layout UIViews programatically to maintain readability of code.",
5   "authors": {
6     "UzysJung": "uzysjung@gmail.com"
7   },
8   "homepage": "https://github.com/uzysjung/UzysUIViewAddition",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "platforms": {
14     "ios": null
15   },
16   "source": {
17     "git": "https://github.com/uzysjung/UzysUIViewAddition.git",
18     "tag": "0.9.1"
19   },
20   "requires_arc": false,
21   "source_files": "UzysUIViewAddition/Library",
22   "public_header_files": "UzysUIViewAddition/Library/*.h",
23   "ios": {
24     "frameworks": "QuartzCore"
25   }