[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / b / TapSearchView / 1.0 / TapSearchView.podspec.json
blob13134f84a69e4011058df987726d2ad390f6c41b
2   "name": "TapSearchView",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "swift_version": "4.1",
7   "pod_target_xcconfig": {
8     "SWIFT_VERSION": "4.1"
9   },
10   "summary": "Customizable replacement of builtin UISearchBar",
11   "requires_arc": true,
12   "version": "1.0",
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"
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": [
34     ],
35     "TapAdditionsKit/SwiftStandartLibrary/Comparable": [
37     ],
38     "TapAdditionsKit/Tap/ClassProtocol": [
40     ],
41     "TapNibView": [
43     ]
44   }