[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 9 / 0 / 3 / NKDCloudModule / 0.2.5 / NKDCloudModule.podspec.json
blob1d785e547627298a296e3b4d567a0548b9ddb2d3
2   "name": "NKDCloudModule",
3   "version": "0.2.5",
4   "summary": "Use in Main Project to chat with others, provide chat UI and function",
5   "description": "just a module in main product, Add long description of the pod here. check project has NKDCloudModule func before import this module.",
6   "homepage": "https://gitee.com/nick5683/NKDCloudModule.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nick": "157132026@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/nick5683/NKDCloudModule.git.git",
16     "tag": "0.2.5"
17   },
18   "module_name": "NKDCloudModule",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "NKDCloudModule/Classes/**/*",
23   "pod_target_xcconfig": {
24     "VALID_ARCHS": "x86_64 armv7 arm64"
25   },
26   "static_framework": true,
27   "vendored_libraries": "NKDCloudModule/Libs/*.a",
28   "vendored_frameworks": "NKDCloudModule/Libs/*.framework",
29   "public_header_files": "NKDCloudModule/Classes/**/*.h",
30   "frameworks": [
31     "UIKit",
32     "MapKit",
33     "ImageIO",
34     "WebKit",
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     "CoreMotion",
51     "ExternalAccessory"
52   ],
53   "libraries": [
54     "c++",
55     "sqlite3.0",
56     "z"
57   ],
58   "dependencies": {
59     "NKWebImage": [
60       "~> 0.1.2"
61     ]
62   }