| { |
| "name": "MyLibraryDemo", |
| "version": "0.0.1", |
| "summary": "A short description of MyLibraryDemo.", |
| "description": "开源框架", |
| "homepage": "https://github.com/Fendouzhe/MyLibraryDemo", |
| "license": { |
| "type": "MIT", |
| "file": "FILE_LICENSE" |
| }, |
| "authors": { |
| "LeiLuRong": "llrongvip@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/Fendouzhe/MyLibraryDemo.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "MyLibrary", |
| "MyLibrary/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "platforms": { |
| "osx": null, |
| "ios": null, |
| "tvos": null, |
| "watchos": null |
| } |
| } |