[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 8 / c / SwpTextView / 3.2.0 / SwpTextView.podspec.json
blob5d1ed12fda1e2fa9b1c44e48efb1afda86de291a
2   "name": "SwpTextView",
3   "version": "3.2.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.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Object-C",
22   "swift_versions": [
23     "4.2",
24     "5.0"
25   ],
26   "frameworks": "UIKit",
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "Object-C",
31       "platforms": {
32         "ios": "9.0"
33       },
34       "source_files": "SwpTextView/Object-C/Code/*.{h,m}",
35       "resources": "SwpTextView/Object-C/Resources/SwpTextView.bundle"
36     },
37     {
38       "name": "Swift",
39       "platforms": {
40         "ios": "12.0"
41       },
42       "source_files": "SwpTextView/Swift/Code/*.swift"
43     }
44   ]