blob: 98582c00bc3752a14cdba0a35f3b1f8ed4ee0cc4 [file] [log] [blame]
{
"name": "HYTakeNotes",
"version": "1.0.7",
"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.7"
},
"source_files": "HYTakeNotes/**/*.{swift}",
"resources": "HYTakeNotes/*.{xcassets}",
"swift_version": "4.2"
}