| { |
| "name": "XYD_Test", |
| "version": "0.0.1", |
| "summary": "This is a test.", |
| "description": "this is a test demo", |
| "homepage": "https://github.com/Xuyadongfight/ThisIsADemo", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "徐亚东": "13986885114@163.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/Xuyadongfight/ThisIsADemo.git", |
| "tag": "0.0.1" |
| }, |
| "swift_versions": "4.0", |
| "source_files": [ |
| "Test/Test/XYD_UIView.{swift}", |
| "Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "swift_version": "4.0" |
| } |