blob: a378a5466f7547b68aa47a4a05b1c2ad468574cb [file] [log] [blame]
{
"name": "YPublicModule",
"version": "1.0.0",
"summary": "YPublicModule.",
"description": "公用的swift模块,用于方便快速开发",
"homepage": "https://github.com/Yueqingshan/YPublicModule",
"license": "MIT",
"authors": {
"YueAndy": "448568619@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Yueqingshan/YPublicModule.git",
"tag": "1.0.0"
},
"source_files": [
"Tools",
"Tools/**/*.{h,m}"
],
"dependencies": {
"Alamofire": [
],
"Toast-Swift": [
]
}
}