blob: 9be47ac3cd6a131dd272aceda9ad73c03c46cc9d [file] [log] [blame]
{
"name": "FFUtils",
"version": "0.2.2",
"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.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "FFUtils/Classes/**/*",
"swift_versions": "5.0",
"subspecs": [
{
"name": "FUIKitExtension",
"source_files": "FFUtils/Classes/Extension/UIKit/**/*"
},
{
"name": "FFoundationExtension",
"source_files": "FFUtils/Classes/Extension/Foundation/**/*"
}
],
"swift_version": "5.0"
}