blob: 4f09ac52d5ca6c9a8cc8cf849b8ab0c1cf423b8e [file] [log] [blame]
{
"name": "Keystroke",
"version": "0.1.1",
"summary": "Keystrokes frameworks.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/AndreyChumakov/Keystroke",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AndreyChumakov": "chumakov.andrey97@gmail.com"
},
"source": {
"git": "https://github.com/AndreyChumakov/Keystroke.git",
"tag": "0.1.1"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Keystroke/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
}
}