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