[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / 6 / UzysUIViewAddition / 0.9.0 / UzysUIViewAddition.podspec.json
blob0bccc9791b4491857ae232bfcfc08c51ab5f2980
2   "name": "UzysUIViewAddition",
3   "version": "0.9.0",
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.0"
19   },
20   "requires_arc": false,
21   "source_files": "UzysUIViewAddition/Library",
22   "public_header_files": "UzysUIViewAddition/Library/*.h",
23   "ios": {
24     "frameworks": "QuartzCore"
25   }