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