| { |
| "name": "YCLPodCode", |
| "version": "0.0.1", |
| "summary": "YCLPodCode file", |
| "description": "Custom TestPods description", |
| "homepage": "https://github.com/TomorrowY/YCLPodCode", |
| "license": "MIT", |
| "authors": { |
| "TomorrowY": "chuanlongY@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/TomorrowY/YCLPodCode.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "ToolClass/**/*.{h,m}", |
| "Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "frameworks": "Foundation", |
| "platforms": { |
| "osx": null, |
| "ios": null, |
| "tvos": null, |
| "watchos": null |
| } |
| } |