| { |
| "name": "XBToast", |
| "version": "0.0.2", |
| "summary": "toast", |
| "description": "toast for iOS", |
| "homepage": "https://github.com/huisedediao/XBToast", |
| "license": "MIT", |
| "authors": { |
| "谢贤彬": "401758785@qq.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/huisedediao/XBToast.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": [ |
| "XBToast", |
| "XBToast/**/*.{h,m}" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "XBAlertViewBase": [ |
| |
| ], |
| "Masonry": [ |
| |
| ] |
| }, |
| "user_target_xcconfig": { |
| "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES" |
| } |
| } |