| { |
| "name": "XDInternational", |
| "version": "0.1.0", |
| "summary": "一个用于ios国际化的库", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://gitee.com/zhangxiandong/events", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "东哥": "1769693301@qq.com" |
| }, |
| "source": { |
| "git": "https://gitee.com/NewerABC/XDInternational.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "XDInternational/Classes/*.{h}", |
| "subspecs": [ |
| { |
| "name": "Language", |
| "source_files": "XDInternational/Classes/Language/**/*", |
| "platforms": { |
| "ios": "8.0" |
| } |
| }, |
| { |
| "name": "Path", |
| "source_files": "XDInternational/Classes/Path/**/*", |
| "platforms": { |
| "ios": "8.0" |
| } |
| }, |
| { |
| "name": "Bundle", |
| "dependencies": { |
| "XDInternational/Path": [ |
| |
| ], |
| "XDInternational/Language": [ |
| |
| ] |
| }, |
| "source_files": "XDInternational/Classes/Bundle/**/*", |
| "platforms": { |
| "ios": "8.0" |
| } |
| }, |
| { |
| "name": "Manager", |
| "dependencies": { |
| "XDInternational/Path": [ |
| |
| ], |
| "XDInternational/Language": [ |
| |
| ], |
| "XDInternational/Bundle": [ |
| |
| ] |
| }, |
| "source_files": "XDInternational/Classes/ChainCall/**/*", |
| "platforms": { |
| "ios": "8.0" |
| } |
| } |
| ] |
| } |