| { |
| "name": "UzysUIViewAddition", |
| "version": "0.9.1", |
| "summary": "UIView Category - Easy way to access view's frame, And provide easy way to layout UIViews programatically to maintain readability of code.", |
| "authors": { |
| "UzysJung": "uzysjung@gmail.com" |
| }, |
| "homepage": "https://github.com/uzysjung/UzysUIViewAddition", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "source": { |
| "git": "https://github.com/uzysjung/UzysUIViewAddition.git", |
| "tag": "0.9.1" |
| }, |
| "requires_arc": false, |
| "source_files": "UzysUIViewAddition/Library", |
| "public_header_files": "UzysUIViewAddition/Library/*.h", |
| "ios": { |
| "frameworks": "QuartzCore" |
| } |
| } |