blob: a7966943bc825f3e783ecf64153c2e4ef6eb1bb3 [file] [log] [blame]
{
"name": "FindaComponent",
"version": "0.2.5",
"summary": "A library of UIComponent for Finda design system",
"swift_versions": "5.0",
"description": "A library of UIComponent for Finda design system.",
"homepage": "https://github.com/FindaDeveloper/FindaComponent-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ParkYoungjin0303": "youngjin@finda.co.kr"
},
"source": {
"git": "https://github.com/FindaDeveloper/FindaComponent-iOS.git",
"tag": "0.2.5"
},
"platforms": {
"ios": "12.0"
},
"source_files": "Source/**/*.swift",
"resource_bundles": {
"FindaComponent": [
"Resource/**/*.{ttf, xcassets}"
]
},
"ios": {
"resource_bundles": {
"FindaComponent": "Resource/**/*.xcassets"
}
},
"swift_version": "5.0"
}