diff --git a/Specs/e/f/0/WebPlayer/1.0/WebPlayer.podspec.json b/Specs/e/f/0/WebPlayer/1.0/WebPlayer.podspec.json new file mode 100644 index 00000000000000..d94485cc4cefaf --- /dev/null +++ b/Specs/e/f/0/WebPlayer/1.0/WebPlayer.podspec.json @@ -0,0 +1,25 @@ +{ + "name": "WebPlayer", + "version": "1.0", + "summary": "A Wrapper around WKWebView to embed videos into your iOS app.", + "description": "A Wrapper around WKWebView to embed videos into your iOS app (YouTube, Vimeo, Dailymotion, Facebook, ...etc).", + "homepage": "https://github.com/muhammadbassio/WebPlayer", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "Muhammad Bassio": "muhammadbassio@gmail.com" + }, + "source": { + "git": "https://github.com/muhammadbassio/WebPlayer.git", + "tag": "1.0" + }, + "pod_target_xcconfig": { + "SWIFT_VERSION": "4.0" + }, + "platforms": { + "ios": "9.0" + }, + "source_files": "source/*.swift" +}