blob: ac65e70e9bcb95031f27e1f059fad603b8455e56 [file] [log] [blame]
{
"name": "TestLibIconsFrame",
"version": "1.3",
"summary": "A short description of TestLibIconsFrame.",
"description": "Just testing...",
"homepage": "http://EXAMPLE/TestLibIconsFrame",
"license": "MIT",
"authors": {
"Vitor Pires": "vitor.pires@thoughtworks.com"
},
"source": {
"git": "https://github.com/vitorpirestw/TestLibIconsFrame.git",
"tag": "1.3"
},
"source_files": "TestLibIconsFrame/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"ios": {
"resource_bundles": {
"TestLibIconsFrame": [
"Resources/**/*.ttf"
]
}
},
"swift_version": "5.0"
}