[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 9 / 5 / SECoreTextView / 0.7.2 / SECoreTextView.podspec.json
blob5257507885133f819113dccb19e1ced862d2b0e2
2   "name": "SECoreTextView",
3   "version": "0.7.2",
4   "summary": "Multi-line rich text view library with clickable links, selectable text, embeding images and editing.",
5   "homepage": "https://github.com/kishikawakatsumi/SECoreTextView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "kishikawakatsumi": "kishikawakatsumi@mac.com"
12   },
13   "source": {
14     "git": "https://github.com/kishikawakatsumi/SECoreTextView.git",
15     "tag": "v0.7.2"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "ios": {
22     "frameworks": [
23       "QuartzCore",
24       "CoreText"
25     ]
26   },
27   "osx": {
28     "frameworks": [
29       "ApplicationServices",
30       "CoreText"
31     ]
32   },
33   "source_files": "Lib/*",
34   "resources": "Resources/SECoreTextView.bundle",
35   "requires_arc": true