blob: bb3893b8516a200cc23bad75648ff3e3311221be [file] [log] [blame]
{
"name": "MyLittlePinpad",
"version": "0.2.1",
"summary": "My Little minimalistic pinpad! Need a pincode from a user? Got it!",
"description": "Simple minimalistic pinpad for entering pincodes. With a magic biometry button.",
"homepage": "https://github.com/realbonus/MyLittlePinpad",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"realbonus": "p.anokhov@gmail.com"
},
"source": {
"git": "https://github.com/realbonus/MyLittlePinpad.git",
"tag": "0.2.1"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.3"
},
"source_files": "Classes/*",
"resource_bundles": {
"MyLittlePinpad": [
"Assets/PinpadViewController.xib",
"Assets/icons.xcassets"
]
},
"frameworks": [
"UIKit",
"MapKit"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}