[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / 2 / 1 / PGWKWebView / 0.0.2 / PGWKWebView.podspec.json
blob209138ca03705c9a5503808a320cf5e80a28c64a
2   "name": "PGWKWebView",
3   "version": "0.0.2",
4   "summary": "A Simple Powerful extend easily WKWebView",
5   "description": "集成很多三方框架的简易WKWebView",
6   "homepage": "https://github.com/purePgmr/PGWKWebView",
7   "license": "MIT",
8   "authors": {
9     "xukai": "purepgmr@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/purePgmr/PGWKWebView.git",
16     "tag": "v0.0.2"
17   },
18   "source_files": "PGWKWebView/Classes/**/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "vendored_frameworks": [
21     "PGWKWebView/Libs/AlipaySDK.framework",
22     "PGWKWebView/Libs/iflyMSC.framework"
23   ],
24   "frameworks": [
25     "AddressBook",
26     "Contacts",
27     "CoreLocation",
28     "AudioToolbox",
29     "AVFoundation",
30     "CoreMotion",
31     "CFNetwork",
32     "Foundation",
33     "UIKit",
34     "CoreGraphics",
35     "CoreText",
36     "QuartzCore",
37     "CoreTelephony",
38     "SystemConfiguration"
39   ],
40   "dependencies": {
41     "GVRSDK": [
43     ],
44     "WechatOpenSDK": [
46     ],
47     "AFNetworking": [
48       "~> 2.5"
49     ]
50   }