[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / 4 / 7 / 2 / NKWebImage / 0.1.2 / NKWebImage.podspec.json
blob04839cd457d9f1310add94279481ea131f384e96
2   "name": "NKWebImage",
3   "version": "0.1.2",
4   "summary": "fork from SDWebImage, can use in mainproject & NKDCloudModule",
5   "description": "just a module in main product, Add long description of the pod here. check project has NKWebImage func before import this module.",
6   "homepage": "https://gitee.com/nick5683/NKWebImage",
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/NKWebImage.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "NKWebImage/Classes/**/*",
22   "pod_target_xcconfig": {
23     "VALID_ARCHS": "x86_64 armv7 arm64"
24   },
25   "vendored_libraries": "NKWebImage/Libs/*.a",
26   "public_header_files": "NKWebImage/Classes/**/*.h",
27   "frameworks": [
28     "UIKit",
29     "MapKit",
30     "ImageIO"
31   ]