[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 8 / c / SwpTextView / 3.0.0 / SwpTextView.podspec.json
blobc9784faf494789a10bb1e52fdc98b7bc99480565
2   "name": "SwpTextView",
3   "version": "3.0.0",
4   "summary": "简单封装 TextView",
5   "description": "TODO: 简单封装 TextView",
6   "homepage": "https://github.com/swp-song/SwpTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "swp-song": "396587868@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/swp-song/SwpTextView.git",
16     "tag": "3.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Object-C",
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Object-C",
27       "platforms": {
28         "ios": "9.0"
29       },
30       "source_files": "SwpTextView/Object-C/Code/*.{h,m}",
31       "resources": "SwpTextView/Object-C/Resources/SwpTextView.bundle"
32     },
33     {
34       "name": "Swift",
35       "platforms": {
36         "ios": "12.0"
37       },
38       "source_files": "SwpTextView/Swift/Code/*.swift"
39     }
40   ]