blob: 3b4d315c92fd1a6246521b2ce0f88aa2267acf84 [file] [log] [blame]
{
"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}"
}
]
}