[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / e / 2 / FBQuoteWebView / 0.1.0 / FBQuoteWebView.podspec.json
blob1ced1434ec416f60741656a8cb35f7614c21951a
2   "name": "FBQuoteWebView",
3   "version": "0.1.0",
4   "summary": "Share the contents in the web view as QUOTE to Facebook.",
5   "homepage": "https://github.com/KimDarren/FBQuoteWebView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "KimDarren": "korean.darren@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/KimDarren/FBQuoteWebView.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Classes/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "dependencies": {
27     "FBSDKShareKit": [
28       "~> 4.11.0"
29     ]
30   }