2 "name": "XCalcWrapper",
4 "summary": "A small library written for xcalc",
5 "description": "Small iOS wrapper for xcalc library, which provides convenient interface to xcalc arithmetic expressions processor",
6 "homepage": "https://github.com/st235/xcalc-ios-wrapper",
9 "Alexander Dadukin": "hi@st235.xyz"
15 "git": "https://github.com/st235/xcalc-ios-wrapper.git",
18 "private_header_files": "Headers/*.{h}",
21 "XCalcWrapper/**/*.{swift,h,mm}"
23 "swift_versions": "5.0",
24 "vendored_libraries": "Versions/libxcalc_core.a",
25 "frameworks": "Foundation",
27 "pod_target_xcconfig": {
28 "HEADER_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/Headers\""
30 "swift_version": "5.0"