blob: 4982e66719c20739154e3e93f4bab60863efd748 [file] [log] [blame]
{
"name": "VastClient",
"version": "1.1.1",
"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.1.1"
},
"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"
}