[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 3 / MEBTextFiled / 1.0.3 / MEBTextFiled.podspec.json
blob86e741a45b134137c00a9d184b1c35bff630f88a
2   "name": "MEBTextFiled",
3   "version": "1.0.3",
4   "summary": "A subclass of UITextField",
5   "description": "A subclass of UITextField. Inheriting from UITextField.",
6   "homepage": "https://github.com/gaodeying/MEBTextField",
7   "license": "MIT (gaodeying)",
8   "authors": {
9     "gaodeying": "964665684@qq.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/gaodeying/MEBTextField.git",
16     "tag": "1.0.3"
17   },
18   "subspecs": [
19     {
20       "name": "TextFiled",
21       "dependencies": {
22         "MEBTextFiled/MinusNumberKeyBoard": [
24         ]
25       },
26       "source_files": "MEBTextField/TextField/*.{h,m}"
27     },
28     {
29       "name": "MinusNumberKeyBoard",
30       "dependencies": {
31         "MEBTextFiled/Resource": [
33         ]
34       },
35       "source_files": "MEBTextField/NumberMinusKeyBoard/MEBNumberKeyboard.{h,m}"
36     },
37     {
38       "name": "Resource",
39       "source_files": "MEBTextField/Resource/*"
40     }
41   ]