[Add] MapboxCommon 24.10.0-daily-2025-01-05-04-25
[CocoaPods.git] / Specs / d / 3 / a / SDCAlertView / 0.9 / SDCAlertView.podspec.json
blobc51c634191e7bf8490c7bca4204e1dd8eaaf4b96
2   "name": "SDCAlertView",
3   "version": "0.9",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "authors": {
9     "Scott Berrevoets": "s.berrevoets@me.com"
10   },
11   "summary": "SDCAlertView adds a contentView property to a pixel-for-pixel clone of UIAlertView",
12   "homepage": "https://github.com/Scott90/SDCAlertView",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/Scott90/SDCAlertView.git",
18     "tag": "v0.9"
19   },
20   "source_files": [
21     "SDCAlertView/SDCAlertView.{h,m}",
22     "SDCAlertView/SDCAlertViewController.{h,m}",
23     "SDCAlertView/SDCAlertViewContentView.{h,m}",
24     "SDCAlertView/SDCAlertViewBackgroundView.{h,m}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "SDCAutoLayout": [
30     ],
31     "RBBAnimation": [
33     ]
34   }