[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 2 / 6 / 3 / MaterialFields / 1.0.0 / MaterialFields.podspec.json
blob999e816fab26303c2d5d62364df93af1a14aceab
2   "name": "MaterialFields",
3   "version": "1.0.0",
4   "summary": "A material UI driven text entry and value selection framework for modular validation layers.",
5   "description": "Lightweight library containing UITextFields, UITextViews, UIPickerViews and UIDatePickers following the Material Design Guidelines. They each have the same UI states (inactive, active and error) supporting colors and individual usability features. All conform to a wrapper Field class allowing for modular and scalable validation layers.",
6   "homepage": "https://github.com/barbulescualex/MaterialFields",
7   "documentation_url": "https://barbulescualex.github.io/MaterialFields/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Alexandru Barbulescu": "alexbarbulescu01@gmail.com"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/barbulescualex/MaterialFields.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "MaterialFields/MaterialFields/Fields/*.swift",
23   "exclude_files": "MaterialFields/**/*.plist",
24   "swift_version": "4.2"