blob: c05891fa46b9ac1fdd5e6890c844dedaef72cd40 [file] [log] [blame]
{
"name": "PGWKWebView",
"version": "0.0.1",
"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.1"
},
"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"
]
}
}