[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / a / SDCAlertView / 2.3.1 / SDCAlertView.podspec.json
blobe0786f75adaa4446e2d264fdbc39ec17f2d204cc
2   "name": "SDCAlertView",
3   "version": "2.3.1",
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/sberrevoets/SDCAlertView",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/sberrevoets/SDCAlertView.git",
18     "tag": "v2.3.1"
19   },
20   "source_files": "SDCAlertView/Source/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "SDCAutoLayout": [
24       "~> 2.0"
25     ],
26     "RBBAnimation": [
27       "~> 0.3"
28     ]
29   }