[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / d / c / 9 / UITextField+Max / 1.0.0 / UITextField+Max.podspec.json
blob6168a629177fea625c5d7399e699d118150daa0e
2   "name": "UITextField+Max",
3   "version": "1.0.0",
4   "summary": "Set the MAX/LIMIT LENGTH to your text field.",
5   "homepage": "https://github.com/KimDarren/UITextField-Max",
6   "license": {
7     "type": "WTFPL",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "KimDarren": "korean.darren@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/KimDarren/UITextField-Max.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "source_files": "Classes/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ]