blob: 8ef1170f0011889ac3e16c9a1d16ba63462e9b07 [file] [log] [blame]
{
"name": "KCSimpleKit",
"version": "0.0.7",
"summary": "Swift framework with Macro and Extension",
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"description": "- Macro for Timer, Color, Window, Device, Resolution, System version, User default, Dispatch Util\n- Extension for String, Data, Image, Date, UIView",
"homepage": "https://github.com/kinhchendev/KCSimpleKit",
"license": "MIT",
"authors": {
"Kinh Tran": "kinhchendev@gmail.com"
},
"source": {
"git": "https://github.com/kinhchendev/KCSimpleKit.git",
"tag": "0.0.7"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m,swift}",
"Source",
"KCSimpleKit/Source/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude"
}