[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 6 / b / TapSearchView / 1.0.3 / TapSearchView.podspec.json
blobc9126060e8384e2e0d7fff1c3641472cfb13ee8e
2   "name": "TapSearchView",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "swift_versions": [
7     "4.2",
8     "5.0"
9   ],
10   "summary": "Customizable replacement of builtin UISearchBar",
11   "requires_arc": true,
12   "version": "1.0.3",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Tap Payments": "hello@tap.company"
19   },
20   "homepage": "https://github.com/Tap-Payments/TapSearchView-iOS",
21   "source": {
22     "git": "https://github.com/Tap-Payments/TapSearchView-iOS.git",
23     "tag": "1.0.3"
24   },
25   "source_files": "TapSearchView/Source/*.{swift}",
26   "ios": {
27     "resource_bundles": {
28       "TapSearchViewResources": "TapSearchView/Resources/*.{xcassets,xib}"
29     }
30   },
31   "dependencies": {
32     "TapAdditionsKit/Foundation/Bundle": [
33       ">= 1.3.1"
34     ],
35     "TapAdditionsKit/SwiftStandartLibrary/Comparable": [
36       ">= 1.3.1"
37     ],
38     "TapAdditionsKit/Tap/ClassProtocol": [
39       ">= 1.3.1"
40     ],
41     "TapNibView": [
42       ">= 1.0.3"
43     ]
44   }