blob: 2e352002e09c5c030423cab1b08a947373e72a49 [file] [log] [blame]
{
"name": "FFUtils",
"version": "0.2.1",
"summary": "Common tools in ios development",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/lingfengmarskey/FFUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marcos Mang": "lingfengmarskey@gmail.com"
},
"source": {
"git": "https://github.com/lingfengmarskey/FFUtils.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "FFUtils/Classes/**/*",
"swift_versions": "5.0",
"subspecs": [
{
"name": "FExtension",
"source_files": "FFUtils/Classes/Extension/**/*"
}
],
"swift_version": "5.0"
}