blob: 921fdde1d2b7a3c9bdde5b97f54abf902a2cbd64 [file] [log] [blame]
{
"name": "ErxesFont",
"version": "1.0.0",
"summary": "Erxes-Icon for Swift and iOS",
"swift_version": "5.0",
"description": "Swift version of Erxes-icon",
"homepage": "https://github.com/soyombo-baterdene/ErxesFont",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Soyombo Bat-Erdene": "soyombo.b@nmtec.co"
},
"source": {
"git": "https://github.com/soyombo-baterdene/ErxesFont.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ErxesFont/Classes/**/*",
"resource_bundles": {
"ErxesFont": [
"ErxesFont/Resources/**/*.{ttf}"
]
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES",
"SWIFT_VERSION": "5.0"
},
"frameworks": "UIKit"
}