[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / 7 / VastClient / 0.2.0-alpha / VastClient.podspec.json
blobbc62faf763729e3e0e15ec75f27cd8b284ea9c49
2   "name": "VastClient",
3   "version": "0.2.0-alpha",
4   "summary": "Swift Vast Client",
5   "description": "iOS Vast Client is a Swift Framework which implements the VAST 3.0 spec.",
6   "homepage": "https://github.com/realeyes-media/ios-vast-client",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "John G. Gainfort, Jr.": "john@realeyes.com"
13   },
14   "source": {
15     "git": "https://github.com/realeyes-media/ios-vast-client.git",
16     "branch": "master",
17     "tag": "0.2.0-alpha"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "tvos": "10.0"
22   },
23   "swift_version": "4.1",
24   "requires_arc": true,
25   "source_files": [
26     "VastClient/VastClient/**/*.{swift,h,m}",
27     "VastClient/VastClient.xcodeproj"
28   ]