| { |
| "name": "AMDPinTuanModule", |
| "version": "1.0.2.10", |
| "summary": "A module of PinTuan", |
| "description": "the module of AMDPinTuanModule in app ylwdwd", |
| "homepage": "https://github.com/xie244135119/AMDPinTuanModule/blob/master/README.md", |
| "license": "MIT", |
| "authors": { |
| "xieqiang": "xie244135119@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/xie244135119/AMDPinTuanModule.git", |
| "tag": "1.0.2.10" |
| }, |
| "source_files": "AMDPinTuanModule/AMDPinTuanModule.h", |
| "exclude_files": "Classes/Exclude", |
| "resources": "AMDPinTuanModule/AMDPinTuanModule.bundle", |
| "requires_arc": true, |
| "dependencies": { |
| "SSBaseKit": [ |
| |
| ], |
| "SSBaseLib": [ |
| |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "Controller", |
| "source_files": [ |
| "AMDPinTuanModule/Controller/*.{h,m}", |
| "AMDPinTuanModule/ViewModel/*.{h,m}" |
| ], |
| "dependencies": { |
| "AMDPinTuanModule/Private": [ |
| |
| ], |
| "AMDPinTuanModule/UIKit": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "UIKit", |
| "source_files": "AMDPinTuanModule/View/*.{h,m}", |
| "dependencies": { |
| "AMDPinTuanModule/Model": [ |
| |
| ], |
| "AMDPinTuanModule/Private": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Model", |
| "source_files": "AMDPinTuanModule/Model/*.{h,m}" |
| }, |
| { |
| "name": "Private", |
| "source_files": [ |
| "AMDPinTuanModule/Utility/*.{h,m}", |
| "AMDPinTuanModule/OtherResources/*.{h,m}", |
| "AMDPinTuanModule/DataSource/*.{h,m}" |
| ], |
| "dependencies": { |
| "AMDPinTuanModule/Model": [ |
| |
| ] |
| } |
| } |
| ] |
| } |