blob: b00c33ff09b151ad7a34890a36cbe7a3266bcd98 [file] [log] [blame]
{
"name": "EdgeAnimateView-iOS",
"version": "1.0.0",
"summary": "EdgeAnimateView displays Adobe Edge Animate animations in a WKWebView or a UIWebView depending on the target OS.",
"description": "EdgeAnimateView provides one-liner support for displaying Adobe Edge Animate compositions on iOS devices.\nDepending on the target OS (iOS 7, 8 or 9), EdgeAnimateView will pick the right web view and configure it\nfor you. In iOS versions 8 and up, WKWebView is used, which provides native Safari web performance\nfor your animations.",
"homepage": "https://github.com/aceontech/EdgeAnimateView-iOS",
"screenshots": "https://github.com/aceontech/EdgeAnimateView-iOS/raw/master/demo.gif",
"license": "MIT",
"authors": {
"Alex Manarpies": "alex@manarpies.com"
},
"source": {
"git": "https://github.com/aceontech/EdgeAnimateView-iOS.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/aceontech",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EdgeAnimateView-iOS": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AOTToolkit/UI": [
"~> 0.2.0"
],
"POViewFrameBuilder": [
"~> 1.0.0"
]
},
"weak_frameworks": "WebKit"
}