blob: c1ad137585522ac66ce345da9e9dc8094b2e20dd [file] [log] [blame]
{
"name": "BaseComponentKit",
"version": "0.0.2",
"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.2"
},
"source_files": "BaseComponentKit/**/*.swift",
"exclude_files": "Classes/Exclude",
"swift_version": "4.2"
}