blob: c59542296a8549aaa7f97518b195b4a88117c37d [file] [log] [blame]
{
"name": "AFMActionSheet",
"version": "2.0.0",
"summary": "Easily adaptable action sheet supporting custom views and transitions.",
"description": "Easily adaptable action sheet supporting custom views and transitions.\nAFMActionSheet provides a AFMActionSheetController that can be used in places where one would use a UIAlertController, but a customized apperance or custom presentation/dismissal animation is needed. Seeing as how AFMActionSheetController was inspired by UIAlertController, it too supports ActionSheet and Alert styles to make your life even easier.",
"homepage": "https://github.com/ask-fm/AFMActionSheet",
"screenshots": [
"https://raw.githubusercontent.com/ask-fm/AFMActionSheet/master/res/action_sheet.gif",
"https://raw.githubusercontent.com/ask-fm/AFMActionSheet/master/res/alert.gif"
],
"license": "MIT",
"authors": {
"Ilya Alesker": "ilya.alesker@ask.fm"
},
"source": {
"git": "https://github.com/ask-fm/AFMActionSheet.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/evil_cormorant",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit"
}