[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / b / 2 / ActionSheetController / 4.0.0 / ActionSheetController.podspec.json
bloba98a37b7d2c97fdfa9a07d92946cb510e976b13e
2   "name": "ActionSheetController",
3   "version": "4.0.0",
4   "license": "MIT",
5   "summary": "ActionSheetController is an UIAlertController's APIs like ActionSheet control.",
6   "homepage": "https://github.com/cuzv/ActionSheetController",
7   "authors": {
8     "Shaw": "cuzval@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/cuzv/ActionSheetController.git",
12     "tag": "4.0.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source_files": "Sources/*.swift",
18   "requires_arc": true,
19   "dependencies": {
20     "ModalTransitioning": [
21       "~> 4.0"
22     ]
23   }