[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 8 / c / CustomIOSAlertView / 0.9.1 / CustomIOSAlertView.podspec.json
blobeb5c0a4999fd04e08ec57db83778cecf5fdc5d97
2   "name": "CustomIOSAlertView",
3   "version": "0.9.1",
4   "summary": "Custom UIAlertView. Continue adding images and UIViews to dialogs on iOS7 and iOS8 as well.",
5   "description": "                   The addSubview is not available in UIAlertView in iOS7 or iOS8 any more. The view hierarchy for this\n                   class is private and must not be modified. As a solution, this class creates an iOS-style dialog which\n                   you can extend with any UIViews or buttons. The animations and the looks are copied too and no images\n                   or other resources are needed.\n",
6   "homepage": "https://github.com/wimagguc/ios-custom-alertview",
7   "screenshots": "https://github.com/wimagguc/ios-custom-alertview/raw/master/Docs/screen.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Richard Dancsi": "wimagguc@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/wimagguc",
16   "platforms": {
17     "ios": null
18   },
19   "source": {
20     "git": "https://github.com/wimagguc/ios-custom-alertview.git",
21     "tag": "0.9.1"
22   },
23   "source_files": "CustomIOSAlertView/CustomIOSAlertView/View/**/*.{h,m}",
24   "requires_arc": true