[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 7 / 6 / 3 / DLAlertView / 1.2.2 / DLAlertView.podspec.json
blob927e96b4c8fde6648850cc315c347fc4f4f486ce
2   "name": "DLAlertView",
3   "version": "1.2.2",
4   "summary": "UIAlertView replacement that can embed custom content views, is fully themable and let's you use a delegate and/or blocks.",
5   "description": "                   DLAlertView is an API-compatible UIAlertView replacement that can embed custom content views, is fully themable and let's you use a delegate and/or blocks.\n\n                   ## Features\n\n                   * Same API as `UIAlertView` (+ much, much more!).\n                   * Use delegates and/or blocks!\n                   * Animations that match UIAlertView in iOS 7.\n                   * Default look that matches UIAlertView in iOS 7.\n                   * Any number of buttons per alert.\n                   * Any number of textfields per alert.\n                   * Optional custom content view.\n                   * Change title/message/contentView while shown.\n                   * Add textfields while shown.\n                   * Add buttons while shown.\n                   * Apply custom themes to your individual alerts.\n                   * Apply individual themes to your individual textfields.\n                   * Apply individual themes to your individual buttons.\n                   * Change themes of alert/textfields/buttons while shown.\n                   * Crossfade between themes.\n",
6   "homepage": "https://github.com/regexident/DLAlertView",
7   "license": {
8     "type": "BSD-3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vincent Esche": "regexident@gmail.com"
13   },
14   "platforms": {
15     "ios": "5.1"
16   },
17   "source": {
18     "git": "https://github.com/regexident/DLAlertView.git",
19     "tag": "1.2.2"
20   },
21   "source_files": "DLAlertView/Classes/*.{h,m}",
22   "requires_arc": true