[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / e / 7 / a / BxTextField / 1.5.3 / BxTextField.podspec.json
blob31551891c191518f4a95cca1f83296d284ac2c6c
2   "name": "BxTextField",
3   "version": "1.5.3",
4   "summary": "Swift UI component improving features UITextField",
5   "description": "This component will help iOS developers with different functions of putting text",
6   "homepage": "https://github.com/ByteriX/BxTextField.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sergey Balalaev": "sof.bix@mail.ru"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ByteriX/BxTextField.git",
19     "tag": "1.5.3"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "source_files": [
26     "BxTextField/Sources/**/*.{swift}",
27     "BxTextField/Sources/*.{swift}"
28   ],
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "source_files": "BxTextFieldTests/*.swift",
34       "frameworks": "XCTest"
35     }
36   ]