blob: f082ff66731191cb286817f679bf12ef99e972c7 [file] [log] [blame]
{
"name": "TapApplication",
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"summary": "Base Application interface.",
"requires_arc": true,
"version": "1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tap Payments": "hello@tap.company"
},
"homepage": "https://github.com/Tap-Payments/TapApplication-iOS",
"source": {
"git": "https://github.com/Tap-Payments/TapApplication-iOS.git",
"tag": "1.0"
},
"source_files": "TapApplication/Source/*.swift",
"dependencies": {
"TapAdditionsKit/SwiftStandartLibrary/String": [
],
"TapAdditionsKit/Tap/ClassProtocol": [
],
"TapAdditionsKit/UIKit/UIViewController": [
],
"TapSwiftFixes/Threading": [
]
}
}