blob: 39f79ea64ef023b9dddf7531010f12ce8569f38e [file] [log] [blame]
{
"name": "youtube-ios-player-helper-swift",
"version": "1.1",
"summary": "Helper library for iOS developers looking to add YouTube video playback in their applications via the iframe player in a UIWebView.",
"swift_version": "4.2",
"description": "A full swift implementation of https://github.com/youtube/youtube-ios-player-helper. Helper library for iOS developers looking to add YouTube video playback in their applications via the iframe player in a UIWebView.",
"homepage": "https://github.com/malkouz/youtube-ios-player-helper-swift",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"Moayad Al kouz": "moayad_kouz9@hotmail.com"
},
"source": {
"git": "https://github.com/malkouz/youtube-ios-player-helper-swift.git",
"tag": "1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "youtube-ios-player-helper-swift/Classes/**/*",
"resource_bundles": {
"youtube-ios-player-helper-swift": [
"youtube-ios-player-helper-swift/Assets/*"
]
}
}