From d3541600d9d8304c6ef5b3fde302bf6c9e7935ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Wed, 27 Mar 2019 18:32:15 +0800 Subject: [PATCH] removing obsolete example file --- .../Local Podspecs/lottie-swift.podspec.json | 52 ------------------- 1 file changed, 52 deletions(-) delete mode 100644 Example/Pods/Local Podspecs/lottie-swift.podspec.json diff --git a/Example/Pods/Local Podspecs/lottie-swift.podspec.json b/Example/Pods/Local Podspecs/lottie-swift.podspec.json deleted file mode 100644 index 226d00c262..0000000000 --- a/Example/Pods/Local Podspecs/lottie-swift.podspec.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "lottie-swift", - "version": "0.1.0", - "summary": "A library to render native animations from bodymovin json. Now in Swift!", - "description": "Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with bodymovin and renders the vector animations natively on mobile and through React Native!\n\nFor the first time, designers can create and ship beautiful animations without an engineer painstakingly recreating it be hand. Since the animation is backed by JSON they are extremely small in size but can be large in complexity! Animations can be played, resized, looped, sped up, slowed down, and even interactively scrubbed.", - "homepage": "https://github.com/buba447/lottie-swift", - "license": { - "type": "Apache", - "file": "LICENSE" - }, - "authors": { - "Brandon Withrow": "buba447@gmail.com" - }, - "source": { - "git": "https://github.com/buba447/lottie-swift.git", - "tag": "0.1.0" - }, - "swift_version": "4.0", - "platforms": { - "ios": "9.0", - "osx": "10.10", - "tvos": "9.0" - }, - "source_files": "lottie-swift/src/**/*", - "ios": { - "source_files": "lottie-swift/iOS/*.swift", - "exclude_files": "lottie-swift/src/Public/MacOS/*.swift", - "frameworks": [ - "UIKit", - "CoreGraphics", - "QuartzCore" - ] - }, - "tvos": { - "exclude_files": "lottie-swift/src/Public/MacOS/*.swift", - "frameworks": [ - "UIKit", - "CoreGraphics", - "QuartzCore" - ] - }, - "osx": { - "exclude_files": "lottie-swift/src/Public/iOS/*.swift", - "frameworks": [ - "AppKit", - "CoreGraphics", - "QuartzCore" - ] - }, - "module_name": "Lottie", - "header_dir": "Lottie" -}