| { |
| "name": "AiTeacherCore", |
| "version": "0.0.2", |
| "summary": "AiTeacherCore 核心代码", |
| "description": "用户构建AiTeacher的核心底层代码", |
| "homepage": "https://gitee.com/easoncodes", |
| "license": "BSD", |
| "authors": { |
| "eason yin": "easoncode@126.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://gitee.com/easoncodes/AiTeacherCore.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": [ |
| "AiTeacherCore/AiTeacherCore/Class", |
| "AiTeacherCore/AiTeacherCore/Class/**/*.{h,m}" |
| ], |
| "exclude_files": "AiTeacherCore/AiTeacherCore/Class/Exclude", |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |