blob: d35a8b712d8192b2f6b9e45986c64c39335d5c60 [file] [log] [blame]
{
"name": "MFCommonKit",
"version": "0.1.3",
"summary": "common tools.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/MFunzero/MFCommonKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MFunzero": "2469209357@qq.com"
},
"source": {
"git": "https://github.com/MFunzero/MFCommonKit.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"subspecs": [
{
"name": "Category",
"source_files": "MFCommonKit/Classes/Category/**/*"
},
{
"name": "Tool",
"source_files": "MFCommonKit/Classes/Tool/**/*",
"dependencies": {
"Alamofire": [
],
"HandyJSON": [
]
}
}
],
"swift_version": "5.0"
}