blob: b5a99f1c461c10f9d4f79ff7902859e421606afd [file] [log] [blame]
{
"name": "CoreKit",
"version": "0.0.3",
"summary": "Basic need for iOS",
"description": "Basic Framework for every need for iOS coding making simple",
"homepage": "https://github.com/vishaljhanjhri",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"vishal": "jhanjhri.vishal@gmail.com"
},
"source": {
"git": "https://github.com/vishaljhanjhri/CoreKit.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": [
"Classes",
"CoreKit/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}