blob: 66b360fc60a4a8a8dd4b2ef1177f21c4207ef6d3 [file] [log] [blame]
{
"name": "TapAdditionsKitV2",
"version": "0.0.3",
"summary": "Useful additions for native iOS frameworks",
"description": "Useful additions for native iOS frameworks. This avoids repeatitive code snippets, increase robustness and saves a lot of time!",
"homepage": "https://github.com/Tap-Payments/TapAdditionsKitV2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"O Rabie": "o.rabie@tap.company"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"source": {
"git": "https://github.com/Tap-Payments/TapAdditionsKitV2.git",
"tag": "0.0.3"
},
"source_files": "TapAdditionsKitV2/TapAdditionsKitV2/**/*.{h,m,swift}",
"dependencies": {
"SwiftLint": [
],
"TapSwiftFixes/Exceptions": [
],
"TapSwiftFixes/Threading": [
]
},
"swift_version": "5.0"
}