[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 7 / 2 / NKWebImage / 0.1.0 / NKWebImage.podspec.json
blob9fbc39a884bea4ed7c4ba743f964e9ff32eee0b5
2   "name": "NKWebImage",
3   "version": "0.1.0",
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.0"
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   "static_framework": true,
26   "vendored_libraries": "NKWebImage/Libs/*.a",
27   "public_header_files": "NKWebImage/Classes/**/*.h",
28   "frameworks": [
29     "UIKit",
30     "MapKit",
31     "ImageIO"
32   ],
33   "libraries": "xml2.2"