| { |
| "name": "FuliScanLibrary", |
| "version": "0.1.0", |
| "summary": "A short description of FuliScanLibrary.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://gitee.com/fengye12538/FuliScanLibrary.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "2297711051@qq.com": "2297711051@qq.com" |
| }, |
| "source": { |
| "git": "https://gitee.com/fengye12538/FuliScanLibrary.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "FuliScanLibrary/Classes/**/*", |
| "static_framework": true, |
| "user_target_xcconfig": { |
| "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES" |
| }, |
| "dependencies": { |
| "FuliBaseLibrary": [ |
| |
| ] |
| } |
| } |