blob: 0b76223baa37776fa78b5c1f581d8eb5db720c85 [file] [log] [blame]
{
"name": "DJKit",
"version": "1.0.4",
"authors": {
"Dennis Deng": "iunion@live.cn"
},
"homepage": "https://github.com/iunion/DJKit",
"summary": "DJKit is a collection of useful classes to develop Apps faster.",
"source": {
"git": "https://github.com/iunion/DJKit.git",
"tag": "1.0.4"
},
"license": "MIT",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DJKit/**/*.{h,m}",
"public_header_files": "DJKit/**/*.h",
"prefix_header_contents": "#import <DJKit/DJKit.h>",
"resources": [
"DJKit/DJKit/**/*.png"
],
"frameworks": [
"Foundation",
"UIKit"
],
"libraries": "z",
"dependencies": {
"SDWebImage": [
"~> 4.0.0"
]
}
}