blob: bb8fea0f7367f2083f66ad5abace255895e8afca [file] [log] [blame]
{
"name": "ExtKit",
"version": "0.2",
"summary": "ExtKit is fast development tool library",
"homepage": "https://github.com/ydj/ExtKit",
"license": "MIT",
"authors": {
"YDJ": "yudejian@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/ydj/ExtKit.git",
"tag": "0.2"
},
"source_files": "ExtKit/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"ImageIO",
"Security",
"libz"
]
}