[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / f / 5 / SAMAlertView / 1.0.0 / SAMAlertView.podspec.json
blob925a8384739e1d2fbe5f9198eec8f420247a9c9f
2   "name": "SAMAlertView",
3   "version": "1.0.0",
4   "summary": "To show custom alertview on UIView/UIWindow",
5   "description": "                   To show custom alertview on UIView/UIWindow. You can also specify the alert button alignment(Horizontal or vertical)\n\t\t\t\t   It is recommended to use vertical alignment for more than 3 buttons or title is long\n",
6   "homepage": "https://github.com/milanpanchal/",
7   "screenshots": [
8     "https://raw.github.com/milanpanchal/SAMCustomAlertView/master/Screenshots/horizontal_alert.png",
9     "https://raw.github.com/milanpanchal/SAMCustomAlertView/master/Screenshots/vertical_alert.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Milan Panchal": "sam07it22@gmail.com"
17   },
18   "social_media_url": "http://twitter.com/milan_panchal24",
19   "platforms": {
20     "ios": "6.0"
21   },
22   "source": {
23     "git": "https://github.com/milanpanchal/SAMCustomAlertView.git",
24     "tag": "1.0.0"
25   },
26   "source_files": "Source",
27   "resources": "Resources",
28   "requires_arc": true,
29   "xcconfig": {
30     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
31   }