blob: 7cce3efca3539303f7b8b1f634779fdd1bfbee0b [file] [log] [blame]
{
"name": "Rideau",
"version": "1.0.0-beta.1",
"summary": "A vertical drawer with fluid interfaces.",
"homepage": "https://github.com/muukii/Rideau",
"license": "MIT",
"authors": {
"Muukii": "muukii.app@gmail.com"
},
"source": {
"git": "https://github.com/muukii/Rideau.git",
"tag": "1.0.0-beta.1"
},
"social_media_url": "https://twitter.com/muukii0803",
"source_files": [
"Rideau/**/*.swift"
],
"module_name": "Rideau",
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": [
"UIKit"
]
}
}