[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 9 / b / EgretKit / 1.0.0 / EgretKit.podspec.json
blob28eb979af25cd9473c86d59197fb81aff6646e7c
2   "name": "EgretKit",
3   "version": "1.0.0",
4   "summary": "EgretKit H5 游戏展示",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/MF-dosear/EgretWebViewKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Paul": "dosear@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/MF-dosear/EgretWebViewKit.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "VALID_ARCHS[sdk=iphonesimulator*]": ""
24   },
25   "source_files": [
26     "EgretKit/Classes/**/*",
27     "EgretKit/Libraries/**/*.{h,c}"
28   ],
29   "public_header_files": [
30     "EgretKit/Classes/**/*.h",
31     "EgretKit/Libraries/EgretWebViewLib/**/*.h"
32   ],
33   "frameworks": "AdSupport",
34   "libraries": "c++",
35   "subspecs": [
36     {
37       "name": "Egret",
38       "vendored_libraries": "EgretKit/Libraries/**/*.a"
39     }
40   ]