[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 9 / 0 / 3 / NKDCloudModule / 0.2.6 / NKDCloudModule.podspec.json
blob510d30b538dd36dee79aff5c8aa95f439814329f
2   "name": "NKDCloudModule",
3   "version": "0.2.6",
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.6"
17   },
18   "module_name": "NKDCloudModule",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "NKDCloudModule/Classes/**/*",
23   "resource_bundles": {
24     "NKDCloudModule": [
25       "NKDCloudModule/Resources/*"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "VALID_ARCHS": "x86_64 armv7 arm64"
30   },
31   "static_framework": true,
32   "vendored_libraries": "NKDCloudModule/Libs/*.a",
33   "vendored_frameworks": "NKDCloudModule/Libs/*.framework",
34   "public_header_files": "NKDCloudModule/Classes/**/*.h",
35   "frameworks": [
36     "UIKit",
37     "MapKit",
38     "ImageIO",
39     "WebKit",
40     "JavaScriptCore",
41     "CoreMedia",
42     "MediaPlayer",
43     "AVFoundation",
44     "AVKit",
45     "GLKit",
46     "OpenGLES",
47     "CoreText",
48     "QuartzCore",
49     "CoreGraphics",
50     "QuickLook",
51     "CoreTelephony",
52     "AssetsLibrary",
53     "CoreLocation",
54     "AddressBook",
55     "CoreMotion",
56     "ExternalAccessory"
57   ],
58   "libraries": [
59     "c++",
60     "sqlite3.0",
61     "z"
62   ],
63   "dependencies": {
64     "NKWebImage": [
65       "~> 0.1.2"
66     ]
67   }