[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 7 / f / URBNAlert / 1.9.3 / URBNAlert.podspec.json
blob7fbc376df1e9b7d04d0855fb17d99f207e46fe5c
2   "name": "URBNAlert",
3   "version": "1.9.3",
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.9.3"
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   }