[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 0 / 8 / c / CustomIOSAlertView / 0.9.0 / CustomIOSAlertView.podspec.json
blobae0cdb740c3cf5b388294792db5e7dede5d50043
2   "name": "CustomIOSAlertView",
3   "version": "0.9.0",
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": "https://github.com/wimagguc/ios-custom-alertview/blob/master/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.0"
22   },
23   "source_files": "CustomIOSAlertView/CustomIOSAlertView/View/**/*.{h,m}",
24   "requires_arc": true