[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / f / GLKAnimateWebViewFrame / 0.1.0 / GLKAnimateWebViewFrame.podspec.json
blobe47d00521cd0e6e6e3f5a065c9befd505da91f90
2   "name": "GLKAnimateWebViewFrame",
3   "version": "0.1.0",
4   "summary": "Smoothly animate UIWebView frame.",
5   "description": "                       Workaround to enable animating UIWebView height. If you try to animate UIWebView.frame via standart `[UIView animateWithDuration:animations]`, no animation will occur, webView's content will immediately jump to it's final frame.\n                       This library tries to fix this issue by animating webView content size via JavaScript, then changing webView.frame after JS animation finished.\n",
6   "homepage": "https://github.com/glyuck/GLKAnimateWebViewFrame",
7   "license": "MIT",
8   "authors": {
9     "Vladimir Lyukov": "v.lyukov@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/glyuck/GLKAnimateWebViewFrame.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/glyuck",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "frameworks": "UIKit"