[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 6 / 1 / DPBorderIconTextField / 1.0 / DPBorderIconTextField.podspec.json
blob4ade2ad035acea7cb60259a631ca57bd5e1d9d03
2   "name": "DPBorderIconTextField",
3   "version": "1.0",
4   "summary": "A UIView that has a UITextField and a customizable icon and a border that changes color when active.",
5   "description": "A UIView that has a UITextField and a customizable icon and a border that changes color when active. It is fully customizable and can also pass to delegate all UITextFieldDelegate calls.",
6   "homepage": "https://github.com/kostassite/DPBorderIconTextField",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kostas Antonopoulos": "kostas@devpro.gr"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/kostassite/DPBorderIconTextField.git",
19     "tag": "1.0"
20   },
21   "source_files": "DPBorderIconTextField/DPBorderIconTextField/*.{h,m}",
22   "dependencies": {
23     "OCMock": [
24       "~> 3.3"
25     ]
26   }