[Add] MARSDK_EASPRO 5.0.3
[CocoaPods.git] / Specs / 2 / f / 3 / DCUniBaseLibrary / 0.0.1 / DCUniBaseLibrary.podspec.json
bloba2045e07ed4ab13c4b997894bd443e9505cc539a
2   "name": "DCUniBaseLibrary",
3   "version": "0.0.1",
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.1"
19   },
20   "source_files": "Headers",
21   "public_header_files": "Headers/**/*.h",
22   "resources": "Resources/*.*",
23   "frameworks": [
24     "JavaScriptCore",
25     "CoreMedia",
26     "MediaPlayer",
27     "AVFoundation",
28     "AVKit",
29     "GLKit",
30     "OpenGLES",
31     "CoreText",
32     "QuartzCore",
33     "CoreGraphics",
34     "QuickLook",
35     "CoreTelephony",
36     "AssetsLibrary",
37     "CoreLocation",
38     "AddressBook"
39   ],
40   "libraries": "c++",
41   "vendored_libraries": "Libs/*.{a}",
42   "vendored_frameworks": "Libs/*.{framework}",
43   "xcconfig": {
44     "OTHER_LINK_FLAG": "$(inherited) -ObjC"
45   }