[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 9 / 5 / SECoreTextView / 0.8.1 / SECoreTextView.podspec.json
blob4e6de8614e50e65010c6e3ea34772097cc2a55db
2   "name": "SECoreTextView",
3   "version": "0.8.1",
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   "social_media_url": "https://twitter.com/k_katsumi",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kishikawakatsumi": "kishikawakatsumi@mac.com"
13   },
14   "source": {
15     "git": "https://github.com/kishikawakatsumi/SECoreTextView.git",
16     "tag": "v0.8.1"
17   },
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "ios": {
23     "frameworks": [
24       "QuartzCore",
25       "CoreText"
26     ]
27   },
28   "osx": {
29     "frameworks": [
30       "ApplicationServices",
31       "CoreText"
32     ]
33   },
34   "source_files": "Lib/*",
35   "resources": "Resources/SECoreTextView.bundle",
36   "requires_arc": true