blob: eb5ee84be8a3315225b0b7695fa50777bf4d2fa2 [file] [log] [blame]
{
"name": "HYTakeNotes",
"version": "1.0.0",
"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.0"
},
"source_files": [
"HYTakeNotes",
"HYTakeNotes/**/*.{h,m,swift}"
],
"resources": "HYTakeNotes/*.{xcassets,xib}",
"swift_version": "4.2"
}