| { |
| "name": "PGWKWebView", |
| "version": "0.0.2", |
| "summary": "A Simple Powerful extend easily WKWebView", |
| "description": "集成很多三方框架的简易WKWebView", |
| "homepage": "https://github.com/purePgmr/PGWKWebView", |
| "license": "MIT", |
| "authors": { |
| "xukai": "purepgmr@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/purePgmr/PGWKWebView.git", |
| "tag": "v0.0.2" |
| }, |
| "source_files": "PGWKWebView/Classes/**/*.{h,m}", |
| "exclude_files": "Classes/Exclude", |
| "vendored_frameworks": [ |
| "PGWKWebView/Libs/AlipaySDK.framework", |
| "PGWKWebView/Libs/iflyMSC.framework" |
| ], |
| "frameworks": [ |
| "AddressBook", |
| "Contacts", |
| "CoreLocation", |
| "AudioToolbox", |
| "AVFoundation", |
| "CoreMotion", |
| "CFNetwork", |
| "Foundation", |
| "UIKit", |
| "CoreGraphics", |
| "CoreText", |
| "QuartzCore", |
| "CoreTelephony", |
| "SystemConfiguration" |
| ], |
| "dependencies": { |
| "GVRSDK": [ |
| |
| ], |
| "WechatOpenSDK": [ |
| |
| ], |
| "AFNetworking": [ |
| "~> 2.5" |
| ] |
| } |
| } |