blob: 6704f97126f8fdd153ddae2ca8aa3ea39300c35d [file] [log] [blame]
{
"name": "BaseComponentKit",
"version": "0.0.5",
"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.5"
},
"source_files": "BaseComponentKit/**/*.swift",
"exclude_files": "Classes/Exclude",
"swift_version": "5.0"
}