blob: b4aa98e3d696234156e523a3779d015e7ce7b6e7 [file] [log] [blame]
{
"name": "ExtraSwift",
"version": "0.0.3",
"summary": "A set of tools help developer to use swift simply",
"description": "Include ExData, ExDraw, ExMedia, ExType",
"homepage": "https://gitee.com/clstd/ExtraSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangyuanou": "wangyuanou@foxmail.com"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "git@gitee.com:clstd/ExtraSwift.git",
"tag": "0.0.3"
},
"source_files": [
"",
"*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"ExDraw": [
],
"ExType": [
],
"ExMedia": [
],
"ExData": [
]
}
}