blob: c07c99e466dd9e4a293a7582765f4fcaa21f8941 [file] [log] [blame]
{
"name": "BaseComponentKit",
"version": "0.0.4",
"summary": "Provide useful base stuffs for the new project",
"swift_versions": "5.0",
"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.4"
},
"source_files": "BaseComponentKit/**/*.swift",
"exclude_files": "Classes/Exclude",
"swift_version": "5.0"
}