| { |
| "name": "DSZ_Tool", |
| "version": "0.0.6", |
| "summary": "A tool for dashouzi.", |
| "homepage": "https://github.com/zjh12580/DSZTool", |
| "license": "MIT", |
| "authors": { |
| "zhaojh": "zhaojinhui@corp-ci.com" |
| }, |
| "source": { |
| "git": "https://gitee.com/wodetianzhaojh/DSZ_Tool.git", |
| "tag": "0.0.6" |
| }, |
| "requires_arc": true, |
| "source_files": "DSZ_Tool/**/*.{h,m}", |
| "exclude_files": "DSZ_Tool/mrc/*.{h,m}", |
| "frameworks": "UIKit", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "subspecs": [ |
| { |
| "name": "no-arc", |
| "source_files": "DSZ_Tool/mrc/*.{h,m}", |
| "requires_arc": false |
| } |
| ] |
| } |