| { |
| "name": "IMYViewCache", |
| "version": "0.3.2", |
| "summary": "Caching the UIView,speed up the UIView initialization", |
| "description": "Caching the UIView,speed up the UIView initialization, UITableViewCell Optimize the most obvious", |
| "homepage": "https://github.com/li6185377/IMYViewCache", |
| "license": "MIT", |
| "authors": { |
| "Jianghuai Li": "li6185377@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/li6185377/IMYViewCache.git", |
| "tag": "0.3.2" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source_files": [ |
| "Classes/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |