blob: 04f33926b7298108e2672c363b79f20047eafed2 [file] [log] [blame]
{
"name": "BaseComponentKit",
"version": "0.0.1",
"summary": "Provide useful base stuffs for the new project",
"swift_versions": "4.2",
"description": "Provide useful base stuffs for the new project, the root base stuff always start with GBaseXXX",
"homepage": "https://github.com/DanteEvil/BaseComponentKit.git",
"license": "MIT",
"authors": {
"Le Ngo Quang Truong": "quang-truong.le-ngo@ekino.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/DanteEvil/BaseComponentKit.git",
"tag": "0.0.1"
},
"source_files": "BaseComponentKit/**/*.swift",
"exclude_files": "Classes/Exclude",
"swift_version": "4.2"
}