[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / d / 3 / a / SDCAlertView / 1.1 / SDCAlertView.podspec.json
blobaf0ab65e21dc40052c684c9b8b1e197c1150abb2
2   "name": "SDCAlertView",
3   "version": "1.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.1"
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   ],
28   "requires_arc": true,
29   "dependencies": {
30     "SDCAutoLayout": [
31       "~> 2.0"
32     ],
33     "RBBAnimation": [
34       "~> 0.3"
35     ]
36   }