| { |
| "name": "Lib01", |
| "version": "0.0.1", |
| "summary": "Lib01 框架 0.0.1 版本", |
| "description": "这里要写的一定要比 s.summary 里面的字数要多,否则会有警告", |
| "homepage": "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zhangyuqing": "coderzyq@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://git.oschina.net/xiaohuamao/cocoalib.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude" |
| } |