blob: a5668f8fbee7a08ce2fa140473ad762a32189202 [file] [log] [blame]
{
"name": "WebyclipSDK",
"version": "0.4.0",
"summary": "iOS SDK for Webyclipl widgets",
"description": "A native iOS SDK to show webyclip curated videos based on app content using the Webyclip Service",
"homepage": "https://github.com/enbaya/WebyclipSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nimrod Ben Yaakov": "nimiby@gmail.com"
},
"source": {
"git": "https://github.com/enbaya/WebyclipSDK.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "WebyclipSDK/Classes/**/*",
"resources": "WebyclipSDK/Assets/**/*.{xib,xcassets,bundle}",
"dependencies": {
"SwiftyJSON": [
"~> 3.1.1"
],
"Alamofire": [
"~> 4.0.1"
],
"CryptoSwift": [
"~> 0.6.6"
],
"youtube-ios-player-helper": [
"~> 0.1.6"
]
},
"pushed_with_swift_version": "3.0"
}