| { |
| "name": "LGDictionary", |
| "version": "1.0.2", |
| "summary": "知识点课件", |
| "homepage": "https://github.com/LYajun/LGDictionary", |
| "license": "MIT", |
| "authors": { |
| "刘亚军": "liuyajun1999@icloud.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/LYajun/LGDictionary.git", |
| "tag": "1.0.2" |
| }, |
| "source_files": [ |
| "LGDictionary/Category/*.{h,m}", |
| "LGDictionary/Common/*.{h,m}", |
| "LGDictionary/Utils/**/*.{h,m}", |
| "LGDictionary/Module/**/*.{h,m}" |
| ], |
| "resources": "LGDictionary/LGDictionary.bundle", |
| "requires_arc": true, |
| "dependencies": { |
| "Masonry": [ |
| |
| ], |
| "MJExtension": [ |
| |
| ] |
| } |
| } |