| { |
| "name": "YIInnerShadowView", |
| "version": "1.0.1", |
| "license": { |
| "type": "Beerware", |
| "text": "If we meet some day, and you think this stuff is worth it, you can buy me a beer in return." |
| }, |
| "homepage": "https://github.com/inamiy/YIInnerShadowView", |
| "authors": { |
| "Yasuhiro Inami": "inamiy@gmail.com" |
| }, |
| "summary": "Inner-shadow UIView/CALayer for iOS.", |
| "screenshots": [ |
| "https://raw.github.com/inamiy/YIInnerShadowView/master/Screenshots/screenshot.png" |
| ], |
| "source": { |
| "git": "https://github.com/inamiy/YIInnerShadowView.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": "Classes/*.{h,m}", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "frameworks": "QuartzCore" |
| } |