[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / b / f / e / UniAppMpSdk / 0.0.1 / UniAppMpSdk.podspec.json
blob1c8e2112758bfb0c50c32fafb83ebb3f99ddf3a4
2   "name": "UniAppMpSdk",
3   "version": "0.0.1",
4   "summary": "A short description of UniAppMpSdk.",
5   "description": "A short description of UniAppMpSdk. This is a podspec for UniAppMpSdk.",
6   "homepage": "http://github.com/Lay523",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lay523": "LayV523@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://Layv523@dev.azure.com/Layv523/flutter_uni_app_pod/_git/flutter_uni_app_pod",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "UniAppMpSdk/Headers/*.{h,m}",
23     "UniAppMpSdk/Headers/**/*.h"
24   ],
25   "vendored_libraries": "UniAppMpSdk/Libs/*.a",
26   "vendored_frameworks": "UniAppMpSdk/Libs/storage.framework",
27   "public_header_files": "UniAppMpSdk/Headers/*.h",
28   "resources": [
29     "UniAppMpSdk/Resources/*.js",
30     "UniAppMpSdk/Resources/*.ttf",
31     "UniAppMpSdk/Resources/*.bundle"
32   ],
33   "static_framework": true,
34   "frameworks": [
35     "JavaScriptCore",
36     "CoreMedia",
37     "MediaPlayer",
38     "AVFoundation",
39     "AVKit",
40     "GLKit",
41     "OpenGLES",
42     "CoreText",
43     "QuartzCore",
44     "CoreGraphics",
45     "QuickLook",
46     "CoreTelephony",
47     "AssetsLibrary",
48     "CoreLocation",
49     "AddressBook"
50   ],
51   "libraries": [
52     "iconv",
53     "c++"
54   ],
55   "requires_arc": true,
56   "pod_target_xcconfig": {
57     "VALID_ARCHS": "x86_64 armv7 arm64",
58     "OTHER_LDFLAGS": "-ObjC"
59   }