blob: 0878ea365d61e5249200fd2d3c5e8a6bfd31cc7d [file] [log] [blame]
{
"name": "TinyPresentKit",
"version": "1.0.1",
"summary": "A simple framework for showing modal view controller",
"description": "A simple framework for showing modal view controller, simple api",
"homepage": "https://github.com/dreamume/TinyPresentKit",
"license": {
"type": "MIT"
},
"authors": {
"dreamume": "dreamume@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/dreamume/TinyPresentKit.git",
"tag": "1.0.1"
},
"source_files": "TinyPresentKit/*.{swift,h}",
"requires_arc": true,
"swift_version": "4.2",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}