2 "name": "CustomIOSAlertView",
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",
10 "file": "https://github.com/wimagguc/ios-custom-alertview/blob/master/LICENSE.md"
13 "Richard Dancsi": "wimagguc@gmail.com"
15 "social_media_url": "http://twitter.com/wimagguc",
20 "git": "https://github.com/wimagguc/ios-custom-alertview.git",
23 "source_files": "CustomIOSAlertView/CustomIOSAlertView/View/**/*.{h,m}",