| { |
| "name": "WQDanmakuView", |
| "version": "0.0.7", |
| "summary": "弹幕小插件", |
| "description": "自己总结的弹幕小插件,欢迎使用。", |
| "homepage": "https://github.com/WQiOS/WQDanmakuView", |
| "license": "MIT", |
| "authors": { |
| "王强": "1570375769@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/WQiOS/WQDanmakuView.git", |
| "tag": "0.0.7" |
| }, |
| "ios": { |
| "vendored_frameworks": "WQDanmakuView/AliPaySDK.framework", |
| "frameworks": [ |
| "SystemConfiguration", |
| "CoreTelephony", |
| "QuartzCore", |
| "CoreText", |
| "CoreGraphics", |
| "UIKit", |
| "Foundation", |
| "CFNetwork", |
| "CoreMotion" |
| ], |
| "libraries": [ |
| "c++", |
| "z" |
| ] |
| }, |
| "resources": "WQDanmakuView/AliPaySDK.bundle", |
| "source_files": "WQDanmakuView/*.{h,m}" |
| } |