[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 3 / 9 / DASHEmbed / 2.0.0 / DASHEmbed.podspec.json
blob5e19a864cfe60df5367ce109e9ba521bd425c5cf
2   "name": "DASHEmbed",
3   "version": "2.0.0",
4   "summary": "An easy way to embed DASH into an iOS app",
5   "description": "DASHEmbed provides an easy way to embed the DASH mobile experience into an iOS application.",
6   "homepage": "https://github.com/DashAuction/iOS-DASHEmbed",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DASH": "ryan@dashapp.io"
13   },
14   "source": {
15     "git": "https://github.com/DashAuction/iOS-DASHEmbed.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "DASHEmbed/Framework/**/*.{h,m}",
22   "resource_bundles": {
23     "DASHEmbed": [
24       "DASHEmbed/Framework/**/*.{storyboard,xib}"
25     ]
26   },
27   "frameworks": [
28     "Foundation",
29     "UIKit",
30     "UserNotifications",
31     "WebKit"
32   ]