| { |
| "name": "NKGiantImageKit", |
| "version": "1.0.0", |
| "license": "MIT", |
| "summary": "NKGiantImageKit is a library designed to deal with giant/large image.", |
| "homepage": "https://github.com/NearKXH/NKGiantImageKit", |
| "authors": { |
| "Nate Kong": "near.kongxh@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/NearKXH/NKGiantImageKit.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "NKGiantImageKit/NKGiantImageKit.h", |
| "subspecs": [ |
| { |
| "name": "Downsize", |
| "source_files": "NKGiantImageKit/Downsize/**/*.{h,m}" |
| }, |
| { |
| "name": "ImageView", |
| "source_files": "NKGiantImageKit/ImageView/**/*.{h,m}" |
| } |
| ] |
| } |