blob: ce3eee2ebafeeea18af64883c4d088bae7e8144a [file] [log] [blame]
{
"name": "TBExtensions",
"version": "1.0.0",
"summary": "Common extended interface collection project.",
"description": "This project mainly concentrates on some commonly used extension interfaces, which is convenient for rapid project development using Swift.",
"homepage": "https://github.com/trusbe/TBExtensions.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TrusBe": "theplough.891127@163.com"
},
"source": {
"git": "https://github.com/trusbe/TBExtensions.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"source_files": "TBExtensions/TBExtensions/Classes/**/*.swift",
"swift_version": "5.0"
}