[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / a / SDCAlertView / 1.0 / SDCAlertView.podspec.json
blob4a711efadc260ab7a8352eb1266acf389bf7f2fc
2   "name": "SDCAlertView",
3   "version": "1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "authors": {
9     "Scott Berrevoets": "s.berrevoets@me.com"
10   },
11   "summary": "SDCAlertView is a UIAlertView clone with added functionality including a contentView property",
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": "v1.0"
19   },
20   "source_files": [
21     "SDCAlertView/SDCAlertView.{h,m}",
22     "SDCAlertView/SDCAlertView_Private.h",
23     "SDCAlertView/SDCAlertViewCoordinator.{h,m}",
24     "SDCAlertView/SDCAlertViewController.{h,m}",
25     "SDCAlertView/SDCAlertViewContentView.{h,m}",
26     "SDCAlertView/SDCAlertViewBackgroundView.{h,m}",
27     "SDCAlertView/SDCAlertViewBackground.png",
28     "SDCAlertView/SDCAlertViewBackground@2x.png"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "SDCAutoLayout": [
33       "~> 2.0"
34     ],
35     "RBBAnimation": [
36       "~> 0.3"
37     ]
38   }