[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 3 / 2 / 9 / FloatyTextField / 0.3.5 / FloatyTextField.podspec.json
blobd8d3ef066ca0d1ec1b9b50478b9eb3ff8a3d6ee1
2   "name": "FloatyTextField",
3   "version": "0.3.5",
4   "summary": "FloatyTextField provides material design inspired TextField and TextView.",
5   "swift_version": "4.0",
6   "description": "FloatyTextField provides material design inspired TextField and TextView. Feel free to report issues.",
7   "homepage": "https://github.com/mlubgan/FloatyTextField",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Michał Łubgan": "m.lubgan@fivedottwelve.com"
14   },
15   "source": {
16     "git": "https://github.com/mlubgan/FloatyTextField.git",
17     "tag": "0.3.5"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "FloatyTextField/Classes/**/*",
23   "ios": {
24     "frameworks": "UIKit"
25   },
26   "dependencies": {
27     "SnapKit": [
29     ]
30   }