[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / e / 7 / a / BxTextField / 1.5.1 / BxTextField.podspec.json
blobb2e48f20a694ef6edfd56b5ac4790a62c8d13aa1
2   "name": "BxTextField",
3   "version": "1.5.1",
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.1"
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   ]