[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 9 / 0 / 3 / NKDCloudModule / 0.2.3 / NKDCloudModule.podspec.json
blob6b27fe8ddb3ece987633a8b18dfcf59e2b6b8c6a
2   "name": "NKDCloudModule",
3   "version": "0.2.3",
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.3"
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   "vendored_libraries": "NKDCloudModule/Libs/*.a",
27   "vendored_frameworks": "NKDCloudModule/Libs/*.framework",
28   "public_header_files": "NKDCloudModule/Classes/**/*.h",
29   "frameworks": [
30     "UIKit",
31     "MapKit",
32     "ImageIO",
33     "WebKit",
34     "JavaScriptCore",
35     "CoreMedia",
36     "MediaPlayer",
37     "AVFoundation",
38     "AVKit",
39     "GLKit",
40     "OpenGLES",
41     "CoreText",
42     "QuartzCore",
43     "CoreGraphics",
44     "QuickLook",
45     "CoreTelephony",
46     "AssetsLibrary",
47     "CoreLocation",
48     "AddressBook",
49     "CoreMotion",
50     "ExternalAccessory"
51   ],
52   "libraries": [
53     "c++",
54     "sqlite3.0",
55     "z"
56   ],
57   "dependencies": {
58     "NKWebImage": [
59       "~> 0.1.2"
60     ]
61   }