[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 8 / d / EcpTextField / 0.0.2 / EcpTextField.podspec.json
blob850812c628a747d9e625dcbf17ba9cc542f3a262
2   "name": "EcpTextField",
3   "version": "0.0.2",
4   "summary": "Custom UITextFields",
5   "description": "Custom UITextFields.\n- NoCaretTextField\n- NoBorderTextView",
6   "homepage": "https://github.com/ecpplus/EcpTextField",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chu": "chu@ecpplus.net"
13   },
14   "social_media_url": "https://ecpplus.net",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/ecpplus/EcpTextField.git",
20     "tag": "0.0.2"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.swift"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "requires_arc": true,
28   "compiler_flags": "-whole-module-optimization",
29   "pushed_with_swift_version": "3.0"