blob: 40a50421db692e979d014c521f1fe880200610d1 [file] [log] [blame]
{
"name": "VastClient",
"version": "1.0.0",
"summary": "Swift Vast Client",
"description": "iOS Vast Client is a Swift Framework which implements the VAST 4.0 spec and is backwards compatible with VAST 3.0.",
"homepage": "https://github.com/realeyes-media/ios-vast-client",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"John G. Gainfort, Jr.": "john@realeyes.com"
},
"source": {
"git": "https://github.com/realeyes-media/ios-vast-client.git",
"branch": "master",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"source_files": [
"VastClient/VastClient/**/*.{swift,h,m}",
"VastClient/VastClient.xcodeproj"
],
"swift_version": "5.0"
}