[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 3 / 9 / DASHEmbed / 1.0.0 / DASHEmbed.podspec.json
blob21d03d5af6afa67a1f3aedd64159250a37a648e1
2   "name": "DASHEmbed",
3   "version": "1.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": "1.0.0"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "DASHEmbed/Framework/**/*.{swift}",
23   "resource_bundles": {
24     "DASHEmbed": [
25       "DASHEmbed/Framework/**/*.{storyboard,xib}"
26     ]
27   },
28   "frameworks": [
29     "Foundation",
30     "UIKit",
31     "UserNotifications",
32     "WebKit"
33   ]