| { |
| "name": "BinPerformanceOptimizeHelper", |
| "version": "1.0.0", |
| "summary": "A tool for improving app performance by no Color Blended Layers.", |
| "description": "A tool for improving app performance by no Color Blended Layers and no Color Misaligned Images.", |
| "homepage": "https://github.com/jerryzhang147/BinPerformanceOptimizeHelper", |
| "license": "MIT", |
| "authors": { |
| "JerryZhang": "1957299143@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/jerryzhang147/BinPerformanceOptimizeHelper.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "BinPerformanceOptimizeHelper/**/*.{h,m}", |
| "frameworks": "UIKit", |
| "requires_arc": true, |
| "dependencies": { |
| "SDWebImage": [ |
| "~> 4.0" |
| ] |
| } |
| } |