[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / b / 2 / ActionSheetController / 1.0.0 / ActionSheetController.podspec.json
blob06e747c2610e878a1845eb2fef47547454d4ca7a
2   "name": "ActionSheetController",
3   "version": "1.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     "Moch Xiao": "cuzval@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/cuzv/ActionSheetController.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source_files": "Sources/*.swift",
18   "requires_arc": true,
19   "dependencies": {
20     "PresentAnimatedTransitioningController": [
21       "~> 1.0"
22     ]
23   }