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