blob: 13134f84a69e4011058df987726d2ad390f6c41b [file] [log] [blame]
{
"name": "TapSearchView",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"summary": "Customizable replacement of builtin UISearchBar",
"requires_arc": true,
"version": "1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tap Payments": "hello@tap.company"
},
"homepage": "https://github.com/Tap-Payments/TapSearchView-iOS",
"source": {
"git": "https://github.com/Tap-Payments/TapSearchView-iOS.git",
"tag": "1.0"
},
"source_files": "TapSearchView/Source/*.{swift}",
"ios": {
"resource_bundles": {
"TapSearchViewResources": "TapSearchView/Resources/*.{xcassets,xib}"
}
},
"dependencies": {
"TapAdditionsKit/Foundation/Bundle": [
],
"TapAdditionsKit/SwiftStandartLibrary/Comparable": [
],
"TapAdditionsKit/Tap/ClassProtocol": [
],
"TapNibView": [
]
}
}