2 "name": "CustomIOSAlertView",
4 "summary": "Custom UIAlertView. Continue adding images and UIViews to dialogs on iOS7+.",
5 "description": "The addSubview is not available in UIAlertView in iOS7+. The view hierarchy for this\nclass is private and must not be modified. As a solution, this class creates an iOS-style dialog which\nyou can extend with any UIViews or buttons. The animations and the looks are copied too and no images\nor other resources are needed.",
6 "homepage": "https://github.com/wimagguc/ios-custom-alertview",
7 "screenshots": "https://github.com/wimagguc/ios-custom-alertview/raw/master/Docs/screen.png",
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}",