blob: 70a338da38fe7297a5cbab188265b4e7153de8fd [file] [log] [blame]
{
"name": "HYTakeNotes",
"version": "1.0.5",
"summary": "A simple modal view controller with UITextView on it.",
"description": "This is a very simple modal view controller that contains an input UITextView and two buttons to Save or Close the dialog. HYTakeNotes was created by inspiration of Twitter’s compose tweet screen.",
"homepage": "https://github.com/RomanN2/HYTakeNotes",
"screenshots": "https://raw.githubusercontent.com/RomanN2/HYTakeNotes/master/.github/Screenshot.png",
"license": "MIT",
"authors": {
"Roman Nazarkevych": "rnazarkevych@gmail.com"
},
"social_media_url": "https://twitter.com/RomanN2",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/RomanN2/HYTakeNotes.git",
"tag": "1.0.5"
},
"source_files": "HYTakeNotes/**/*.{swift}",
"resources": "HYTakeNotes/*.{xcassets,xib}",
"swift_version": "4.2"
}