| { |
| "name": "Module5SDKXStatic", |
| "version": "1.0.0", |
| "summary": "xc framework", |
| "description": "这是ProjDemo1的,xcode打包的静态库的framework,手动引入的基础组件", |
| "homepage": "https://gitee.com/snilwx/static-module5-sdk", |
| "license": "MIT", |
| "authors": { |
| "wangxiang": "934416194@qq.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://gitee.com/snilwx/static-module5-sdk.git", |
| "tag": "1.0.0" |
| }, |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.0" |
| ], |
| "BaseSDKXStatic": [ |
| "~>1.0.4" |
| ] |
| }, |
| "resources": "Module5SDKXStatic.framework/*.{png,xib,nib,bundle}", |
| "vendored_frameworks": "Module5SDKXStatic.framework", |
| "requires_arc": true |
| } |