[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / a / SDCAlertView / 1.2.1 / SDCAlertView.podspec.json
blob5fac735139cc75594df52f83036a6bb686b77b93
2   "name": "SDCAlertView",
3   "version": "1.2.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/Scott90/SDCAlertView",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/Scott90/SDCAlertView.git",
18     "tag": "v1.2.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   }