[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 9 / 3 / NKGiantImageKit / 1.0.0 / NKGiantImageKit.podspec.json
blob3b4d315c92fd1a6246521b2ce0f88aa2267acf84
2   "name": "NKGiantImageKit",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "NKGiantImageKit is a library designed to deal with giant/large image.",
6   "homepage": "https://github.com/NearKXH/NKGiantImageKit",
7   "authors": {
8     "Nate Kong": "near.kongxh@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/NearKXH/NKGiantImageKit.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "NKGiantImageKit/NKGiantImageKit.h",
19   "subspecs": [
20     {
21       "name": "Downsize",
22       "source_files": "NKGiantImageKit/Downsize/**/*.{h,m}"
23     },
24     {
25       "name": "ImageView",
26       "source_files": "NKGiantImageKit/ImageView/**/*.{h,m}"
27     }
28   ]