[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 7 / f / URBNAlert / 1.8 / URBNAlert.podspec.json
blobfe27759c8add9061c02103651278fdfc8a055393
2   "name": "URBNAlert",
3   "version": "1.8",
4   "summary": "A custom alert view based off of UIAlertController but highly customizable.",
5   "homepage": "https://github.com/urbn/URBNAlert",
6   "license": "MIT",
7   "authors": {
8     "urbn": "jgrandelli@urbn.com"
9   },
10   "source": {
11     "git": "https://github.com/urbn/URBNAlert.git",
12     "tag": "1.8"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "dependencies": {
19     "URBNConvenience": [
20       "~> 0.8.2"
21     ]
22   },
23   "source_files": "Pod/Classes/**/*",
24   "resource_bundles": {
25     "URBNAlert": [
26       "Pod/Assets/*.png"
27     ]
28   }