[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 9 / 5 / e / AFMActionSheet / 2.0.0 / AFMActionSheet.podspec.json
blobc59542296a8549aaa7f97518b195b4a88117c37d
2   "name": "AFMActionSheet",
3   "version": "2.0.0",
4   "summary": "Easily adaptable action sheet supporting custom views and transitions.",
5   "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.",
6   "homepage": "https://github.com/ask-fm/AFMActionSheet",
7   "screenshots": [
8     "https://raw.githubusercontent.com/ask-fm/AFMActionSheet/master/res/action_sheet.gif",
9     "https://raw.githubusercontent.com/ask-fm/AFMActionSheet/master/res/alert.gif"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Ilya Alesker": "ilya.alesker@ask.fm"
14   },
15   "source": {
16     "git": "https://github.com/ask-fm/AFMActionSheet.git",
17     "tag": "2.0.0"
18   },
19   "social_media_url": "https://twitter.com/evil_cormorant",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "frameworks": "UIKit"