[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 0 / b / 2 / STLimitTextField / 0.0.4 / STLimitTextField.podspec.json
blobb33dce3cff1309043f88703a6ece5a489fded39e
2   "name": "STLimitTextField",
3   "version": "0.0.4",
4   "summary": "A textfield that can limit the length of the text.",
5   "homepage": "https://github.com/shien7654321/STLimitTextField",
6   "authors": {
7     "Suta": "shien7654321@163.com"
8   },
9   "source": {
10     "git": "https://github.com/shien7654321/STLimitTextField.git",
11     "tag": "0.0.4"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "source_files": "STLimitTextField/*.{h,m}",
26   "compiler_flags": "-fmodules",
27   "description": "STLimitTextField is a textfield that can limit the length of the text."