| { |
| "name": "YYAsyncLayer", |
| "summary": "iOS utility classes for asynchronous rendering and display.", |
| "version": "0.9.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "ibireme": "ibireme@gmail.com" |
| }, |
| "social_media_url": "http://blog.ibireme.com", |
| "homepage": "https://github.com/ibireme/YYAsyncLayer", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/ibireme/YYAsyncLayer.git", |
| "tag": "0.9.0" |
| }, |
| "requires_arc": true, |
| "source_files": "YYAsyncLayer/*.{h,m}", |
| "public_header_files": "YYAsyncLayer/*.{h}", |
| "frameworks": [ |
| "UIKit", |
| "QuartzCore" |
| ] |
| } |