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