[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / a / b / f / KRMathInputView / 0.6.0 / KRMathInputView.podspec.json
blobfd9d2af44e2592627abfe9e88f9474b2682d8547
2   "name": "KRMathInputView",
3   "version": "0.6.0",
4   "summary": "A generic input view for math handwriting.",
5   "description": "`KRMathInputView` receives handwriting input and saves data as paths.\nBy separating the parser that analyzes input data, `KRMathInputView` can be easily adopted into an existing project.",
6   "homepage": "https://github.com/BridgeTheGap/KRMathInputView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Woomin Park": "wmpark@knowre.com"
13   },
14   "source": {
15     "git": "https://github.com/funct7/KRMathInputView.git",
16     "tag": "0.6.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "KRMathInputView/Classes/**/*",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   }