[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / 6 / OHActionSheet / 1.0.0 / OHActionSheet.podspec.json
blobe8c80c0f8984b5431e0b6e534c2d86ed647e9ad1
2   "name": "OHActionSheet",
3   "platforms": {
4     "ios": "4.0"
5   },
6   "version": "1.0.0",
7   "summary": "UIActionSheet subclass that uses blocks to handle its callback (which make the code much more easier and readable).",
8   "description": "                    UIActionSheet subclass that uses blocks to handle the code to execute after the user tapped a button.\n                    \n                    No need to implement a delegate method anymore,\n                    and this makes it much more easier to manage especially when you use multiple ActionSheets in the same class.\n                    \n                    This class also allows you to handle ActionSheets with a timeout\n                    (it simulates a tap on the button you specify after a given number of seconds)\n",
9   "homepage": "https://github.com/AliSoftware/OHActionSheet",
10   "license": "MIT",
11   "authors": {
12     "Olivier Halligon": "olivier.halligon+ae@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/AliSoftware/OHActionSheet.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "OHActionSheet.{h,m}",
19   "public_header_files": "OHActionSheet.h",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "requires_arc": false