[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / f / 3 / DCUniBaseLibrary / 0.0.2 / DCUniBaseLibrary.podspec.json
blob25e392f0fdde5ab3bfccde7ddda4da85ece26407
2   "name": "DCUniBaseLibrary",
3   "version": "0.0.2",
4   "summary": "Base Dependencies",
5   "description": "The base dependencies for running the uni-app project.",
6   "homepage": "https://github.com/xiaohuapunk/DCUniBaseLibrary",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "XHY": "xionghuayu@dcloud.io"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/xiaohuapunk/DCUniBaseLibrary.git",
18     "tag": "0.0.2"
19   },
20   "source_files": [
21     "Headers/*.h",
22     "Headers/weexHeader/*.h"
23   ],
24   "public_header_files": "Headers/**/*.h",
25   "resources": "Resources/*.*",
26   "frameworks": [
27     "JavaScriptCore",
28     "CoreMedia",
29     "MediaPlayer",
30     "AVFoundation",
31     "AVKit",
32     "GLKit",
33     "OpenGLES",
34     "CoreText",
35     "QuartzCore",
36     "CoreGraphics",
37     "QuickLook",
38     "CoreTelephony",
39     "AssetsLibrary",
40     "CoreLocation",
41     "AddressBook"
42   ],
43   "libraries": "c++",
44   "vendored_libraries": "Libs/*.{a}",
45   "vendored_frameworks": "Libs/*.{framework}",
46   "xcconfig": {
47     "OTHER_LINK_FLAG": "$(inherited) -ObjC"
48   }