[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / a / XCalcWrapper / 0.0.6 / XCalcWrapper.podspec.json
blobd2d0dc13910cf0acbc36a683797d6c88e0f64658
2   "name": "XCalcWrapper",
3   "version": "0.0.6",
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",
7   "license": "MIT",
8   "authors": {
9     "Alexander Dadukin": "hi@st235.xyz"
10   },
11   "platforms": {
12     "ios": "13.0"
13   },
14   "source": {
15     "git": "https://github.com/st235/xcalc-ios-wrapper.git",
16     "tag": "0.0.6"
17   },
18   "private_header_files": "Headers/*.{h}",
19   "source_files": [
20     "Headers/*.{h}",
21     "XCalcWrapper/**/*.{swift,h,mm}"
22   ],
23   "swift_versions": "5.0",
24   "vendored_libraries": "Versions/libxcalc_core.a",
25   "frameworks": "Foundation",
26   "libraries": "c++",
27   "pod_target_xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/Headers\""
29   },
30   "swift_version": "5.0"