blob: 6a1967aaafb7c3fdc57dbd13612197874452b073 [file] [log] [blame]
{
"name": "Teclado",
"version": "0.0.3",
"summary": "A CocoaPods library written in Swift",
"description": "This CocoaPods library helps you creating keyboard extension.",
"homepage": "https://github.com/alvarosalasmtz/KeyboardSTapiOs.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dbagmar": "darshan.bagmar@idmission.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/alvarosalasmtz/KeyboardSTapiOs.git",
"tag": "0.0.3"
},
"source_files": "Teclado/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"resources": "Teclado/*.{png,xib,storyboard,xcassets}",
"swift_version": "4.2"
}