[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 8 / a / BinPerformanceOptimizeHelper / 1.0.0 / BinPerformanceOptimizeHelper.podspec.json
blob32041f1f01bcc36d2e8a2ea79bb085485186ceff
2   "name": "BinPerformanceOptimizeHelper",
3   "version": "1.0.0",
4   "summary": "A tool for improving app performance by no Color Blended Layers.",
5   "description": "A tool for improving app performance by no Color Blended Layers and no Color Misaligned Images.",
6   "homepage": "https://github.com/jerryzhang147/BinPerformanceOptimizeHelper",
7   "license": "MIT",
8   "authors": {
9     "JerryZhang": "1957299143@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/jerryzhang147/BinPerformanceOptimizeHelper.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "BinPerformanceOptimizeHelper/**/*.{h,m}",
19   "frameworks": "UIKit",
20   "requires_arc": true,
21   "dependencies": {
22     "SDWebImage": [
23       "~> 4.0"
24     ]
25   }