blob: af21c2f920741c952b9a9a40e57066f29e47a733 [file] [log] [blame]
{
"name": "TapAdditionsKitV2",
"version": "0.0.2",
"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.2"
},
"source_files": "TapAdditionsKitV2/**/*.{h,m,swift}",
"dependencies": {
"SwiftLint": [
],
"TapSwiftFixes/Exceptions": [
],
"TapSwiftFixes/Threading": [
]
},
"swift_version": "5.0"
}