blob: 1b2af958ce6d1d29901eca4d60734d5bca8a1db1 [file] [log] [blame]
{
"name": "XCalcWrapper",
"version": "0.0.5",
"summary": "A small library written for xcalc",
"description": "Small iOS wrapper for xcalc library, which provides convenient interface to xcalc arithmetic expressions processor",
"homepage": "https://github.com/st235/xcalc-ios-wrapper",
"license": "MIT",
"authors": {
"Alexander Dadukin": "hi@st235.xyz"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/st235/xcalc-ios-wrapper.git",
"tag": "0.0.5"
},
"private_header_files": "Headers/*.{h}",
"source_files": [
"Headers/*.{h}",
"XCalcWrapper/**/*.{swift,h,mm}"
],
"swift_versions": "5.0",
"vendored_libraries": "Versions/libxcalc_core.a",
"frameworks": "Foundation",
"libraries": "c++",
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/Headers\""
},
"swift_version": "5.0"
}