blob: 1ced1434ec416f60741656a8cb35f7614c21951a [file] [log] [blame]
{
"name": "FBQuoteWebView",
"version": "0.1.0",
"summary": "Share the contents in the web view as QUOTE to Facebook.",
"homepage": "https://github.com/KimDarren/FBQuoteWebView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KimDarren": "korean.darren@gmail.com"
},
"source": {
"git": "https://github.com/KimDarren/FBQuoteWebView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"FBSDKShareKit": [
"~> 4.11.0"
]
}
}