| { |
| "name": "WQBasePodspec", |
| "version": "0.0.1", |
| "summary": "基础项目框架", |
| "description": "基础项目框架内容,致力于一键pod就能快速搭建项目的所有基本内容。", |
| "homepage": "https://gitee.com/huwenqiangios/WQBasePodspec", |
| "license": { |
| "type": "MIT", |
| "file": "FILE_LICENSE" |
| }, |
| "authors": { |
| "huwenqiang": "hwqforapple@163.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://gitee.com/huwenqiangios/WQBasePodspec.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "frameworks": "UIKit" |
| } |