blob: b66de75de78055468fd3ffbd73dcf42c682d5ac9 [file] [log] [blame]
{
"name": "FloatingActionSheetController",
"version": "2.0.0",
"authors": {
"ra1028": "r.fe51028.r@gmail.com"
},
"homepage": "https://github.com/ra1028",
"summary": "FloatingActionSheetController is a cool design ActionSheetController library written in Swift2",
"source": {
"git": "https://github.com/ra1028/FloatingActionSheetController.git",
"tag": "2.0.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FloatingActionSheetController/*.swift",
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}