[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 8 / c / CustomIOSAlertView / 0.9.5 / CustomIOSAlertView.podspec.json
blob6a1fb2335683865286dfc0ec90dc19991ec6be01
2   "name": "CustomIOSAlertView",
3   "version": "0.9.5",
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",
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.5"
22   },
23   "source_files": "CustomIOSAlertView/CustomIOSAlertView/View/**/*.{h,m}",
24   "requires_arc": true