[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 9 / 5 / SECoreTextView / 0.6.0 / SECoreTextView.podspec.json
blob46666da9b12d06d457ae4f8bf52d2d8a477d534f
2   "name": "SECoreTextView",
3   "version": "0.6.0",
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.6.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "Lib/*",
21   "resources": "Resources/SECoreTextView.bundle",
22   "frameworks": [
23     "QuartzCore",
24     "CoreText"
25   ],
26   "requires_arc": true