blob: cf756373fc7cef44b947b295c21a4ae2ee1707d5 [file] [log] [blame]
{
"name": "URLEmbeddedView",
"version": "0.5.0",
"summary": "URLEmbeddedView is a view that automatically cache the Open Graph Protocol.",
"homepage": "https://github.com/marty-suzuki/URLEmbeddedView",
"license": "MIT",
"authors": {
"Taiki Suzuki": "s1180183@gmail.com"
},
"source": {
"git": "https://github.com/marty-suzuki/URLEmbeddedView.git",
"tag": "0.5.0"
},
"social_media_url": "https://twitter.com/marty_suzuki",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "URLEmbeddedView/*.{swift}",
"resources": "Resources/*.{pdf,xcdatamodeld}",
"frameworks": [
"UIKit",
"CoreData",
"CoreGraphics"
],
"dependencies": {
"MisterFusion": [
"~> 1.4.0"
],
"Kanna": [
"~> 1.1.0"
],
"CryptoSwift": [
"~> 0.5.2"
]
}
}