[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / f / 1 / 7 / VastClient / 0.3.1-alpha / VastClient.podspec.json
blob1ac27bb0fd3da8e413175728fc20a2adb88cda9d
2   "name": "VastClient",
3   "version": "0.3.1-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.3.1-alpha"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "tvos": "10.0"
22   },
23   "swift_version": "4.2",
24   "requires_arc": true,
25   "source_files": [
26     "VastClient/VastClient/**/*.{swift,h,m}",
27     "VastClient/VastClient.xcodeproj"
28   ]