[
  {
    "path": ".gitattributes",
    "content": "*.sh linguist-language=Swift\n*.m linguist-language=Swift\n*.h linguist-language=Swift\n*.rb linguist-language=Swift\n"
  },
  {
    "path": ".github/CODE_OF_CONDUCT.md",
    "content": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment include:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at marcosgriselli@gmail.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE.md",
    "content": "## Expected Behavior\n\n\n## Actual Behavior\n\n\n## Steps to Reproduce the Problem\n\n  1.\n  1.\n  1.\n\n## Specifications\n\n  - Version:\n  - Platform:\n  - Subsystem:\n"
  },
  {
    "path": ".gitignore",
    "content": "# OS X\n.DS_Store\n\n# Xcode\nbuild/\n*.pbxuser\n!default.pbxuser\n*.mode1v3\n!default.mode1v3\n*.mode2v3\n!default.mode2v3\n*.perspectivev3\n!default.perspectivev3\nxcuserdata/\n*.xccheckout\nprofile\n*.moved-aside\nDerivedData\n*.hmap\n*.ipa\n\n# Bundler\n.bundle\n\n# Carthage\n#\n# Add this line if you want to avoid checking in source code from Carthage dependencies.\n# Carthage/Checkouts\n#\nCarthage/Build\n\n# Swift Package Manager\n.build/\n\n# fastlane\n# \n# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the\n# screenshots whenever they are needed.\n# For more information about the recommended setup visit:\n# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md\n\nfastlane/report.xml\nfastlane/Preview.html\nfastlane/screenshots\nfastlane/test_output\nfastlane/README.md\n"
  },
  {
    "path": "Example/iOS/AppDelegate.swift",
    "content": "//\n//  AppDelegate.swift\n//  ViewAnimator-iOS\n//\n//  Created by Marcos Griselli on 29/08/2020.\n//\n\nimport UIKit\n\n@UIApplicationMain\nclass AppDelegate: UIResponder, UIApplicationDelegate {\n\n    var window: UIWindow?\n\n\n    func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {\n        // Override point for customization after application launch.\n        return true\n    }\n\n    func applicationWillResignActive(_ application: UIApplication) {\n        // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.\n        // Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.\n    }\n\n    func applicationDidEnterBackground(_ application: UIApplication) {\n        // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.\n        // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.\n    }\n\n    func applicationWillEnterForeground(_ application: UIApplication) {\n        // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.\n    }\n\n    func applicationDidBecomeActive(_ application: UIApplication) {\n        // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.\n    }\n\n    func applicationWillTerminate(_ application: UIApplication) {\n        // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.\n    }\n\n\n}\n\n"
  },
  {
    "path": "Example/iOS/Assets.xcassets/0.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"5.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"5@2x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"5@3x.png\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/iOS/Assets.xcassets/1.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"1.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"1@2x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"1@3x.png\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/iOS/Assets.xcassets/2.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"2.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"2@2x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"2@3x.png\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/iOS/Assets.xcassets/3.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"3.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"3@2x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"3@3x.png\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/iOS/Assets.xcassets/4.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"4.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"4@2x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"4@3x.png\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/iOS/Assets.xcassets/AppIcon.appiconset/Contents.json",
    "content": "{\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  },\n  \"images\" : [\n    {\n      \"filename\" : \"Icon-40.png\",\n      \"size\" : \"40x40\",\n      \"idiom\" : \"ipad\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"filename\" : \"Icon-40@2x.png\",\n      \"size\" : \"40x40\",\n      \"idiom\" : \"ipad\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"filename\" : \"Icon-60@2x.png\",\n      \"size\" : \"60x60\",\n      \"idiom\" : \"iphone\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"filename\" : \"Icon-72.png\",\n      \"size\" : \"72x72\",\n      \"idiom\" : \"ipad\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"filename\" : \"Icon-72@2x.png\",\n      \"size\" : \"72x72\",\n      \"idiom\" : \"ipad\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"filename\" : \"Icon-76.png\",\n      \"size\" : \"76x76\",\n      \"idiom\" : \"ipad\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"filename\" : \"Icon-76@2x.png\",\n      \"size\" : \"76x76\",\n      \"idiom\" : \"ipad\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"filename\" : \"Icon-Small-50.png\",\n      \"size\" : \"50x50\",\n      \"idiom\" : \"ipad\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"filename\" : \"Icon-Small-50@2x.png\",\n      \"size\" : \"50x50\",\n      \"idiom\" : \"ipad\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"filename\" : \"Icon-Small.png\",\n      \"size\" : \"29x29\",\n      \"idiom\" : \"iphone\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"filename\" : \"Icon-Small@2x.png\",\n      \"size\" : \"29x29\",\n      \"idiom\" : \"iphone\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"filename\" : \"Icon.png\",\n      \"size\" : \"57x57\",\n      \"idiom\" : \"iphone\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"filename\" : \"Icon@2x.png\",\n      \"size\" : \"57x57\",\n      \"idiom\" : \"iphone\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"filename\" : \"Icon-Small@3x.png\",\n      \"size\" : \"29x29\",\n      \"idiom\" : \"iphone\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"filename\" : \"Icon-40@3x.png\",\n      \"size\" : \"40x40\",\n      \"idiom\" : \"iphone\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"filename\" : \"Icon-60@3x.png\",\n      \"size\" : \"60x60\",\n      \"idiom\" : \"iphone\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"filename\" : \"Icon-40@2x.png\",\n      \"size\" : \"40x40\",\n      \"idiom\" : \"iphone\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"filename\" : \"Icon-Small.png\",\n      \"size\" : \"29x29\",\n      \"idiom\" : \"ipad\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"filename\" : \"Icon-Small@2x.png\",\n      \"size\" : \"29x29\",\n      \"idiom\" : \"ipad\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"filename\" : \"Icon-83.5@2x.png\",\n      \"size\" : \"83.5x83.5\",\n      \"idiom\" : \"ipad\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"filename\" : \"NotificationIcon@2x.png\",\n      \"size\" : \"20x20\",\n      \"idiom\" : \"iphone\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"filename\" : \"NotificationIcon@3x.png\",\n      \"size\" : \"20x20\",\n      \"idiom\" : \"iphone\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"filename\" : \"NotificationIcon~ipad.png\",\n      \"size\" : \"20x20\",\n      \"idiom\" : \"ipad\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"filename\" : \"NotificationIcon~ipad@2x.png\",\n      \"size\" : \"20x20\",\n      \"idiom\" : \"ipad\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"filename\" : \"ios-marketing.png\",\n      \"size\" : \"1024x1024\",\n      \"idiom\" : \"ios-marketing\",\n      \"scale\" : \"1x\"\n    }\n  ]\n}"
  },
  {
    "path": "Example/iOS/Assets.xcassets/Contents.json",
    "content": "{\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/iOS/Assets.xcassets/background.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"background.pdf\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/iOS/Assets.xcassets/icon.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"icon.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"icon@2x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"icon@3x.png\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/iOS/Base.lproj/LaunchScreen.storyboard",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB\" version=\"3.0\" toolsVersion=\"13122.16\" targetRuntime=\"iOS.CocoaTouch\" propertyAccessControl=\"none\" useAutolayout=\"YES\" launchScreen=\"YES\" useTraitCollections=\"YES\" useSafeAreas=\"YES\" colorMatched=\"YES\" initialViewController=\"01J-lp-oVM\">\n    <dependencies>\n        <plugIn identifier=\"com.apple.InterfaceBuilder.IBCocoaTouchPlugin\" version=\"13104.12\"/>\n        <capability name=\"Safe area layout guides\" minToolsVersion=\"9.0\"/>\n        <capability name=\"documents saved in the Xcode 8 format\" minToolsVersion=\"8.0\"/>\n    </dependencies>\n    <scenes>\n        <!--View Controller-->\n        <scene sceneID=\"EHf-IW-A2E\">\n            <objects>\n                <viewController id=\"01J-lp-oVM\" sceneMemberID=\"viewController\">\n                    <view key=\"view\" contentMode=\"scaleToFill\" id=\"Ze5-6b-2t3\">\n                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"375\" height=\"667\"/>\n                        <autoresizingMask key=\"autoresizingMask\" widthSizable=\"YES\" heightSizable=\"YES\"/>\n                        <color key=\"backgroundColor\" red=\"1\" green=\"1\" blue=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                        <viewLayoutGuide key=\"safeArea\" id=\"6Tk-OE-BBY\"/>\n                    </view>\n                </viewController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"iYj-Kq-Ea1\" userLabel=\"First Responder\" sceneMemberID=\"firstResponder\"/>\n            </objects>\n            <point key=\"canvasLocation\" x=\"53\" y=\"375\"/>\n        </scene>\n    </scenes>\n</document>\n"
  },
  {
    "path": "Example/iOS/Base.lproj/Main.storyboard",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB\" version=\"3.0\" toolsVersion=\"15505\" targetRuntime=\"iOS.CocoaTouch\" propertyAccessControl=\"none\" useAutolayout=\"YES\" useTraitCollections=\"YES\" colorMatched=\"YES\" initialViewController=\"bTT-jA-UgM\">\n    <device id=\"retina5_9\" orientation=\"portrait\" appearance=\"light\"/>\n    <dependencies>\n        <deployment identifier=\"iOS\"/>\n        <plugIn identifier=\"com.apple.InterfaceBuilder.IBCocoaTouchPlugin\" version=\"15510\"/>\n        <capability name=\"documents saved in the Xcode 8 format\" minToolsVersion=\"8.0\"/>\n    </dependencies>\n    <scenes>\n        <!--Tab Bar Controller-->\n        <scene sceneID=\"RvZ-0K-ceI\">\n            <objects>\n                <tabBarController id=\"bTT-jA-UgM\" sceneMemberID=\"viewController\">\n                    <extendedEdge key=\"edgesForExtendedLayout\" top=\"YES\"/>\n                    <tabBar key=\"tabBar\" contentMode=\"scaleToFill\" insetsLayoutMarginsFromSafeArea=\"NO\" id=\"YGT-5p-WJl\">\n                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"375\" height=\"49\"/>\n                        <autoresizingMask key=\"autoresizingMask\"/>\n                        <color key=\"backgroundColor\" white=\"0.0\" alpha=\"0.0\" colorSpace=\"calibratedWhite\"/>\n                    </tabBar>\n                    <connections>\n                        <segue destination=\"vXZ-lx-hvc\" kind=\"relationship\" relationship=\"viewControllers\" id=\"dEP-m2-NkK\"/>\n                        <segue destination=\"y9f-iQ-3Do\" kind=\"relationship\" relationship=\"viewControllers\" id=\"2NJ-V0-bGw\"/>\n                        <segue destination=\"d6M-ta-yMh\" kind=\"relationship\" relationship=\"viewControllers\" id=\"vzR-dg-agj\"/>\n                    </connections>\n                </tabBarController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"2Fg-gg-Ro8\" userLabel=\"First Responder\" sceneMemberID=\"firstResponder\"/>\n            </objects>\n            <point key=\"canvasLocation\" x=\"-393\" y=\"33\"/>\n        </scene>\n        <!--Full View-->\n        <scene sceneID=\"ufC-wZ-h7g\">\n            <objects>\n                <viewController storyboardIdentifier=\"ViewController\" id=\"vXZ-lx-hvc\" customClass=\"ViewController\" customModule=\"ViewAnimator_Example\" customModuleProvider=\"target\" sceneMemberID=\"viewController\">\n                    <layoutGuides>\n                        <viewControllerLayoutGuide type=\"top\" id=\"jyV-Pf-zRb\"/>\n                        <viewControllerLayoutGuide type=\"bottom\" id=\"2fi-mo-0CV\"/>\n                    </layoutGuides>\n                    <view key=\"view\" contentMode=\"scaleToFill\" id=\"kh9-bI-dsS\">\n                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"375\" height=\"812\"/>\n                        <autoresizingMask key=\"autoresizingMask\" flexibleMaxX=\"YES\" flexibleMaxY=\"YES\"/>\n                        <subviews>\n                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"SUNDAY, OCTOBER 8\" textAlignment=\"natural\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"hW6-Of-57y\">\n                                <rect key=\"frame\" x=\"14\" y=\"70\" width=\"132\" height=\"16\"/>\n                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"13\"/>\n                                <nil key=\"textColor\"/>\n                                <nil key=\"highlightedColor\"/>\n                            </label>\n                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"Memories\" textAlignment=\"natural\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"qoX-Tp-oK7\">\n                                <rect key=\"frame\" x=\"14\" y=\"86\" width=\"169\" height=\"41\"/>\n                                <fontDescription key=\"fontDescription\" type=\"system\" weight=\"black\" pointSize=\"34\"/>\n                                <nil key=\"textColor\"/>\n                                <nil key=\"highlightedColor\"/>\n                            </label>\n                            <collectionView clipsSubviews=\"YES\" multipleTouchEnabled=\"YES\" contentMode=\"scaleToFill\" dataMode=\"prototypes\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"62B-9S-MCt\">\n                                <rect key=\"frame\" x=\"0.0\" y=\"142\" width=\"375\" height=\"130\"/>\n                                <color key=\"backgroundColor\" white=\"1\" alpha=\"1\" colorSpace=\"calibratedWhite\"/>\n                                <constraints>\n                                    <constraint firstAttribute=\"height\" constant=\"130\" id=\"Aqy-PL-2ZZ\"/>\n                                </constraints>\n                                <collectionViewFlowLayout key=\"collectionViewLayout\" scrollDirection=\"horizontal\" minimumLineSpacing=\"10\" minimumInteritemSpacing=\"10\" id=\"AyM-oE-5jK\">\n                                    <size key=\"itemSize\" width=\"100\" height=\"100\"/>\n                                    <size key=\"headerReferenceSize\" width=\"0.0\" height=\"0.0\"/>\n                                    <size key=\"footerReferenceSize\" width=\"0.0\" height=\"0.0\"/>\n                                    <inset key=\"sectionInset\" minX=\"14\" minY=\"0.0\" maxX=\"14\" maxY=\"0.0\"/>\n                                </collectionViewFlowLayout>\n                                <cells>\n                                    <collectionViewCell opaque=\"NO\" clipsSubviews=\"YES\" multipleTouchEnabled=\"YES\" contentMode=\"center\" restorationIdentifier=\"cell\" reuseIdentifier=\"cell\" id=\"aGU-Gs-wjU\" customClass=\"CollectionViewCell\" customModule=\"ViewAnimator_Example\" customModuleProvider=\"target\">\n                                        <rect key=\"frame\" x=\"14\" y=\"15\" width=\"100\" height=\"100\"/>\n                                        <autoresizingMask key=\"autoresizingMask\" flexibleMaxX=\"YES\" flexibleMaxY=\"YES\"/>\n                                        <view key=\"contentView\" opaque=\"NO\" clipsSubviews=\"YES\" multipleTouchEnabled=\"YES\" contentMode=\"center\" insetsLayoutMarginsFromSafeArea=\"NO\">\n                                            <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"100\" height=\"100\"/>\n                                            <autoresizingMask key=\"autoresizingMask\"/>\n                                        </view>\n                                    </collectionViewCell>\n                                </cells>\n                                <userDefinedRuntimeAttributes>\n                                    <userDefinedRuntimeAttribute type=\"number\" keyPath=\"cornerRadius\">\n                                        <real key=\"value\" value=\"5\"/>\n                                    </userDefinedRuntimeAttribute>\n                                    <userDefinedRuntimeAttribute type=\"number\" keyPath=\"shadowRadius\">\n                                        <real key=\"value\" value=\"4\"/>\n                                    </userDefinedRuntimeAttribute>\n                                    <userDefinedRuntimeAttribute type=\"number\" keyPath=\"shadowOpacity\">\n                                        <real key=\"value\" value=\"0.10000000000000001\"/>\n                                    </userDefinedRuntimeAttribute>\n                                    <userDefinedRuntimeAttribute type=\"size\" keyPath=\"shadowOffset\">\n                                        <size key=\"value\" width=\"1\" height=\"2\"/>\n                                    </userDefinedRuntimeAttribute>\n                                    <userDefinedRuntimeAttribute type=\"color\" keyPath=\"shadowColor\">\n                                        <color key=\"value\" white=\"0.0\" alpha=\"1\" colorSpace=\"calibratedWhite\"/>\n                                    </userDefinedRuntimeAttribute>\n                                </userDefinedRuntimeAttributes>\n                            </collectionView>\n                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"People\" textAlignment=\"natural\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"YIm-4U-abp\">\n                                <rect key=\"frame\" x=\"14.000000000000007\" y=\"287\" width=\"117.66666666666669\" height=\"41\"/>\n                                <fontDescription key=\"fontDescription\" type=\"system\" weight=\"black\" pointSize=\"34\"/>\n                                <nil key=\"textColor\"/>\n                                <nil key=\"highlightedColor\"/>\n                            </label>\n                            <tableView clipsSubviews=\"YES\" contentMode=\"scaleToFill\" alwaysBounceVertical=\"YES\" dataMode=\"prototypes\" style=\"plain\" separatorStyle=\"default\" rowHeight=\"60\" estimatedRowHeight=\"-1\" sectionHeaderHeight=\"28\" sectionFooterHeight=\"28\" contentViewInsetsToSafeArea=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"dvM-fY-6Tr\">\n                                <rect key=\"frame\" x=\"0.0\" y=\"343\" width=\"375\" height=\"386\"/>\n                                <color key=\"backgroundColor\" white=\"1\" alpha=\"1\" colorSpace=\"calibratedWhite\"/>\n                                <inset key=\"separatorInset\" minX=\"69\" minY=\"0.0\" maxX=\"0.0\" maxY=\"0.0\"/>\n                                <prototypes>\n                                    <tableViewCell clipsSubviews=\"YES\" contentMode=\"scaleToFill\" insetsLayoutMarginsFromSafeArea=\"NO\" selectionStyle=\"none\" accessoryType=\"disclosureIndicator\" hidesAccessoryWhenEditing=\"NO\" indentationLevel=\"1\" indentationWidth=\"0.0\" reuseIdentifier=\"tableCell\" rowHeight=\"60\" id=\"vMW-1T-s5f\" customClass=\"TableViewCell\" customModule=\"ViewAnimator_Example\" customModuleProvider=\"target\">\n                                        <rect key=\"frame\" x=\"0.0\" y=\"28\" width=\"375\" height=\"60\"/>\n                                        <autoresizingMask key=\"autoresizingMask\"/>\n                                        <tableViewCellContentView key=\"contentView\" opaque=\"NO\" clipsSubviews=\"YES\" multipleTouchEnabled=\"YES\" contentMode=\"center\" insetsLayoutMarginsFromSafeArea=\"NO\" tableViewCell=\"vMW-1T-s5f\" id=\"0mw-bg-mOo\">\n                                            <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"349\" height=\"60\"/>\n                                            <autoresizingMask key=\"autoresizingMask\"/>\n                                            <subviews>\n                                                <imageView clipsSubviews=\"YES\" userInteractionEnabled=\"NO\" contentMode=\"scaleToFill\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"zNY-Kw-AI8\">\n                                                    <rect key=\"frame\" x=\"14\" y=\"7.6666666666666679\" width=\"45\" height=\"45\"/>\n                                                    <constraints>\n                                                        <constraint firstAttribute=\"width\" constant=\"45\" id=\"Qih-Zu-zLY\"/>\n                                                        <constraint firstAttribute=\"width\" secondItem=\"zNY-Kw-AI8\" secondAttribute=\"height\" multiplier=\"1:1\" id=\"oO6-Wt-RfM\"/>\n                                                    </constraints>\n                                                    <userDefinedRuntimeAttributes>\n                                                        <userDefinedRuntimeAttribute type=\"number\" keyPath=\"cornerRadius\">\n                                                            <real key=\"value\" value=\"22.5\"/>\n                                                        </userDefinedRuntimeAttribute>\n                                                    </userDefinedRuntimeAttributes>\n                                                </imageView>\n                                                <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"User name\" textAlignment=\"natural\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"oy2-kP-1fR\">\n                                                    <rect key=\"frame\" x=\"74\" y=\"19.666666666666668\" width=\"83\" height=\"21.000000000000004\"/>\n                                                    <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"17\"/>\n                                                    <nil key=\"textColor\"/>\n                                                    <nil key=\"highlightedColor\"/>\n                                                </label>\n                                            </subviews>\n                                            <constraints>\n                                                <constraint firstItem=\"zNY-Kw-AI8\" firstAttribute=\"leading\" secondItem=\"0mw-bg-mOo\" secondAttribute=\"leading\" constant=\"14\" id=\"16F-fc-xWG\"/>\n                                                <constraint firstAttribute=\"trailing\" relation=\"greaterThanOrEqual\" secondItem=\"oy2-kP-1fR\" secondAttribute=\"trailing\" constant=\"20\" symbolic=\"YES\" id=\"PVF-is-W6n\"/>\n                                                <constraint firstItem=\"zNY-Kw-AI8\" firstAttribute=\"centerY\" secondItem=\"0mw-bg-mOo\" secondAttribute=\"centerY\" id=\"WrC-d7-nAx\"/>\n                                                <constraint firstItem=\"oy2-kP-1fR\" firstAttribute=\"centerY\" secondItem=\"zNY-Kw-AI8\" secondAttribute=\"centerY\" id=\"rF3-lO-V7E\"/>\n                                                <constraint firstItem=\"oy2-kP-1fR\" firstAttribute=\"leading\" secondItem=\"zNY-Kw-AI8\" secondAttribute=\"trailing\" constant=\"15\" id=\"tw1-YN-OWL\"/>\n                                            </constraints>\n                                        </tableViewCellContentView>\n                                        <connections>\n                                            <outlet property=\"label\" destination=\"oy2-kP-1fR\" id=\"wKP-oh-ofN\"/>\n                                            <outlet property=\"userImageView\" destination=\"zNY-Kw-AI8\" id=\"Xed-qz-vfT\"/>\n                                        </connections>\n                                    </tableViewCell>\n                                </prototypes>\n                            </tableView>\n                            <button opaque=\"NO\" contentMode=\"scaleToFill\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" buttonType=\"roundedRect\" lineBreakMode=\"middleTruncation\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"4zt-0R-iYI\">\n                                <rect key=\"frame\" x=\"292\" y=\"53\" width=\"67\" height=\"50\"/>\n                                <constraints>\n                                    <constraint firstAttribute=\"height\" constant=\"50\" id=\"tPW-WK-mft\"/>\n                                </constraints>\n                                <fontDescription key=\"fontDescription\" type=\"system\" weight=\"semibold\" pointSize=\"17\"/>\n                                <state key=\"normal\" title=\"Animate\"/>\n                                <userDefinedRuntimeAttributes>\n                                    <userDefinedRuntimeAttribute type=\"number\" keyPath=\"cornerRadius\">\n                                        <real key=\"value\" value=\"8\"/>\n                                    </userDefinedRuntimeAttribute>\n                                </userDefinedRuntimeAttributes>\n                                <connections>\n                                    <action selector=\"animate\" destination=\"vXZ-lx-hvc\" eventType=\"touchUpInside\" id=\"9Kj-ef-mWu\"/>\n                                </connections>\n                            </button>\n                        </subviews>\n                        <color key=\"backgroundColor\" white=\"1\" alpha=\"1\" colorSpace=\"calibratedWhite\"/>\n                        <constraints>\n                            <constraint firstItem=\"4zt-0R-iYI\" firstAttribute=\"leading\" relation=\"greaterThanOrEqual\" secondItem=\"hW6-Of-57y\" secondAttribute=\"trailing\" constant=\"100\" id=\"2v9-S8-lCq\"/>\n                            <constraint firstItem=\"62B-9S-MCt\" firstAttribute=\"top\" secondItem=\"qoX-Tp-oK7\" secondAttribute=\"bottom\" constant=\"15\" id=\"2za-2H-90u\"/>\n                            <constraint firstItem=\"qoX-Tp-oK7\" firstAttribute=\"leading\" secondItem=\"hW6-Of-57y\" secondAttribute=\"leading\" id=\"Cas-HV-sWw\"/>\n                            <constraint firstItem=\"dvM-fY-6Tr\" firstAttribute=\"trailing\" secondItem=\"62B-9S-MCt\" secondAttribute=\"trailing\" id=\"D6z-4g-Xnd\"/>\n                            <constraint firstItem=\"hW6-Of-57y\" firstAttribute=\"top\" secondItem=\"jyV-Pf-zRb\" secondAttribute=\"bottom\" constant=\"26\" id=\"EQo-Ri-rK9\"/>\n                            <constraint firstAttribute=\"trailing\" relation=\"greaterThanOrEqual\" secondItem=\"hW6-Of-57y\" secondAttribute=\"trailing\" constant=\"20\" symbolic=\"YES\" id=\"HtZ-Ie-t6o\"/>\n                            <constraint firstItem=\"YIm-4U-abp\" firstAttribute=\"leading\" secondItem=\"qoX-Tp-oK7\" secondAttribute=\"leading\" id=\"Hzy-bV-1J0\"/>\n                            <constraint firstItem=\"YIm-4U-abp\" firstAttribute=\"top\" secondItem=\"62B-9S-MCt\" secondAttribute=\"bottom\" constant=\"15\" id=\"Ibp-cp-rRJ\"/>\n                            <constraint firstAttribute=\"trailing\" relation=\"greaterThanOrEqual\" secondItem=\"qoX-Tp-oK7\" secondAttribute=\"trailing\" constant=\"20\" symbolic=\"YES\" id=\"Ipn-VV-yvl\"/>\n                            <constraint firstItem=\"dvM-fY-6Tr\" firstAttribute=\"leading\" secondItem=\"62B-9S-MCt\" secondAttribute=\"leading\" id=\"PFL-bz-yFn\"/>\n                            <constraint firstItem=\"qoX-Tp-oK7\" firstAttribute=\"top\" secondItem=\"hW6-Of-57y\" secondAttribute=\"bottom\" id=\"QS3-H8-RrC\"/>\n                            <constraint firstItem=\"dvM-fY-6Tr\" firstAttribute=\"top\" secondItem=\"YIm-4U-abp\" secondAttribute=\"bottom\" constant=\"15\" id=\"Ykw-XQ-KXI\"/>\n                            <constraint firstAttribute=\"trailing\" secondItem=\"62B-9S-MCt\" secondAttribute=\"trailing\" id=\"YlK-IJ-GeW\"/>\n                            <constraint firstAttribute=\"trailing\" relation=\"greaterThanOrEqual\" secondItem=\"YIm-4U-abp\" secondAttribute=\"trailing\" constant=\"20\" symbolic=\"YES\" id=\"dtX-Jy-ED8\"/>\n                            <constraint firstItem=\"2fi-mo-0CV\" firstAttribute=\"top\" secondItem=\"dvM-fY-6Tr\" secondAttribute=\"bottom\" id=\"le0-YU-IKA\"/>\n                            <constraint firstItem=\"62B-9S-MCt\" firstAttribute=\"leading\" secondItem=\"kh9-bI-dsS\" secondAttribute=\"leading\" id=\"or1-h0-zUw\"/>\n                            <constraint firstAttribute=\"trailing\" secondItem=\"4zt-0R-iYI\" secondAttribute=\"trailing\" constant=\"16\" id=\"sr4-Yx-J36\"/>\n                            <constraint firstItem=\"4zt-0R-iYI\" firstAttribute=\"centerY\" secondItem=\"hW6-Of-57y\" secondAttribute=\"centerY\" id=\"tXx-to-3Ep\"/>\n                            <constraint firstItem=\"hW6-Of-57y\" firstAttribute=\"leading\" secondItem=\"kh9-bI-dsS\" secondAttribute=\"leading\" constant=\"14\" id=\"y66-Op-r1o\"/>\n                        </constraints>\n                    </view>\n                    <tabBarItem key=\"tabBarItem\" title=\"Full View\" id=\"ZcQ-1e-LsA\"/>\n                    <navigationItem key=\"navigationItem\" id=\"sgB-eb-vFc\"/>\n                    <connections>\n                        <outlet property=\"collectionView\" destination=\"62B-9S-MCt\" id=\"QeH-N5-j4O\"/>\n                        <outlet property=\"tableView\" destination=\"dvM-fY-6Tr\" id=\"ttI-JA-eet\"/>\n                    </connections>\n                </viewController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"x5A-6p-PRh\" sceneMemberID=\"firstResponder\"/>\n            </objects>\n            <point key=\"canvasLocation\" x=\"-1110\" y=\"1046\"/>\n        </scene>\n        <!--TableView-->\n        <scene sceneID=\"Y3y-J1-p5S\">\n            <objects>\n                <tableViewController id=\"9nI-WI-49a\" customClass=\"TableViewController\" customModule=\"ViewAnimator_Example\" customModuleProvider=\"target\" sceneMemberID=\"viewController\">\n                    <tableView key=\"view\" clipsSubviews=\"YES\" contentMode=\"scaleToFill\" alwaysBounceVertical=\"YES\" showsHorizontalScrollIndicator=\"NO\" dataMode=\"prototypes\" style=\"plain\" separatorStyle=\"default\" rowHeight=\"-1\" estimatedRowHeight=\"-1\" sectionHeaderHeight=\"28\" sectionFooterHeight=\"28\" id=\"6RT-2l-ZD4\">\n                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"375\" height=\"812\"/>\n                        <autoresizingMask key=\"autoresizingMask\" widthSizable=\"YES\" heightSizable=\"YES\"/>\n                        <color key=\"backgroundColor\" white=\"1\" alpha=\"1\" colorSpace=\"calibratedWhite\"/>\n                        <view key=\"tableFooterView\" contentMode=\"scaleToFill\" id=\"1sR-dN-F8r\">\n                            <rect key=\"frame\" x=\"0.0\" y=\"99.666667938232422\" width=\"375\" height=\"44\"/>\n                            <autoresizingMask key=\"autoresizingMask\" flexibleMaxX=\"YES\" flexibleMaxY=\"YES\"/>\n                            <color key=\"backgroundColor\" white=\"1\" alpha=\"1\" colorSpace=\"calibratedWhite\"/>\n                        </view>\n                        <prototypes>\n                            <tableViewCell clipsSubviews=\"YES\" contentMode=\"scaleToFill\" preservesSuperviewLayoutMargins=\"YES\" selectionStyle=\"default\" indentationWidth=\"10\" reuseIdentifier=\"defaultCell\" id=\"nAu-sW-RHj\">\n                                <rect key=\"frame\" x=\"0.0\" y=\"28\" width=\"375\" height=\"43.666667938232422\"/>\n                                <autoresizingMask key=\"autoresizingMask\"/>\n                                <tableViewCellContentView key=\"contentView\" opaque=\"NO\" clipsSubviews=\"YES\" multipleTouchEnabled=\"YES\" contentMode=\"center\" preservesSuperviewLayoutMargins=\"YES\" insetsLayoutMarginsFromSafeArea=\"NO\" tableViewCell=\"nAu-sW-RHj\" id=\"2ZG-wa-Xsa\">\n                                    <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"375\" height=\"43.666667938232422\"/>\n                                    <autoresizingMask key=\"autoresizingMask\"/>\n                                </tableViewCellContentView>\n                            </tableViewCell>\n                        </prototypes>\n                        <connections>\n                            <outlet property=\"dataSource\" destination=\"9nI-WI-49a\" id=\"XxK-Bj-y18\"/>\n                            <outlet property=\"delegate\" destination=\"9nI-WI-49a\" id=\"tM2-X3-jej\"/>\n                        </connections>\n                    </tableView>\n                    <navigationItem key=\"navigationItem\" title=\"TableView\" id=\"2LI-Cw-BWg\">\n                        <rightBarButtonItems>\n                            <barButtonItem title=\"Reset\" id=\"g0O-5I-B00\">\n                                <connections>\n                                    <action selector=\"resetTapped:\" destination=\"9nI-WI-49a\" id=\"9G8-TB-1MU\"/>\n                                </connections>\n                            </barButtonItem>\n                            <barButtonItem title=\"Animate\" id=\"VwE-Ky-wxY\">\n                                <connections>\n                                    <action selector=\"animateTapped:\" destination=\"9nI-WI-49a\" id=\"XMJ-sY-rda\"/>\n                                </connections>\n                            </barButtonItem>\n                        </rightBarButtonItems>\n                    </navigationItem>\n                </tableViewController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"C6k-fB-RW8\" userLabel=\"First Responder\" sceneMemberID=\"firstResponder\"/>\n            </objects>\n            <point key=\"canvasLocation\" x=\"-394\" y=\"2080\"/>\n        </scene>\n        <!--CollectionView-->\n        <scene sceneID=\"IWO-55-e04\">\n            <objects>\n                <viewController storyboardIdentifier=\"CollectionViewController\" id=\"r2d-tc-8fj\" customClass=\"CollectionViewController\" customModule=\"ViewAnimator_Example\" customModuleProvider=\"target\" sceneMemberID=\"viewController\">\n                    <layoutGuides>\n                        <viewControllerLayoutGuide type=\"top\" id=\"Jm5-65-rMu\"/>\n                        <viewControllerLayoutGuide type=\"bottom\" id=\"DDr-wK-DCH\"/>\n                    </layoutGuides>\n                    <view key=\"view\" contentMode=\"scaleToFill\" id=\"fmr-pm-yEy\">\n                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"375\" height=\"812\"/>\n                        <autoresizingMask key=\"autoresizingMask\" widthSizable=\"YES\" heightSizable=\"YES\"/>\n                        <subviews>\n                            <collectionView clipsSubviews=\"YES\" multipleTouchEnabled=\"YES\" contentMode=\"scaleToFill\" dataMode=\"prototypes\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"hSy-5M-nOm\">\n                                <rect key=\"frame\" x=\"0.0\" y=\"88\" width=\"375\" height=\"592\"/>\n                                <color key=\"backgroundColor\" white=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"genericGamma22GrayColorSpace\"/>\n                                <collectionViewFlowLayout key=\"collectionViewLayout\" minimumLineSpacing=\"10\" minimumInteritemSpacing=\"10\" id=\"NAm-dQ-LV0\">\n                                    <size key=\"itemSize\" width=\"105\" height=\"150\"/>\n                                    <size key=\"headerReferenceSize\" width=\"0.0\" height=\"0.0\"/>\n                                    <size key=\"footerReferenceSize\" width=\"0.0\" height=\"0.0\"/>\n                                    <inset key=\"sectionInset\" minX=\"10\" minY=\"10\" maxX=\"10\" maxY=\"10\"/>\n                                </collectionViewFlowLayout>\n                                <cells>\n                                    <collectionViewCell opaque=\"NO\" clipsSubviews=\"YES\" multipleTouchEnabled=\"YES\" contentMode=\"center\" reuseIdentifier=\"cell\" id=\"Mz3-rw-Hfm\">\n                                        <rect key=\"frame\" x=\"10\" y=\"10\" width=\"105\" height=\"150\"/>\n                                        <autoresizingMask key=\"autoresizingMask\" flexibleMaxX=\"YES\" flexibleMaxY=\"YES\"/>\n                                        <view key=\"contentView\" opaque=\"NO\" clipsSubviews=\"YES\" multipleTouchEnabled=\"YES\" contentMode=\"center\" insetsLayoutMarginsFromSafeArea=\"NO\">\n                                            <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"105\" height=\"150\"/>\n                                            <autoresizingMask key=\"autoresizingMask\"/>\n                                        </view>\n                                    </collectionViewCell>\n                                </cells>\n                            </collectionView>\n                            <activityIndicatorView opaque=\"NO\" contentMode=\"scaleToFill\" horizontalHuggingPriority=\"750\" verticalHuggingPriority=\"750\" hidesWhenStopped=\"YES\" animating=\"YES\" style=\"gray\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"tnU-O2-2YK\">\n                                <rect key=\"frame\" x=\"177.66666666666666\" y=\"396\" width=\"20\" height=\"20\"/>\n                            </activityIndicatorView>\n                        </subviews>\n                        <color key=\"backgroundColor\" white=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"genericGamma22GrayColorSpace\"/>\n                        <constraints>\n                            <constraint firstItem=\"tnU-O2-2YK\" firstAttribute=\"centerX\" secondItem=\"fmr-pm-yEy\" secondAttribute=\"centerX\" id=\"4FA-9X-Ojd\"/>\n                            <constraint firstItem=\"tnU-O2-2YK\" firstAttribute=\"centerY\" secondItem=\"fmr-pm-yEy\" secondAttribute=\"centerY\" id=\"Qc8-c2-5cW\"/>\n                            <constraint firstItem=\"hSy-5M-nOm\" firstAttribute=\"leading\" secondItem=\"fmr-pm-yEy\" secondAttribute=\"leading\" id=\"TLh-9e-7yT\"/>\n                            <constraint firstAttribute=\"trailing\" secondItem=\"hSy-5M-nOm\" secondAttribute=\"trailing\" id=\"Xfz-OH-aNl\"/>\n                            <constraint firstItem=\"DDr-wK-DCH\" firstAttribute=\"top\" secondItem=\"hSy-5M-nOm\" secondAttribute=\"bottom\" id=\"fzy-O1-Vb2\"/>\n                            <constraint firstItem=\"hSy-5M-nOm\" firstAttribute=\"top\" secondItem=\"Jm5-65-rMu\" secondAttribute=\"bottom\" id=\"mlM-OQ-J0S\"/>\n                        </constraints>\n                    </view>\n                    <toolbarItems/>\n                    <navigationItem key=\"navigationItem\" title=\"CollectionView\" id=\"IQe-c4-g6Z\">\n                        <rightBarButtonItems>\n                            <barButtonItem title=\"Reset\" id=\"c10-I5-VZI\">\n                                <connections>\n                                    <action selector=\"resetTapped:\" destination=\"r2d-tc-8fj\" id=\"Xej-Tf-kfr\"/>\n                                </connections>\n                            </barButtonItem>\n                            <barButtonItem title=\"Animate\" id=\"OW1-9v-33r\">\n                                <connections>\n                                    <action selector=\"animateTapped:\" destination=\"r2d-tc-8fj\" id=\"fU0-W5-P3h\"/>\n                                </connections>\n                            </barButtonItem>\n                        </rightBarButtonItems>\n                    </navigationItem>\n                    <simulatedToolbarMetrics key=\"simulatedBottomBarMetrics\"/>\n                    <connections>\n                        <outlet property=\"activityIndicator\" destination=\"tnU-O2-2YK\" id=\"V47-q5-4qN\"/>\n                        <outlet property=\"collectionView\" destination=\"hSy-5M-nOm\" id=\"wcZ-kZ-iwo\"/>\n                    </connections>\n                </viewController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"vuC-4N-sDe\" userLabel=\"First Responder\" sceneMemberID=\"firstResponder\"/>\n            </objects>\n            <point key=\"canvasLocation\" x=\"463\" y=\"2080\"/>\n        </scene>\n        <!--TableView-->\n        <scene sceneID=\"cV2-LB-XaS\">\n            <objects>\n                <navigationController automaticallyAdjustsScrollViewInsets=\"NO\" id=\"y9f-iQ-3Do\" sceneMemberID=\"viewController\">\n                    <tabBarItem key=\"tabBarItem\" title=\"TableView\" id=\"rT5-9R-QMO\"/>\n                    <toolbarItems/>\n                    <navigationBar key=\"navigationBar\" contentMode=\"scaleToFill\" insetsLayoutMarginsFromSafeArea=\"NO\" largeTitles=\"YES\" id=\"H6s-Lx-MHE\">\n                        <rect key=\"frame\" x=\"0.0\" y=\"44\" width=\"375\" height=\"96\"/>\n                        <autoresizingMask key=\"autoresizingMask\"/>\n                    </navigationBar>\n                    <nil name=\"viewControllers\"/>\n                    <connections>\n                        <segue destination=\"9nI-WI-49a\" kind=\"relationship\" relationship=\"rootViewController\" id=\"VnR-xX-Tzp\"/>\n                    </connections>\n                </navigationController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"ieI-lO-VGE\" userLabel=\"First Responder\" sceneMemberID=\"firstResponder\"/>\n            </objects>\n            <point key=\"canvasLocation\" x=\"-394\" y=\"1046\"/>\n        </scene>\n        <!--CollectionView-->\n        <scene sceneID=\"oUW-63-zxC\">\n            <objects>\n                <navigationController automaticallyAdjustsScrollViewInsets=\"NO\" id=\"d6M-ta-yMh\" sceneMemberID=\"viewController\">\n                    <tabBarItem key=\"tabBarItem\" title=\"CollectionView\" id=\"lgO-xL-d8H\"/>\n                    <toolbarItems/>\n                    <navigationBar key=\"navigationBar\" contentMode=\"scaleToFill\" insetsLayoutMarginsFromSafeArea=\"NO\" largeTitles=\"YES\" id=\"HRN-Xq-Z6D\">\n                        <rect key=\"frame\" x=\"0.0\" y=\"44\" width=\"375\" height=\"96\"/>\n                        <autoresizingMask key=\"autoresizingMask\"/>\n                    </navigationBar>\n                    <nil name=\"viewControllers\"/>\n                    <connections>\n                        <segue destination=\"r2d-tc-8fj\" kind=\"relationship\" relationship=\"rootViewController\" id=\"jY9-1o-SUw\"/>\n                    </connections>\n                </navigationController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"bxO-Cw-Hx3\" userLabel=\"First Responder\" sceneMemberID=\"firstResponder\"/>\n            </objects>\n            <point key=\"canvasLocation\" x=\"463\" y=\"1046\"/>\n        </scene>\n    </scenes>\n</document>\n"
  },
  {
    "path": "Example/iOS/Info.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>CFBundleDevelopmentRegion</key>\n\t<string>$(DEVELOPMENT_LANGUAGE)</string>\n\t<key>CFBundleExecutable</key>\n\t<string>$(EXECUTABLE_NAME)</string>\n\t<key>CFBundleIdentifier</key>\n\t<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>\n\t<key>CFBundleInfoDictionaryVersion</key>\n\t<string>6.0</string>\n\t<key>CFBundleName</key>\n\t<string>$(PRODUCT_NAME)</string>\n\t<key>CFBundlePackageType</key>\n\t<string>APPL</string>\n\t<key>CFBundleShortVersionString</key>\n\t<string>1.0</string>\n\t<key>CFBundleVersion</key>\n\t<string>1</string>\n\t<key>LSRequiresIPhoneOS</key>\n\t<true/>\n\t<key>UILaunchStoryboardName</key>\n\t<string>LaunchScreen</string>\n\t<key>UIMainStoryboardFile</key>\n\t<string>Main</string>\n\t<key>UIRequiredDeviceCapabilities</key>\n\t<array>\n\t\t<string>armv7</string>\n\t</array>\n\t<key>UISupportedInterfaceOrientations</key>\n\t<array>\n\t\t<string>UIInterfaceOrientationPortrait</string>\n\t\t<string>UIInterfaceOrientationLandscapeLeft</string>\n\t\t<string>UIInterfaceOrientationLandscapeRight</string>\n\t</array>\n\t<key>UISupportedInterfaceOrientations~ipad</key>\n\t<array>\n\t\t<string>UIInterfaceOrientationPortrait</string>\n\t\t<string>UIInterfaceOrientationPortraitUpsideDown</string>\n\t\t<string>UIInterfaceOrientationLandscapeLeft</string>\n\t\t<string>UIInterfaceOrientationLandscapeRight</string>\n\t</array>\n</dict>\n</plist>\n"
  },
  {
    "path": "Example/iOS/ViewControllers/CollectionViewController.swift",
    "content": "//\n//  CollectionViewController.swift\n//  ViewAnimator_Example\n//\n//  Created by Marcos Griselli on 04/02/2018.\n//  Copyright © 2018 CocoaPods. All rights reserved.\n//\n\nimport UIKit\nimport ViewAnimator\n\nprivate let reuseIdentifier = \"Cell\"\n\nclass CollectionViewController: UIViewController {\n    \n    var initiallyAnimates = false\n    private var items = [Any?]()\n    @IBOutlet weak var collectionView: UICollectionView!\n    @IBOutlet weak var activityIndicator: UIActivityIndicatorView!\n    private let animations = [AnimationType.vector((CGVector(dx: 0, dy: 30)))]\n    \n    override func viewDidLoad() {\n        super.viewDidLoad()\n        collectionView.dataSource = self\n        collectionView.delegate = self\n        collectionView.register(UICollectionViewCell.self, forCellWithReuseIdentifier: reuseIdentifier)\n        \n        if initiallyAnimates {\n            activityIndicator.stopAnimating()\n            DispatchQueue.main.asyncAfter(deadline: .now() + 0.33) {\n                self.items = Array(repeating: nil, count: 5)\n                self.collectionView?.reloadData()\n                self.collectionView?.performBatchUpdates({\n                    UIView.animate(views: self.collectionView!.orderedVisibleCells,\n                                   animations: self.animations, completion: {\n                        \n                        })\n                }, completion: nil)\n            }\n        }\n    }\n    \n    @IBAction func animateTapped(_ sender: UIBarButtonItem) {\n        sender.isEnabled = false\n        activityIndicator.stopAnimating()\n        items = Array(repeating: nil, count: 5)\n        collectionView?.reloadData()\n        collectionView?.performBatchUpdates({\n            UIView.animate(views: self.collectionView!.orderedVisibleCells,\n                animations: animations, options: [.curveEaseInOut], completion: {\n                sender.isEnabled = true\n                })\n        }, completion: nil)\n    }\n    \n    @IBAction func resetTapped(_ sender: UIBarButtonItem) {\n        items.removeAll()\n        UIView.animate(views: collectionView!.orderedVisibleCells,\n                       animations: animations, reversed: true,\n                       initialAlpha: 1.0,\n                       finalAlpha: 0.0,\n                       options: [.curveEaseIn],\n                       completion: {\n                        self.collectionView?.reloadData()\n                        self.activityIndicator.startAnimating()\n        })\n    }\n}\n\n// MARK: UICollectionViewDataSource\nextension CollectionViewController: UICollectionViewDataSource {\n    \n    func numberOfSections(in collectionView: UICollectionView) -> Int {\n        return 2\n    }\n    \n    func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {\n        return items.count\n    }\n    \n    func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {\n        let cell = collectionView.dequeueReusableCell(withReuseIdentifier: reuseIdentifier, for: indexPath)\n        let color: UIColor = indexPath.section % 2 == 0 ? .red : .blue\n        cell.contentView.backgroundColor = color\n        return cell\n    }\n}\n\nextension CollectionViewController: UICollectionViewDelegate {\n    func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {\n        guard let viewController = storyboard?.instantiateViewController(withIdentifier: \"CollectionViewController\") as? CollectionViewController else {\n            return\n        }\n        viewController.initiallyAnimates = true\n        navigationController?.show(viewController, sender: nil)\n    }\n}\n"
  },
  {
    "path": "Example/iOS/ViewControllers/TableViewController.swift",
    "content": "//\n//  TableViewController.swift\n//  ViewAnimator_Example\n//\n//  Created by Marcos Griselli on 1/14/18.\n//  Copyright © 2018 CocoaPods. All rights reserved.\n//\n\nimport UIKit\nimport ViewAnimator\n\nclass TableViewController: UITableViewController {\n\n    private var items = [Any?]()\n    private let activityIndicator = UIActivityIndicatorView(style: .gray)\n    private let animations = [AnimationType.vector(CGVector(dx: 0, dy: 30))]\n\n    override func viewDidLoad() {\n        super.viewDidLoad()\n        setupActivityIndicator()\n    }\n\n    private func setupActivityIndicator() {\n        activityIndicator.center = CGPoint(x: view.center.x, y: 100.0)\n        activityIndicator.hidesWhenStopped = true\n        view.addSubview(activityIndicator)\n        activityIndicator.startAnimating()\n    }\n\n    // MARK: - Table view data source\n\n    override func numberOfSections(in tableView: UITableView) -> Int {\n        return 1\n    }\n\n    override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {\n        return items.count\n    }\n\n    override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {\n        let cell = tableView.dequeueReusableCell(withIdentifier: \"defaultCell\", for: indexPath)\n        cell.textLabel?.text = \"Cell: \\(indexPath.row + 1)\"\n        return cell\n    }\n\n    @IBAction func animateTapped(_ sender: UIBarButtonItem) {\n        sender.isEnabled = false\n        activityIndicator.stopAnimating()\n        items = Array(repeating: nil, count: 20)\n        tableView.reloadData()\n        UIView.animate(views: tableView.visibleCells, animations: animations, completion: {\n            sender.isEnabled = true\n        })\n    }\n\n    @IBAction func resetTapped(_ sender: UIBarButtonItem) {\n        items.removeAll()\n        UIView.animate(views: tableView.visibleCells, animations: animations, reversed: true,\n                       initialAlpha: 1.0, finalAlpha: 0.0, completion: {\n            self.tableView.reloadData()\n            self.activityIndicator.startAnimating()\n        })\n    }\n}\n"
  },
  {
    "path": "Example/iOS/ViewControllers/ViewController.swift",
    "content": "//\n//  ViewController.swift\n//  ViewAnimator\n//\n//  Created by marcosgriselli@gmail.com on 10/05/2017.\n//  Copyright (c) 2017 marcosgriselli@gmail.com. All rights reserved.\n//\n\nimport UIKit\nimport ViewAnimator\n\nclass ViewController: UIViewController {\n    \n    @IBOutlet weak var collectionView: UICollectionView!\n    @IBOutlet weak var tableView: UITableView!\n    \n    override func viewDidLoad() {\n        super.viewDidLoad()\n        collectionView.register(CollectionViewCell.self, forCellWithReuseIdentifier: \"cell\")\n        collectionView.dataSource = self\n        \n        tableView.tableFooterView = UIView()\n        tableView.dataSource = self\n    }\n\n    @IBAction func animate() {\n        // Combined animations example\n        let fromAnimation = AnimationType.vector(CGVector(dx: 30, dy: 0))\n        let zoomAnimation = AnimationType.zoom(scale: 0.2)\n        let rotateAnimation = AnimationType.rotate(angle: CGFloat.pi/6)\n        UIView.animate(views: collectionView.visibleCells,\n                       animations: [zoomAnimation, rotateAnimation],\n                       duration: 0.5)\n        \n        UIView.animate(views: tableView.visibleCells,\n                       animations: [fromAnimation, zoomAnimation], delay: 0.5)\n    }\n}\n\nextension ViewController: UITableViewDataSource {\n    func numberOfSections(in tableView: UITableView) -> Int {\n        return 1\n    }\n    \n    func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {\n        return 5\n    }\n    \n    func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {\n        let cell = tableView.dequeueReusableCell(withIdentifier: \"tableCell\", for: indexPath) as! TableViewCell\n        cell.userImageView.image = UIImage(named: \"\\(indexPath.row)\")\n        return cell\n    }\n}\n\nextension ViewController: UICollectionViewDataSource {\n    func numberOfSections(in collectionView: UICollectionView) -> Int {\n        return 1\n    }\n    \n    func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {\n        return 5\n    }\n    \n    func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {\n        let cell = collectionView.dequeueReusableCell(withReuseIdentifier: \"cell\", for: indexPath) as! CollectionViewCell\n        cell.backgroundColor = UIColor.red\n        cell.layer.cornerRadius = 5.0\n        cell.imageView.image = UIImage(named: \"\\(indexPath.item)\")\n        return cell\n    }\n}\n"
  },
  {
    "path": "Example/iOS/Views/Cells/CollectionViewCell.swift",
    "content": "//\n//  CollectionViewCell.swift\n//  ViewAnimator_Example\n//\n//  Created by Marcos Griselli on 10/9/17.\n//  Copyright © 2017 CocoaPods. All rights reserved.\n//\n\nimport UIKit\n\nclass CollectionViewCell: UICollectionViewCell {\n\n    lazy var imageView: UIImageView = {\n       let imageView = UIImageView()\n        imageView.clipsToBounds = true\n        return imageView\n    }()\n    \n    override func layoutSubviews() {\n        super.layoutSubviews()\n        if imageView.superview == nil {\n            imageView.frame = bounds\n            imageView.layer.cornerRadius = layer.cornerRadius\n            addSubview(imageView)\n        }\n    }\n}\n"
  },
  {
    "path": "Example/iOS/Views/Cells/TableViewCell.swift",
    "content": "//\n//  TableViewCell.swift\n//  ViewAnimator_Example\n//\n//  Created by Marcos Griselli on 10/9/17.\n//  Copyright © 2017 CocoaPods. All rights reserved.\n//\n\nimport UIKit\n\nclass TableViewCell: UITableViewCell {\n    \n    @IBOutlet var userImageView: UIImageView!\n    @IBOutlet var label: UILabel!\n}\n"
  },
  {
    "path": "Example/iOS/Views/Designable.swift",
    "content": "//\n//  Designable.swift\n//  ViewAnimator_Example\n//\n//  Created by Marcos Griselli on 10/9/17.\n//  Copyright © 2017 CocoaPods. All rights reserved.\n//\n\nimport UIKit\n\n@IBDesignable\nclass DesignableView: UIView {\n}\n\n@IBDesignable\nclass DesignableButton: UIButton {\n}\n\n@IBDesignable\nclass DesignableLabel: UILabel {\n}\n\nextension UIView {\n    \n    @IBInspectable\n    var cornerRadius: CGFloat {\n        get {\n            return layer.cornerRadius\n        }\n        set {\n            layer.cornerRadius = newValue\n        }\n    }\n    \n    @IBInspectable\n    var borderWidth: CGFloat {\n        get {\n            return layer.borderWidth\n        }\n        set {\n            layer.borderWidth = newValue\n        }\n    }\n    \n    @IBInspectable\n    var borderColor: UIColor? {\n        get {\n            if let color = layer.borderColor {\n                return UIColor(cgColor: color)\n            }\n            return nil\n        }\n        set {\n            if let color = newValue {\n                layer.borderColor = color.cgColor\n            } else {\n                layer.borderColor = nil\n            }\n        }\n    }\n    \n    @IBInspectable\n    var shadowRadius: CGFloat {\n        get {\n            return layer.shadowRadius\n        }\n        set {\n            layer.shadowRadius = newValue\n        }\n    }\n    \n    @IBInspectable\n    var shadowOpacity: Float {\n        get {\n            return layer.shadowOpacity\n        }\n        set {\n            layer.shadowOpacity = newValue\n        }\n    }\n    \n    @IBInspectable\n    var shadowOffset: CGSize {\n        get {\n            return layer.shadowOffset\n        }\n        set {\n            layer.shadowOffset = newValue\n        }\n    }\n    \n    @IBInspectable\n    var shadowColor: UIColor? {\n        get {\n            if let color = layer.shadowColor {\n                return UIColor(cgColor: color)\n            }\n            return nil\n        }\n        set {\n            if let color = newValue {\n                layer.shadowColor = color.cgColor\n            } else {\n                layer.shadowColor = nil\n            }\n        }\n    }\n}\n\n"
  },
  {
    "path": "Example/tvOS/AppDelegate.swift",
    "content": "//\n//  AppDelegate.swift\n//  ViewAnimatorTVOS\n//\n//  Created by Marcos Griselli on 28/04/2018.\n//  Copyright © 2018 CocoaPods. All rights reserved.\n//\n\nimport UIKit\n\n@UIApplicationMain\nclass AppDelegate: UIResponder, UIApplicationDelegate {\n\n    var window: UIWindow?\n\n\n    func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {\n        // Override point for customization after application launch.\n        return true\n    }\n\n    func applicationWillResignActive(_ application: UIApplication) {\n        // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.\n        // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.\n    }\n\n    func applicationDidEnterBackground(_ application: UIApplication) {\n        // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.\n        // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.\n    }\n\n    func applicationWillEnterForeground(_ application: UIApplication) {\n        // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.\n    }\n\n    func applicationDidBecomeActive(_ application: UIApplication) {\n        // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.\n    }\n\n    func applicationWillTerminate(_ application: UIApplication) {\n        // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.\n    }\n\n\n}\n\n"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Contents.json",
    "content": "{\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  },\n  \"layers\" : [\n    {\n      \"filename\" : \"tv-icon-front.imagestacklayer\"\n    },\n    {\n      \"filename\" : \"tv-icon-back.imagestacklayer\"\n    }\n  ],\n  \"properties\" : {\n    \"canvasSize\" : {\n      \"height\" : 768,\n      \"width\" : 1280\n    }\n  }\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/tv-icon-back.imagestacklayer/Content.imageset/Contents.json",
    "content": "{\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  },\n  \"images\" : [\n    {\n      \"idiom\" : \"tv\",\n      \"filename\" : \"tv-icon-back.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"tv\",\n      \"scale\" : \"2x\"\n    }\n  ]\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/tv-icon-back.imagestacklayer/Contents.json",
    "content": "{\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  },\n  \"properties\" : {\n    \"frame-size\" : {\n      \"height\" : 768,\n      \"width\" : 1280\n    },\n    \"frame-center\" : {\n      \"y\" : 384,\n      \"x\" : 640\n    }\n  }\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/tv-icon-front.imagestacklayer/Content.imageset/Contents.json",
    "content": "{\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  },\n  \"images\" : [\n    {\n      \"idiom\" : \"tv\",\n      \"filename\" : \"tv-icon-front.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"tv\",\n      \"scale\" : \"2x\"\n    }\n  ]\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/tv-icon-front.imagestacklayer/Contents.json",
    "content": "{\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  },\n  \"properties\" : {\n    \"frame-size\" : {\n      \"height\" : 768,\n      \"width\" : 1280\n    },\n    \"frame-center\" : {\n      \"y\" : 384,\n      \"x\" : 640\n    }\n  }\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Contents.json",
    "content": "{\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  },\n  \"layers\" : [\n    {\n      \"filename\" : \"tv-icon-front.imagestacklayer\"\n    },\n    {\n      \"filename\" : \"tv-icon-back.imagestacklayer\"\n    }\n  ],\n  \"properties\" : {\n    \"canvasSize\" : {\n      \"height\" : 240,\n      \"width\" : 400\n    }\n  }\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/tv-icon-back.imagestacklayer/Content.imageset/Contents.json",
    "content": "{\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  },\n  \"images\" : [\n    {\n      \"idiom\" : \"tv\",\n      \"filename\" : \"tv-icon-back.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"tv\",\n      \"filename\" : \"tv-icon-back@2x.png\",\n      \"scale\" : \"2x\"\n    }\n  ]\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/tv-icon-back.imagestacklayer/Contents.json",
    "content": "{\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  },\n  \"properties\" : {\n    \"frame-size\" : {\n      \"height\" : 240,\n      \"width\" : 400\n    },\n    \"frame-center\" : {\n      \"y\" : 120,\n      \"x\" : 200\n    }\n  }\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/tv-icon-front.imagestacklayer/Content.imageset/Contents.json",
    "content": "{\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  },\n  \"images\" : [\n    {\n      \"idiom\" : \"tv\",\n      \"filename\" : \"tv-icon-front.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"tv\",\n      \"filename\" : \"tv-icon-front@2x.png\",\n      \"scale\" : \"2x\"\n    }\n  ]\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/tv-icon-front.imagestacklayer/Contents.json",
    "content": "{\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  },\n  \"properties\" : {\n    \"frame-size\" : {\n      \"height\" : 240,\n      \"width\" : 400\n    },\n    \"frame-center\" : {\n      \"y\" : 120,\n      \"x\" : 200\n    }\n  }\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json",
    "content": "{\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  },\n  \"assets\" : [\n    {\n      \"filename\" : \"App Icon - App Store.imagestack\",\n      \"size\" : \"1280x768\",\n      \"idiom\" : \"tv\",\n      \"role\" : \"primary-app-icon\"\n    },\n    {\n      \"filename\" : \"App Icon.imagestack\",\n      \"size\" : \"400x240\",\n      \"idiom\" : \"tv\",\n      \"role\" : \"primary-app-icon\"\n    },\n    {\n      \"filename\" : \"Top Shelf Image.imageset\",\n      \"size\" : \"1920x720\",\n      \"idiom\" : \"tv\",\n      \"role\" : \"top-shelf-image\"\n    },\n    {\n      \"filename\" : \"Top Shelf Image Wide.imageset\",\n      \"size\" : \"2320x720\",\n      \"idiom\" : \"tv\",\n      \"role\" : \"top-shelf-image-wide\"\n    }\n  ]\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json",
    "content": "{\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  },\n  \"images\" : [\n    {\n      \"idiom\" : \"tv\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"tv\",\n      \"scale\" : \"2x\"\n    }\n  ]\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json",
    "content": "{\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  },\n  \"images\" : [\n    {\n      \"idiom\" : \"tv\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"tv\",\n      \"scale\" : \"2x\"\n    }\n  ]\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/Contents.json",
    "content": "{\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/Launch Image.launchimage/Contents.json",
    "content": "{\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  },\n  \"images\" : [\n    {\n      \"extent\" : \"full-screen\",\n      \"filename\" : \"tvOSLaunchImage.png\",\n      \"minimum-system-version\" : \"9.0\",\n      \"idiom\" : \"tv\",\n      \"scale\" : \"1x\",\n      \"orientation\" : \"landscape\"\n    },\n    {\n      \"extent\" : \"full-screen\",\n      \"filename\" : \"tvOSLaunchImage@2x.png\",\n      \"minimum-system-version\" : \"11.0\",\n      \"idiom\" : \"tv\",\n      \"scale\" : \"2x\",\n      \"orientation\" : \"landscape\"\n    }\n  ]\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/detail_1.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"detail_1@2x.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"detail_1@3x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/detail_2.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"detail_2@2x.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"detail_2@3x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/detail_3.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"detail_3@2x.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"detail_3@3x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/detail_4.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"detail_4@2x.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"detail_4@3x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/detail_5.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"detail_5@2x.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"detail_5@3x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/tvOS/Assets.xcassets/detail_6.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"detail_6@2x.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"detail_6@3x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/tvOS/Base.lproj/Main.storyboard",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<document type=\"com.apple.InterfaceBuilder.AppleTV.Storyboard\" version=\"3.0\" toolsVersion=\"14109\" targetRuntime=\"AppleTV\" propertyAccessControl=\"none\" useAutolayout=\"YES\" useTraitCollections=\"YES\" useSafeAreas=\"YES\" colorMatched=\"YES\" initialViewController=\"BYZ-38-t0r\">\n    <device id=\"appleTV\" orientation=\"landscape\">\n        <adaptation id=\"light\"/>\n    </device>\n    <dependencies>\n        <deployment identifier=\"tvOS\"/>\n        <plugIn identifier=\"com.apple.InterfaceBuilder.IBCocoaTouchPlugin\" version=\"14088\"/>\n        <capability name=\"Constraints to layout margins\" minToolsVersion=\"6.0\"/>\n        <capability name=\"Safe area layout guides\" minToolsVersion=\"9.0\"/>\n        <capability name=\"documents saved in the Xcode 8 format\" minToolsVersion=\"8.0\"/>\n    </dependencies>\n    <scenes>\n        <!--View Controller-->\n        <scene sceneID=\"tne-QT-ifu\">\n            <objects>\n                <viewController id=\"BYZ-38-t0r\" customClass=\"ViewController\" customModule=\"ViewAnimatorTVOS\" customModuleProvider=\"target\" sceneMemberID=\"viewController\">\n                    <layoutGuides>\n                        <viewControllerLayoutGuide type=\"top\" id=\"y3c-jy-aDJ\"/>\n                        <viewControllerLayoutGuide type=\"bottom\" id=\"wfy-db-euE\"/>\n                    </layoutGuides>\n                    <view key=\"view\" contentMode=\"scaleToFill\" id=\"8bC-Xf-vdC\">\n                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"1920\" height=\"1080\"/>\n                        <autoresizingMask key=\"autoresizingMask\" widthSizable=\"YES\" heightSizable=\"YES\"/>\n                        <subviews>\n                            <activityIndicatorView opaque=\"NO\" contentMode=\"scaleToFill\" horizontalHuggingPriority=\"750\" verticalHuggingPriority=\"750\" hidesWhenStopped=\"YES\" animating=\"YES\" style=\"whiteLarge\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"w3O-QV-i5a\">\n                                <rect key=\"frame\" x=\"928\" y=\"508\" width=\"64\" height=\"64\"/>\n                            </activityIndicatorView>\n                            <collectionView clipsSubviews=\"YES\" multipleTouchEnabled=\"YES\" contentMode=\"scaleToFill\" dataMode=\"prototypes\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"A8I-2m-uwu\">\n                                <rect key=\"frame\" x=\"90\" y=\"140\" width=\"1740\" height=\"880\"/>\n                                <collectionViewFlowLayout key=\"collectionViewLayout\" minimumLineSpacing=\"35\" minimumInteritemSpacing=\"20\" id=\"DqQ-mU-qpl\">\n                                    <size key=\"itemSize\" width=\"317\" height=\"469\"/>\n                                    <size key=\"headerReferenceSize\" width=\"0.0\" height=\"0.0\"/>\n                                    <size key=\"footerReferenceSize\" width=\"0.0\" height=\"0.0\"/>\n                                    <inset key=\"sectionInset\" minX=\"0.0\" minY=\"0.0\" maxX=\"0.0\" maxY=\"0.0\"/>\n                                </collectionViewFlowLayout>\n                                <cells>\n                                    <collectionViewCell opaque=\"NO\" multipleTouchEnabled=\"YES\" contentMode=\"center\" reuseIdentifier=\"cell\" id=\"rtR-FU-f8w\" customClass=\"CollectionViewCell\" customModule=\"ViewAnimatorTVOS\" customModuleProvider=\"target\">\n                                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"317\" height=\"469\"/>\n                                        <autoresizingMask key=\"autoresizingMask\" flexibleMaxX=\"YES\" flexibleMaxY=\"YES\"/>\n                                        <view key=\"contentView\" opaque=\"NO\" clipsSubviews=\"YES\" multipleTouchEnabled=\"YES\" contentMode=\"center\" insetsLayoutMarginsFromSafeArea=\"NO\">\n                                            <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"317\" height=\"469\"/>\n                                            <autoresizingMask key=\"autoresizingMask\"/>\n                                            <subviews>\n                                                <imageView userInteractionEnabled=\"NO\" contentMode=\"scaleToFill\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"aTv-Ym-PfV\">\n                                                    <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"317\" height=\"469\"/>\n                                                </imageView>\n                                            </subviews>\n                                        </view>\n                                        <constraints>\n                                            <constraint firstItem=\"aTv-Ym-PfV\" firstAttribute=\"leading\" secondItem=\"rtR-FU-f8w\" secondAttribute=\"leading\" id=\"FHc-Nn-o3t\"/>\n                                            <constraint firstAttribute=\"trailing\" secondItem=\"aTv-Ym-PfV\" secondAttribute=\"trailing\" id=\"Tpu-pE-uam\"/>\n                                            <constraint firstAttribute=\"bottom\" secondItem=\"aTv-Ym-PfV\" secondAttribute=\"bottom\" id=\"lgQ-6y-x1d\"/>\n                                            <constraint firstItem=\"aTv-Ym-PfV\" firstAttribute=\"top\" secondItem=\"rtR-FU-f8w\" secondAttribute=\"top\" id=\"sua-EK-fZd\"/>\n                                        </constraints>\n                                        <connections>\n                                            <outlet property=\"imageView\" destination=\"aTv-Ym-PfV\" id=\"7Zg-FW-0Ke\"/>\n                                        </connections>\n                                    </collectionViewCell>\n                                </cells>\n                            </collectionView>\n                            <stackView opaque=\"NO\" contentMode=\"scaleToFill\" distribution=\"fillEqually\" spacing=\"30\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"FAG-Z7-0DC\">\n                                <rect key=\"frame\" x=\"1356\" y=\"20\" width=\"474\" height=\"86\"/>\n                                <subviews>\n                                    <button opaque=\"NO\" contentMode=\"scaleToFill\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" buttonType=\"roundedRect\" lineBreakMode=\"middleTruncation\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"Rao-BY-zni\">\n                                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"222\" height=\"86\"/>\n                                        <inset key=\"contentEdgeInsets\" minX=\"40\" minY=\"20\" maxX=\"40\" maxY=\"20\"/>\n                                        <state key=\"normal\" title=\"Animate\"/>\n                                        <connections>\n                                            <action selector=\"animateTapped:\" destination=\"BYZ-38-t0r\" eventType=\"primaryActionTriggered\" id=\"7ve-hy-QyX\"/>\n                                            <action selector=\"animateTapped:\" destination=\"j2R-Dg-AjY\" eventType=\"primaryActionTriggered\" id=\"Mab-RH-eJp\"/>\n                                        </connections>\n                                    </button>\n                                    <button opaque=\"NO\" contentMode=\"scaleToFill\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" buttonType=\"roundedRect\" lineBreakMode=\"middleTruncation\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"POQ-8y-bL6\">\n                                        <rect key=\"frame\" x=\"252\" y=\"0.0\" width=\"222\" height=\"86\"/>\n                                        <inset key=\"contentEdgeInsets\" minX=\"40\" minY=\"20\" maxX=\"40\" maxY=\"20\"/>\n                                        <state key=\"normal\" title=\"Reset\"/>\n                                        <connections>\n                                            <action selector=\"resetTapped:\" destination=\"j2R-Dg-AjY\" eventType=\"primaryActionTriggered\" id=\"AZ3-UW-Whf\"/>\n                                            <action selector=\"resetTapped:\" destination=\"BYZ-38-t0r\" eventType=\"primaryActionTriggered\" id=\"fcC-cd-5Rf\"/>\n                                        </connections>\n                                    </button>\n                                </subviews>\n                            </stackView>\n                        </subviews>\n                        <color key=\"backgroundColor\" red=\"0.0\" green=\"0.0\" blue=\"0.0\" alpha=\"0.0\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                        <constraints>\n                            <constraint firstItem=\"A8I-2m-uwu\" firstAttribute=\"top\" secondItem=\"wu6-TO-1qx\" secondAttribute=\"top\" constant=\"80\" id=\"38R-gM-W4O\"/>\n                            <constraint firstItem=\"w3O-QV-i5a\" firstAttribute=\"centerY\" secondItem=\"wu6-TO-1qx\" secondAttribute=\"centerY\" id=\"4F1-4y-dpP\"/>\n                            <constraint firstItem=\"w3O-QV-i5a\" firstAttribute=\"centerX\" secondItem=\"wu6-TO-1qx\" secondAttribute=\"centerX\" id=\"6za-sj-bgQ\"/>\n                            <constraint firstItem=\"FAG-Z7-0DC\" firstAttribute=\"trailing\" secondItem=\"wu6-TO-1qx\" secondAttribute=\"trailing\" id=\"Anj-PG-GmF\"/>\n                            <constraint firstItem=\"FAG-Z7-0DC\" firstAttribute=\"top\" secondItem=\"8bC-Xf-vdC\" secondAttribute=\"topMargin\" constant=\"-40\" id=\"Dhi-PR-nxr\"/>\n                            <constraint firstItem=\"A8I-2m-uwu\" firstAttribute=\"leading\" secondItem=\"wu6-TO-1qx\" secondAttribute=\"leading\" id=\"PfP-VP-hes\"/>\n                            <constraint firstItem=\"wu6-TO-1qx\" firstAttribute=\"bottom\" secondItem=\"A8I-2m-uwu\" secondAttribute=\"bottom\" id=\"lPI-UC-pLa\"/>\n                            <constraint firstItem=\"wu6-TO-1qx\" firstAttribute=\"trailing\" secondItem=\"A8I-2m-uwu\" secondAttribute=\"trailing\" id=\"q9R-Mq-hCG\"/>\n                        </constraints>\n                        <viewLayoutGuide key=\"safeArea\" id=\"wu6-TO-1qx\"/>\n                    </view>\n                    <connections>\n                        <outlet property=\"activityIndicator\" destination=\"w3O-QV-i5a\" id=\"AlH-1e-gQB\"/>\n                        <outlet property=\"collectionView\" destination=\"A8I-2m-uwu\" id=\"dHa-nT-MJh\"/>\n                    </connections>\n                </viewController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"dkx-z0-nzr\" sceneMemberID=\"firstResponder\"/>\n                <exit id=\"j2R-Dg-AjY\" userLabel=\"Exit\" sceneMemberID=\"exit\"/>\n            </objects>\n        </scene>\n    </scenes>\n</document>\n"
  },
  {
    "path": "Example/tvOS/Cells/CollectionViewCell.swift",
    "content": "//\n//  CollectionViewCell.swift\n//  ViewAnimatorTVOS\n//\n//  Created by Marcos Griselli on 28/04/2018.\n//  Copyright © 2018 CocoaPods. All rights reserved.\n//\n\nimport UIKit\n\nclass CollectionViewCell: UICollectionViewCell {\n    @IBOutlet weak var imageView: UIImageView!\n}\n"
  },
  {
    "path": "Example/tvOS/CollectionViewController.swift",
    "content": "//\n//  ViewController.swift\n//  ViewAnimatorTVOS\n//\n//  Created by Marcos Griselli on 28/04/2018.\n//  Copyright © 2018 CocoaPods. All rights reserved.\n//\n\nimport UIKit\nimport ViewAnimator\n\nclass ViewController: UIViewController {\n\n    // MARK: - IBOutlets\n    @IBOutlet weak var collectionView: UICollectionView!\n    @IBOutlet weak var activityIndicator: UIActivityIndicatorView!\n\n    // MARK: - Properties\n    private var items = [Any?]()\n    private let animations = [AnimationType.from(direction: .bottom, offset: 30.0)]\n\n    // MARK: - View Lifecycle\n    override func viewDidLoad() {\n        super.viewDidLoad()\n        collectionView.dataSource = self\n    }\n    \n    @IBAction func animateTapped(_ sender: UIButton) {\n        sender.isEnabled = false\n        activityIndicator.stopAnimating()\n        items = Array(repeating: nil, count: 20)\n        collectionView?.reloadData()\n        collectionView?.performBatchUpdates({\n            UIView.animate(views: self.collectionView!.orderedVisibleCells,\n                           animations: animations, completion: {\n                            sender.isEnabled = true\n            })\n        }, completion: nil)\n    }\n    \n    @IBAction func resetTapped(_ sender: UIButton) {\n        items.removeAll()\n        UIView.animate(views: collectionView!.orderedVisibleCells,\n                       animations: animations, reversed: true,\n                       initialAlpha: 1.0,\n                       finalAlpha: 0.0,\n                       completion: {\n                        self.collectionView?.reloadData()\n                        self.activityIndicator.startAnimating()\n        })\n    }\n}\n\n// MARK: - UICollectionViewDataSource\nextension ViewController: UICollectionViewDataSource {\n\n    func numberOfSections(in collectionView: UICollectionView) -> Int {\n        return 1\n    }\n    \n    func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {\n        return items.count\n    }\n    \n    func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {\n        let cell = collectionView.dequeueReusableCell(withReuseIdentifier: \"cell\",\n                                                      for: indexPath) as! CollectionViewCell\n        let imageIndex = indexPath.item % 6\n        cell.imageView.image = UIImage(named: \"detail_\\(imageIndex + 1)\")\n        return cell\n    }\n}\n"
  },
  {
    "path": "Example/tvOS/Info.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>CFBundleDevelopmentRegion</key>\n\t<string>$(DEVELOPMENT_LANGUAGE)</string>\n\t<key>CFBundleExecutable</key>\n\t<string>$(EXECUTABLE_NAME)</string>\n\t<key>CFBundleIdentifier</key>\n\t<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>\n\t<key>CFBundleInfoDictionaryVersion</key>\n\t<string>6.0</string>\n\t<key>CFBundleName</key>\n\t<string>$(PRODUCT_NAME)</string>\n\t<key>CFBundlePackageType</key>\n\t<string>APPL</string>\n\t<key>CFBundleShortVersionString</key>\n\t<string>1.0</string>\n\t<key>CFBundleVersion</key>\n\t<string>1</string>\n\t<key>LSRequiresIPhoneOS</key>\n\t<true/>\n\t<key>UIMainStoryboardFile</key>\n\t<string>Main</string>\n\t<key>UIRequiredDeviceCapabilities</key>\n\t<array>\n\t\t<string>arm64</string>\n\t</array>\n\t<key>UIUserInterfaceStyle</key>\n\t<string>Automatic</string>\n</dict>\n</plist>\n"
  },
  {
    "path": "Gemfile",
    "content": "source \"https://rubygems.org\"\n\ngem 'fastlane'\ngem 'cocoapods'\n"
  },
  {
    "path": "LICENSE",
    "content": "Copyright (c) 2018 marcosgriselli@gmail.com <marcosgriselli@gmail.com>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n"
  },
  {
    "path": "Package.swift",
    "content": "// swift-tools-version:5.0\nimport PackageDescription\n\nlet package = Package(\n    name: \"ViewAnimator\",\n    platforms: [.iOS(.v9), .tvOS(.v9)],\n    products: [\n        .library(name: \"ViewAnimator\", targets: [\"ViewAnimator\"]),\n    ],\n    targets: [\n        .target(\n            name: \"ViewAnimator\",\n            dependencies: [],\n            path: \"Sources\"\n        ),\n        .testTarget(\n            name: \"ViewAnimatorTests\",\n            dependencies: [\"ViewAnimator\"],\n            path: \"ViewAnimatorTests\"),\n    ],\n    swiftLanguageVersions: [.v5]\n)\n"
  },
  {
    "path": "README.md",
    "content": "<p align=\"center\">\n<img src=\"./Resources/banner_new.svg\"/>\n</p>\n\n<p align=\"center\">\n    <img src=\"https://img.shields.io/badge/Swift-4.2-orange.svg\" />\n        <img src=\"https://img.shields.io/badge/Platforms-iOS%20%7C%20tvOS-blue.svg?style=flat\" />\n        <img src=\"https://img.shields.io/cocoapods/dt/ViewAnimator.svg?style=flat\"/>\n    <a href=\"https://cocoapods.org/pods/ViewAnimator\">\n        <img src=\"https://img.shields.io/cocoapods/v/ViewAnimator.svg\" alt=\"CocoaPods\" />\n    </a>\n    <a href=\"https://github.com/Carthage/Carthage\">\n        <img src=\"https://img.shields.io/badge/carthage-compatible-4BC51D.svg?style=flat\" alt=\"Carthage\" />\n    </a>\n    <a href=\"https://codebeat.co/projects/github-com-marcosgriselli-viewanimator-master\">\n      <img src=\"https://codebeat.co/badges/633fb33d-66b6-4034-93c0-0f52c5d0e15c\" alt=\"Codebeat\" />\n    </a>\n    <a href=\"https://opensource.org/licenses/MIT\">\n      <img src=\"https://img.shields.io/cocoapods/l/ViewAnimator.svg?style=flat\" alt=\"License\" />\n    </a>\n</p>\n\n**ViewAnimator** is a library for building complex iOS UIView animations in an easy way. It provides one line animations for any view included the ones which contain other views like UITableView and UICollectionView with its cells or UIStackView with its arrangedSubviews.\n\n### Entire View&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;UITableView&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;UICollectionView\n<img src=\"https://cdn.jsdelivr.net/gh/marcosgriselli/ViewAnimator@cf065e96ac34c924710dd84c718ecd3be179ae37/Resources/entireView.svg\"/>&nbsp;&nbsp;&nbsp;&nbsp;\n<img src=\"https://cdn.jsdelivr.net/gh/marcosgriselli/ViewAnimator@cf065e96ac34c924710dd84c718ecd3be179ae37/Resources/horizontal.svg\"/>&nbsp;&nbsp;&nbsp;&nbsp;\n<img src=\"https://cdn.jsdelivr.net/gh/marcosgriselli/ViewAnimator@cf065e96ac34c924710dd84c718ecd3be179ae37/Resources/vertical.svg\"/>&nbsp;&nbsp;&nbsp;&nbsp;\n<img src=\"https://cdn.jsdelivr.net/gh/marcosgriselli/ViewAnimator@cf065e96ac34c924710dd84c718ecd3be179ae37/Resources/collection.svg\"/>&nbsp;&nbsp;&nbsp;&nbsp;\n<img src=\"https://cdn.jsdelivr.net/gh/marcosgriselli/ViewAnimator@cf065e96ac34c924710dd84c718ecd3be179ae37/Resources/collectionX.svg\"/>\n\nSVG animations inspired by [Luke Zhao's](http://lkzhao.com) project [Hero](https://github.com/lkzhao/Hero/blob/master/README.md)\n\n### Complex Layouts\n<image src=\"https://cdn.dribbble.com/users/702789/screenshots/3816087/preview-messaki.gif\" width=\"400\"/>\n\nUI created by [Messaki](https://dribbble.com/messaki), make sure to check out his profile.\n\n*Logo and banner created by [@cintia_ve](https://twitter.com/cintia_ve)*\n\n## Installation\n\n### CocoaPods\n\nViewAnimator is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"ViewAnimator\"\n```\n\n### Manual\n\nDrop the swift files inside of [ViewAnimator/Classes](https://github.com/marcosgriselli/ViewAnimator/tree/master/ViewAnimator/Classes) into your project.\n\n### Carthage \n\n```\ngithub \"marcosgriselli/ViewAnimator\"\n```\n\n## Usage\n\n`ViewAnimator` provides a set of `UIView` extensions to easily add custom animations to your views. From version `2.0.0` there are two ways to use this extension. \n\n### Self animating views\n\nViews can animate theirselves calling `.animate(animations: [Animation])` that's the most basic usage. Here's the full method that contains many default arguments: \n\n```swift\nfunc animate(animations: [Animation],\n             reversed: Bool = false,\n             initialAlpha: CGFloat = 0.0,\n             finalAlpha: CGFloat = 1.0,\n             delay: Double = 0,\n             duration: TimeInterval = ViewAnimatorConfig.duration,\n             usingSpringWithDamping dampingRatio: CGFloat = ViewAnimatorConfig.springDampingRatio,\n             initialSpringVelocity velocity: CGFloat = ViewAnimatorConfig.initialSpringVelocity,\n             completion: (() -> Void)? = nil)\n``` \n\n### Animating multiple views \n\nViewAnimator follows the UIKit animations API style with a static method  `UIView.animate(views: [UIView], animations: [Animation])`. This makes the library really easy to use and extensible to any kind of view. As the previous example, the method contains a lot of default arguments: \n\n```swift\nstatic func animate(views: [UIView],\n                    animations: [Animation],\n                    reversed: Bool = false,\n                    initialAlpha: CGFloat = 0.0,\n                    finalAlpha: CGFloat = 1.0,\n                    delay: Double = 0,\n                    animationInterval: TimeInterval = 0.05,\n                    duration: TimeInterval = ViewAnimatorConfig.duration,\n                    usingSpringWithDamping dampingRatio: CGFloat = ViewAnimatorConfig.springDampingRatio,\n                    initialSpringVelocity velocity: CGFloat = ViewAnimatorConfig.initialSpringVelocity,\n                    completion: (() -> Void)? = nil)\n```\n\n### AnimationType\n\n#### Direction\n`Direction` provides the axis where the animation should take place and its movement direction.\n\n```swift\nlet animation = AnimationType.from(direction: .top, offset: 30.0)\nview.animate(animations: [animation])\n```\n\n#### Zoom\nZoom in and Zoom out animation support.\n\n```swift\nlet animation = AnimationType.zoom(scale: 0.5)\nview.animate(animations: [animation])\n```\n\n### Combined Animations\n\nYou can combine conformances of `Animation` to apply multiple transforms on your animation block. \n\n```swift \nlet fromAnimation = AnimationType.from(direction: .right, offset: 30.0)\nlet zoomAnimation = AnimationType.zoom(scale: 0.2)\nlet rotateAnimation = AnimationType.rotate(angle: CGFloat.pi/6)\nUIView.animate(views: collectionView.visibleCells,\n               animations: [zoomAnimation, rotateAnimation],\n               duration: 0.5)\nUIView.animate(views: tableView.visibleCells,\n               animations: [fromAnimation, zoomAnimation], \n               delay: 0.5)\n\n```\n\n## Animation\n\n`Animation` protocol provides you the posibility of expanding the animations supported by `ViewAnimator` with exception of the `animateRandom` function.\n\n```swift \npublic protocol Animation {\n    var initialTransform: CGAffineTransform { get }\n}\n```\n\n## UITableView/UICollection extensions\n\nViewAnimator comes with a set of handy extensions to make your animations in `UITableView` and `UICollectionView` a lot simpler. They both have access to cells in a section to animate easily. \n\nThey both expose a method `visibleCells(in section: Int)` that returns an array of `UITableViewCell` or `UICollectionViewCell`.\n\n```swift\nlet cells = tableView.visibleCells(in: 1)\nUIView.animate(views: cells, animations: [rotateAnimation, fadeAnimation])\n``` \n\n## Mentions\n\n- [iOS Dev Weekly 323](http://iosdevweekly.com/issues/323#start)\n- [Natasha The Robot's Newsleter 147](https://swiftnews.curated.co/issues/147#start)\n- [Top 10 Swift Articles October](https://medium.mybridge.co/swift-top-10-articles-for-the-past-month-v-oct-2017-4e0f1bd031e8)\n- [30 Amazing iOS Swift Libraries (v2018)](https://medium.mybridge.co/30-amazing-ios-swift-libraries-for-the-past-year-v-2018-7cf15027eee9)\n\n\n## Project Details\n\n### Requirements\n* Swift 4.0\n* Xcode 7.0+\n* iOS 8.0+\n\n### Contributing\nFeel free to collaborate with ideas 💭, issues ⁉️ and/or pull requests 🔃.\n\nIf you use ViewAnimator in your app I'd love to hear about it and feature your animation here!\n\n### Contributors\n\n[![](https://sourcerer.io/fame/marcosgriselli/marcosgriselli/ViewAnimator/images/0)](https://sourcerer.io/fame/marcosgriselli/marcosgriselli/ViewAnimator/links/0)[![](https://sourcerer.io/fame/marcosgriselli/marcosgriselli/ViewAnimator/images/1)](https://sourcerer.io/fame/marcosgriselli/marcosgriselli/ViewAnimator/links/1)[![](https://sourcerer.io/fame/marcosgriselli/marcosgriselli/ViewAnimator/images/2)](https://sourcerer.io/fame/marcosgriselli/marcosgriselli/ViewAnimator/links/2)[![](https://sourcerer.io/fame/marcosgriselli/marcosgriselli/ViewAnimator/images/3)](https://sourcerer.io/fame/marcosgriselli/marcosgriselli/ViewAnimator/links/3)[![](https://sourcerer.io/fame/marcosgriselli/marcosgriselli/ViewAnimator/images/4)](https://sourcerer.io/fame/marcosgriselli/marcosgriselli/ViewAnimator/links/4)[![](https://sourcerer.io/fame/marcosgriselli/marcosgriselli/ViewAnimator/images/5)](https://sourcerer.io/fame/marcosgriselli/marcosgriselli/ViewAnimator/links/5)[![](https://sourcerer.io/fame/marcosgriselli/marcosgriselli/ViewAnimator/images/6)](https://sourcerer.io/fame/marcosgriselli/marcosgriselli/ViewAnimator/links/6)[![](https://sourcerer.io/fame/marcosgriselli/marcosgriselli/ViewAnimator/images/7)](https://sourcerer.io/fame/marcosgriselli/marcosgriselli/ViewAnimator/links/7)\n\n### Author\n\nMarcos Griselli | <a href=\"url\"><img src=\"https://cdn.jsdelivr.net/gh/marcosgriselli/ViewAnimator@cf065e96ac34c924710dd84c718ecd3be179ae37/Resources/twitterLogo.svg\" height=\"17\"></a> [@marcosgriselli](https://twitter.com/marcosgriselli)\n\n\n[![Twitter Follow](https://img.shields.io/twitter/follow/marcosgriselli.svg?style=social)](https://twitter.com/marcosgriselli)\n\n[![Twitter Follow](https://img.shields.io/github/followers/marcosgriselli.svg?style=social&label=Follow)](https://github.com/marcosgriselli)\n\n### License\n\nViewAnimator is available under the MIT license. See the [LICENSE](https://github.com/marcosgriselli/ViewAnimator/blob/master/LICENSE) file for more info.\n"
  },
  {
    "path": "Sources/.gitkeep",
    "content": ""
  },
  {
    "path": "Sources/Extensions/UICollectionView + ViewAnimator.swift",
    "content": "//\n//  UICollectionView + ViewAnimator.swift\n//  ViewAnimator\n//\n//  Created by Marcos Griselli on 15/04/2018.\n//\n\nimport Foundation\nimport UIKit\n\npublic extension UICollectionView {\n\n    /// VisibleCells in the order they are displayed on screen.\n    var orderedVisibleCells: [UICollectionViewCell] {\n        return indexPathsForVisibleItems.sorted().compactMap { cellForItem(at: $0) }\n    }\n\n    /// Gets the currently visibleCells of a section.\n    ///\n    /// - Parameter section: The section to filter the cells.\n    /// - Returns: Array of visible UICollectionViewCells in the argument section.\n    func visibleCells(in section: Int) -> [UICollectionViewCell] {\n        return visibleCells.filter { indexPath(for: $0)?.section == section }\n    }\n}\n"
  },
  {
    "path": "Sources/Extensions/UITableView + ViewAnimator.swift",
    "content": "//\n//  UITableView + ViewAnimator.swift\n//  ViewAnimator\n//\n//  Created by Marcos Griselli on 15/04/2018.\n//\n\nimport Foundation\nimport UIKit\n\npublic extension UITableView {\n\n    /// Gets the currently visibleCells of a section.\n    ///\n    /// - Parameter section: The section to filter the cells.\n    /// - Returns: Array of visible UITableViewCell in the argument section.\n    func visibleCells(in section: Int) -> [UITableViewCell] {\n        return visibleCells.filter { indexPath(for: $0)?.section == section }\n    }\n}\n"
  },
  {
    "path": "Sources/Models/AnimationType.swift",
    "content": "//\n//  AnimationType.swift\n//  Pods-ViewAnimator_Example\n//\n//  Created by Marcos Griselli on 10/5/17.\n//\n\nimport UIKit\n\n/// AnimationType available to perform/\n///\n/// - vector: Animation from x and y values\n/// - zoom: Zoom animation.\n/// - rotate: Rotation animation.\npublic enum AnimationType: Animation {\n\n    case from(direction: Direction, offset: CGFloat)\n    case vector(CGVector)\n    case zoom(scale: CGFloat)\n    case rotate(angle: CGFloat)\n    case identity\n    \n    /// Creates the corresponding CGAffineTransform for AnimationType.from.\n    public var initialTransform: CGAffineTransform {\n        switch self {\n        case .from(let direction, let offset):\n                    let sign = direction.sign\n                    if direction.isVertical { return CGAffineTransform(translationX: 0, y: offset * sign) }\n                    return CGAffineTransform(translationX: offset * sign, y: 0)\n        case .vector(let vector):\n            return CGAffineTransform(translationX: vector.dx, y: vector.dy)\n        case .zoom(let scale):\n             return CGAffineTransform(scaleX: scale, y: scale)\n        case .rotate(let angle):\n            return CGAffineTransform(rotationAngle: angle)\n        case .identity:\n            return .identity\n        }\n    }\n    \n    /// Generates a random Animation.\n    ///\n    /// - Returns: Newly generated random Animation.\n    public static func random() -> Animation {\n        let index = Int.random(in: 0..<3)\n        if index == 1 {\n            return AnimationType.vector(CGVector(dx: .random(in: -10...10), dy: .random(in: -30...30)))\n        } else if index == 2 {\n            let scale = Double.random(in: 0...ViewAnimatorConfig.maxZoomScale)\n            return AnimationType.zoom(scale: CGFloat(scale))\n        }\n        let angle = CGFloat.random(in: -ViewAnimatorConfig.maxRotationAngle...ViewAnimatorConfig.maxRotationAngle)\n        return AnimationType.rotate(angle: angle)\n    }\n}\n\n"
  },
  {
    "path": "Sources/Models/Directions.swift",
    "content": "//\n//  Direction.swift\n//  Pods-ViewAnimator_Example\n//\n//  Created by Marcos Griselli on 10/5/17.\n//\nimport UIKit\n\n/// Direction of the animation used in AnimationType.from.\npublic enum Direction: Int, CaseIterable {\n\n    case top\n    case left\n    case right\n    case bottom\n    \n    /// Checks if the animation should go on the X or Y axis.\n    var isVertical: Bool {\n        switch self {\n        case .top, .bottom:\n            return true\n        default:\n            return false\n        }\n    }\n\n    /// Positive or negative value to determine the direction.\n    var sign: CGFloat {\n        switch self {\n        case .top, .left:\n            return -1\n        case .right, .bottom:\n            return 1\n        }\n    }\n\n    /// Random direction.\n    static func random() -> Direction {\n        return allCases.randomElement()!\n    }\n}\n"
  },
  {
    "path": "Sources/Protocols/Animation.swift",
    "content": "//\n//  Animation.swift\n//  Pods-ViewAnimator_Example\n//\n//  Created by Marcos Griselli on 10/16/17.\n//\n\nimport UIKit\n\n/// Animation protocol defines the initial transform for a view for it to\n/// animate to its identity position.\npublic protocol Animation {\n\n    /// Defines the starting point for the animations. \n    var initialTransform: CGAffineTransform { get }\n}\n"
  },
  {
    "path": "Sources/ViewAnimator.swift",
    "content": "//\n//  ViewAnimator.swift\n//  Pods-ViewAnimator_Example\n//\n//  Created by Marcos Griselli on 10/5/17.\n//\n\nimport Foundation\nimport UIKit\n\n// MARK: - UIView extension with animations.\npublic extension UIView {\n    \n    // MARK: - Single View\n    \n    /// Animation based on the UIView.animateWithDuration API\n    /// - Parameters:\n    ///   - animations: Array of Animations to perform on the animation block.\n    ///   - reversed: Initial state of the animation. Reversed will start from its original position.\n    ///   - initialAlpha: Initial alpha of the view prior to the animation.\n    ///   - finalAlpha: View's alpha after the animation.\n    ///   - delay: Time Delay before the animation.\n    ///   - duration: TimeInterval the animation takes to complete.\n    ///   - options: UIView.AnimationsOptions to pass to the animation block.\n    ///   - completion: block to run  after the animation finishes.\n    func animate(animations: [Animation],\n                 reversed: Bool = false,\n                 initialAlpha: CGFloat = 0.0,\n                 finalAlpha: CGFloat = 1.0,\n                 delay: Double = 0,\n                 duration: TimeInterval = ViewAnimatorConfig.duration,\n                 options: UIView.AnimationOptions = [],\n                 completion: (() -> Void)? = nil) {\n        \n        let transformFrom = transform\n        var transformTo = transform\n        animations.forEach { transformTo = transformTo.concatenating($0.initialTransform) }\n        if !reversed {\n            transform = transformTo\n        }\n\n        alpha = initialAlpha\n        \n        UIView.animate(withDuration: duration,\n                       delay: delay,\n                       options: options,\n                       animations: { [weak self] in\n            self?.transform = reversed ? transformTo : transformFrom\n            self?.alpha = finalAlpha\n        }) { _ in\n            completion?()\n        }\n    }\n    \n    /// Animation based on UIView.animateWithDuration using springs\n    ///\n    /// - Parameters:\n    ///   - animations: Array of Animations to perform on the animation block.\n    ///   - reversed: Initial state of the animation. Reversed will start from its original position.\n    ///   - initialAlpha: Initial alpha of the view prior to the animation.\n    ///   - finalAlpha: View's alpha after the animation.\n    ///   - delay: Time Delay before the animation.\n    ///   - duration: TimeInterval the animation takes to complete.\n    ///   - dampingRatio: The damping ratio for the spring animation.\n    ///   - velocity: The initial spring velocity.\n    ///   - options: UIView.AnimationsOptions to pass to the animation block. Timing functions will have no impact on spring based animations.\n    ///   - completion: CompletionBlock after the animation finishes.\n    func animate(animations: [Animation],\n                 reversed: Bool = false,\n                 initialAlpha: CGFloat = 0.0,\n                 finalAlpha: CGFloat = 1.0,\n                 delay: Double = 0,\n                 duration: TimeInterval = ViewAnimatorConfig.duration,\n                 usingSpringWithDamping dampingRatio: CGFloat,\n                 initialSpringVelocity velocity: CGFloat,\n                 options: UIView.AnimationOptions = [],\n                 completion: (() -> Void)? = nil) {\n        \n        let transformFrom = transform\n        var transformTo = transform\n        animations.forEach { transformTo = transformTo.concatenating($0.initialTransform) }\n        if !reversed {\n            transform = transformTo\n        }\n\n        alpha = initialAlpha\n        \n        UIView.animate(withDuration: duration,\n                       delay: delay,\n                       usingSpringWithDamping: dampingRatio,\n                       initialSpringVelocity: velocity,\n                       options: options,\n                       animations: { [weak self] in\n            self?.transform = reversed ? transformTo : transformFrom\n            self?.alpha = finalAlpha\n        }) { _ in\n            completion?()\n        }\n    }\n    /**\n     An extension on UIView that provides a convenient method for animating keyframes with multiple animations.\n\n     - Parameters:\n       - animations: An array of `Animation` objects representing the transformations to be applied in each keyframe.\n       - initialAlpha: The initial alpha value of the view before the animation starts. Default is 1.0.\n       - finalAlpha: The final alpha value of the view after the animation completes. Default is 1.0.\n       - delay: The delay before the animation starts, in seconds. Default is 0.\n       - duration: The total duration of the animation. Default is the value specified in `ViewAnimatorConfig.duration`.\n       - options: Additional options for the keyframe animation. Default is an empty set.\n       - completion: A closure to be executed after the animation finishes. Default is `nil`.\n\n     The `animateKeyFrames` method animates a series of keyframes, each defined by an `Animation` object.\n      The view's properties, such as transform and alpha, are animated over the specified duration and delay.\n\n     Example usage:\n\n     ```swift\n     let angle: CGFloat = .pi / 8\n     let animatins: [Animation] = [\n         AnimationType.rotate(angle: -angle),\n         AnimationType.rotate(angle: angle),\n         AnimationType.rotate(angle: -angle),\n         AnimationType.rotate(angle: angle),\n         AnimationType.rotate(angle: 0)\n     ]\n\n     view.animateKeyFrames(animations: animations, initialAlpha: 0.5, finalAlpha: 1.0, delay: 0.2, duration: 2.0) {\n         // Completion handler\n         print(\"Animation completed!\")\n     }\n     */\n    func animateKeyFrames(animations: [Animation],\n                          initialAlpha: CGFloat = 0.0,\n                          finalAlpha: CGFloat = 1.0,\n                          delay: Double = 0,\n                          duration: TimeInterval = ViewAnimatorConfig.duration,\n                          options: UIView.KeyframeAnimationOptions = [],\n                          completion: (() -> Void)? = nil) {\n        let numberOfFrames: Int = animations.count\n        let singleFrameDuration: Double = Double(1/Double(numberOfFrames))\n        \n        alpha = initialAlpha\n        \n        UIView.animateKeyframes(withDuration: duration, delay: delay, options: options) { [weak self] in\n            // iterates over each keyframe specified in the animations array.\n            for index in 0..<numberOfFrames {\n                let animation = animations[index]\n                // calculates the relative start time for the current keyframe\n                // This ensures that each keyframe starts at the appropriate time in the overall animation sequence\n                let frameDurationStartTime = index == 0 ? 0.0 : Double(singleFrameDuration) * Double(index)\n                \n                // calculates the alpha value for the current keyframe\n                let frameAlphaValue = initialAlpha + ((finalAlpha - initialAlpha) * CGFloat(frameDurationStartTime))\n                \n                UIView.addKeyframe(withRelativeStartTime: frameDurationStartTime, relativeDuration: singleFrameDuration) {\n                    self?.transform = animation.initialTransform\n                    // if initialAlpha equalts finalAlpha alpha will not animate\n                    self?.alpha = frameAlphaValue\n                }\n            }\n            \n            UIView.addKeyframe(withRelativeStartTime: 0, relativeDuration: 0) {\n                self?.transform = .identity\n                self?.alpha = finalAlpha\n\n            }\n        } completion: { _ in\n            completion?()\n        }\n    }\n    // MARK: - UIView Array\n    \n    /// Animates multiples views with cascading effect using the UIView.animateWithDuration API\n    ///\n    /// - Parameters:\n    ///   - animations: Array of Animations to perform on the animation block.\n    ///   - reversed: Initial state of the animation. Reversed will start from its original position.\n    ///   - initialAlpha: Initial alpha of the view prior to the animation.\n    ///   - finalAlpha: View's alpha after the animation.\n    ///   - delay: Time Delay before the animation.\n    ///   - animationInterval: Interval between the animations of each view.\n    ///   - duration: TimeInterval the animation takes to complete.\n    ///   - dampingRatio: The damping ratio for the spring animation.\n    ///   - velocity: The initial spring velocity.\n    ///   - options: UIView.AnimationsOptions to pass to the animation block. Timing functions will have no impact on spring based animations.\n    ///   - completion: CompletionBlock after the animation finishes.\n    static func animate(views: [UIView],\n                        animations: [Animation],\n                        reversed: Bool = false,\n                        initialAlpha: CGFloat = 0.0,\n                        finalAlpha: CGFloat = 1.0,\n                        delay: Double = 0,\n                        animationInterval: TimeInterval = 0.05,\n                        duration: TimeInterval = ViewAnimatorConfig.duration,\n                        options: UIView.AnimationOptions = [],\n                        completion: (() -> Void)? = nil) {\n\n        performAnimation(views: views, animations: animations, reversed: reversed, initialAlpha: initialAlpha, delay: delay, animationBlock: { view, index, dispatchGroup in\n            view.animate(animations: animations,\n                         reversed: reversed,\n                         initialAlpha: initialAlpha,\n                         finalAlpha: finalAlpha,\n                         delay: Double(index) * animationInterval,\n                         duration: duration,\n                         options: options,\n                         completion: { dispatchGroup.leave() })\n        }, completion: completion)\n    }\n    \n    /// Animates multiples views with cascading effect using the UIView.animateWithDuration with springs\n    ///\n    /// - Parameters:\n    ///   - animations: Array of Animations to perform on the animation block.\n    ///   - reversed: Initial state of the animation. Reversed will start from its original position.\n    ///   - initialAlpha: Initial alpha of the view prior to the animation.\n    ///   - finalAlpha: View's alpha after the animation.\n    ///   - delay: Time Delay before the animation.\n    ///   - animationInterval: Interval between the animations of each view.\n    ///   - duration: TimeInterval the animation takes to complete.\n    ///   - dampingRatio: The damping ratio for the spring animation.\n    ///   - velocity: The initial spring velocity.\n    ///   - options: UIView.AnimationsOptions to pass to the animation block. Timing functions will have no impact on spring based animations.\n    ///   - completion: CompletionBlock after the animation finishes.\n    static func animate(views: [UIView],\n                        animations: [Animation],\n                        reversed: Bool = false,\n                        initialAlpha: CGFloat = 0.0,\n                        finalAlpha: CGFloat = 1.0,\n                        delay: Double = 0,\n                        animationInterval: TimeInterval = 0.05,\n                        duration: TimeInterval = ViewAnimatorConfig.duration,\n                        usingSpringWithDamping dampingRatio: CGFloat,\n                        initialSpringVelocity velocity: CGFloat,\n                        options: UIView.AnimationOptions = [],\n                        completion: (() -> Void)? = nil) {\n\n        performAnimation(views: views, animations: animations, reversed: reversed, initialAlpha: initialAlpha, delay: delay, animationBlock: { view, index, dispatchGroup in\n            view.animate(animations: animations,\n                         reversed: reversed,\n                         initialAlpha: initialAlpha,\n                         finalAlpha: finalAlpha,\n                         delay: Double(index) * animationInterval,\n                         duration: duration,\n                         usingSpringWithDamping: dampingRatio,\n                         initialSpringVelocity: velocity,\n                         options: options,\n                         completion: { dispatchGroup.leave() })\n        }, completion: completion)\n    }\n    \n    static private func performAnimation(\n        views: [UIView],\n        animations: [Animation],\n        reversed: Bool = false,\n        initialAlpha: CGFloat = 0.0,\n        delay: Double = 0,\n        animationBlock: @escaping ((UIView, Int, DispatchGroup) -> Void),\n        completion: (() -> Void)? = nil) {\n        guard views.count > 0 else {\n            completion?()\n            return\n        }\n        \n        views.forEach { $0.alpha = initialAlpha }\n        let dispatchGroup = DispatchGroup()\n        for _ in 1...views.count { dispatchGroup.enter() }\n        DispatchQueue.main.asyncAfter(deadline: .now() + delay) {\n            for (index, view) in views.enumerated() {\n                animationBlock(view, index, dispatchGroup)\n            }\n        }\n        \n        dispatchGroup.notify(queue: .main) {\n            completion?()\n        }\n    }\n}\n"
  },
  {
    "path": "Sources/ViewAnimatorConfig.swift",
    "content": "//\n//  ViewAnimatorConfig.swift\n//  Pods-ViewAnimator_Example\n//\n//  Created by Marcos Griselli on 10/9/17.\n//\n\nimport UIKit\n\n/// Configuration class for the default values used in animations.\n/// All it's values are used when creating 'random' animations as well.\npublic class ViewAnimatorConfig {\n    \n    /// Amount of movement in points.\n    /// Depends on the Direction given to the AnimationType.\n    public static var offset: CGFloat = 30.0\n    \n    /// Duration of the animation.\n    public static var duration: Double = 0.3\n    \n    /// Interval for animations handling multiple views that need\n    /// to be animated one after the other and not at the same time.\n    public static var interval: Double = 0.075\n    \n    /// Maximum zoom to be applied in animations using random AnimationType.zoom.\n    public static var maxZoomScale: Double = 2.0\n    \n    /// Maximum rotation (left or right) to be applied in animations using random AnimationType.rotate\n    public static var maxRotationAngle: CGFloat = CGFloat.pi/4\n\n    /// The damping ratio for the spring animation as it approaches its quiescent state.\n    public static var springDampingRatio: CGFloat = 1\n    \n    /// The initial spring velocity. For smooth start to the animation, match this value to the view’s velocity as it was prior to attachment.\n    public static var initialSpringVelocity: CGFloat = 0\n}\n"
  },
  {
    "path": "ViewAnimator.podspec",
    "content": "Pod::Spec.new do |s|\n  s.name             = 'ViewAnimator'\n  s.version          = '3.1.0'\n  s.summary          = 'ViewAnimator brings your UI to life with just one line of code.'\n\n  s.description      = <<-DESC\n    ViewAnimator helps create beautiful animations of an entire UI with only one line of code.\n    It also supports UITableView/UICollectionView and UIStackView animation of cells and arrangedSubviews\n    with delightful interactions.\n                       DESC\n\n  s.homepage         = 'https://github.com/marcosgriselli/ViewAnimator'\n  s.license          = { :type => 'MIT', :file => 'LICENSE' }\n  s.author           = { 'marcosgriselli@gmail.com' => 'marcosgriselli@gmail.com' }\n  s.source           = { :git => 'https://github.com/marcosgriselli/ViewAnimator.git', :tag => s.version.to_s }\n  s.social_media_url = 'https://twitter.com/marcosgriselli'\n\n  s.swift_version = \"5.1\"\n  s.swift_versions = ['4.0', '4.2', '5.0']\n\n  s.ios.deployment_target = '8.0'\n  s.tvos.deployment_target = '9.0'\n  s.source_files = 'Sources/**/*'\n\nend\n"
  },
  {
    "path": "ViewAnimator.xcodeproj/ViewAnimator_Info.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>CFBundleDevelopmentRegion</key>\n\t<string>en</string>\n\t<key>CFBundleExecutable</key>\n\t<string>$(EXECUTABLE_NAME)</string>\n\t<key>CFBundleIdentifier</key>\n\t<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>\n\t<key>CFBundleInfoDictionaryVersion</key>\n\t<string>6.0</string>\n\t<key>CFBundleName</key>\n\t<string>$(PRODUCT_NAME)</string>\n\t<key>CFBundlePackageType</key>\n\t<string>FMWK</string>\n\t<key>CFBundleShortVersionString</key>\n\t<string>1.0</string>\n\t<key>CFBundleSignature</key>\n\t<string>????</string>\n\t<key>CFBundleVersion</key>\n\t<string>1</string>\n\t<key>NSPrincipalClass</key>\n\t<string></string>\n</dict>\n</plist>\n"
  },
  {
    "path": "ViewAnimator.xcodeproj/project.pbxproj",
    "content": "// !$*UTF8*$!\n{\n\tarchiveVersion = 1;\n\tclasses = {\n\t};\n\tobjectVersion = 46;\n\tobjects = {\n\n/* Begin PBXBuildFile section */\n\t\tFB54AC2324FAA50B003A00A4 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB54AC1324FAA38F003A00A4 /* Tests.swift */; };\n\t\tFBAF26BB24FAA5B700B990CF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBAF26BA24FAA5B700B990CF /* AppDelegate.swift */; };\n\t\tFBAF26C524FAA5B900B990CF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FBAF26C324FAA5B900B990CF /* LaunchScreen.storyboard */; };\n\t\tFBC9B9B824FAA7AA0048483A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FB54ABFC24FAA372003A00A4 /* Main.storyboard */; };\n\t\tFBC9B9B924FAA7AE0048483A /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB54ABFF24FAA372003A00A4 /* ViewController.swift */; };\n\t\tFBC9B9BA24FAA7B00048483A /* TableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB54AC0024FAA372003A00A4 /* TableViewController.swift */; };\n\t\tFBC9B9BB24FAA7B30048483A /* CollectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB54AC0124FAA372003A00A4 /* CollectionViewController.swift */; };\n\t\tFBC9B9BC24FAA7B90048483A /* TableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB54AC0624FAA372003A00A4 /* TableViewCell.swift */; };\n\t\tFBC9B9BD24FAA7B90048483A /* CollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB54AC0724FAA372003A00A4 /* CollectionViewCell.swift */; };\n\t\tFBC9B9BE24FAA7B90048483A /* Designable.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB54AC0824FAA372003A00A4 /* Designable.swift */; };\n\t\tFBC9B9BF24FAA7C30048483A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FB54AC0224FAA372003A00A4 /* Assets.xcassets */; };\n\t\tFBC9B9C024FAA84F0048483A /* ViewAnimator.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = \"ViewAnimator::ViewAnimator::Product\" /* ViewAnimator.framework */; };\n\t\tFBC9B9C124FAA84F0048483A /* ViewAnimator.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = \"ViewAnimator::ViewAnimator::Product\" /* ViewAnimator.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };\n\t\tFBC9B9D824FAAA160048483A /* ViewAnimator.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = \"ViewAnimator::ViewAnimator::Product\" /* ViewAnimator.framework */; };\n\t\tFBC9B9D924FAAA160048483A /* ViewAnimator.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = \"ViewAnimator::ViewAnimator::Product\" /* ViewAnimator.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };\n\t\tFBC9B9DD24FAAA350048483A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB54AC1024FAA372003A00A4 /* AppDelegate.swift */; };\n\t\tFBC9B9DE24FAAA350048483A /* CollectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB54AC1224FAA372003A00A4 /* CollectionViewController.swift */; };\n\t\tFBC9B9DF24FAAA410048483A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FB54AC0E24FAA372003A00A4 /* Main.storyboard */; };\n\t\tFBC9B9E024FAAA460048483A /* CollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB54AC0C24FAA372003A00A4 /* CollectionViewCell.swift */; };\n\t\tFBC9B9E124FAAA480048483A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FB54AC0D24FAA372003A00A4 /* Assets.xcassets */; };\n\t\tFBCE039C267CF75100C9B663 /* Directions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBCE039B267CF75100C9B663 /* Directions.swift */; };\n\t\tOBJ_36 /* UICollectionView + ViewAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* UICollectionView + ViewAnimator.swift */; };\n\t\tOBJ_37 /* UITableView + ViewAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* UITableView + ViewAnimator.swift */; };\n\t\tOBJ_38 /* AnimationType.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_12 /* AnimationType.swift */; };\n\t\tOBJ_40 /* Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_15 /* Animation.swift */; };\n\t\tOBJ_41 /* ViewAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_16 /* ViewAnimator.swift */; };\n\t\tOBJ_42 /* ViewAnimatorConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_17 /* ViewAnimatorConfig.swift */; };\n\t\tOBJ_49 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_6 /* Package.swift */; };\n/* End PBXBuildFile section */\n\n/* Begin PBXContainerItemProxy section */\n\t\tFBC9B9C224FAA84F0048483A /* PBXContainerItemProxy */ = {\n\t\t\tisa = PBXContainerItemProxy;\n\t\t\tcontainerPortal = OBJ_1 /* Project object */;\n\t\t\tproxyType = 1;\n\t\t\tremoteGlobalIDString = \"ViewAnimator::ViewAnimator\";\n\t\t\tremoteInfo = ViewAnimator;\n\t\t};\n\t\tFBC9B9DA24FAAA160048483A /* PBXContainerItemProxy */ = {\n\t\t\tisa = PBXContainerItemProxy;\n\t\t\tcontainerPortal = OBJ_1 /* Project object */;\n\t\t\tproxyType = 1;\n\t\t\tremoteGlobalIDString = \"ViewAnimator::ViewAnimator\";\n\t\t\tremoteInfo = ViewAnimator;\n\t\t};\n/* End PBXContainerItemProxy section */\n\n/* Begin PBXCopyFilesBuildPhase section */\n\t\tFBC9B9C424FAA84F0048483A /* Embed Frameworks */ = {\n\t\t\tisa = PBXCopyFilesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tdstPath = \"\";\n\t\t\tdstSubfolderSpec = 10;\n\t\t\tfiles = (\n\t\t\t\tFBC9B9C124FAA84F0048483A /* ViewAnimator.framework in Embed Frameworks */,\n\t\t\t);\n\t\t\tname = \"Embed Frameworks\";\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tFBC9B9DC24FAAA160048483A /* Embed Frameworks */ = {\n\t\t\tisa = PBXCopyFilesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tdstPath = \"\";\n\t\t\tdstSubfolderSpec = 10;\n\t\t\tfiles = (\n\t\t\t\tFBC9B9D924FAAA160048483A /* ViewAnimator.framework in Embed Frameworks */,\n\t\t\t);\n\t\t\tname = \"Embed Frameworks\";\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXCopyFilesBuildPhase section */\n\n/* Begin PBXFileReference section */\n\t\tFB54ABFD24FAA372003A00A4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = \"<group>\"; };\n\t\tFB54ABFF24FAA372003A00A4 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = \"<group>\"; };\n\t\tFB54AC0024FAA372003A00A4 /* TableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TableViewController.swift; sourceTree = \"<group>\"; };\n\t\tFB54AC0124FAA372003A00A4 /* CollectionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionViewController.swift; sourceTree = \"<group>\"; };\n\t\tFB54AC0224FAA372003A00A4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = \"<group>\"; };\n\t\tFB54AC0624FAA372003A00A4 /* TableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TableViewCell.swift; sourceTree = \"<group>\"; };\n\t\tFB54AC0724FAA372003A00A4 /* CollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionViewCell.swift; sourceTree = \"<group>\"; };\n\t\tFB54AC0824FAA372003A00A4 /* Designable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Designable.swift; sourceTree = \"<group>\"; };\n\t\tFB54AC0C24FAA372003A00A4 /* CollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionViewCell.swift; sourceTree = \"<group>\"; };\n\t\tFB54AC0D24FAA372003A00A4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = \"<group>\"; };\n\t\tFB54AC0F24FAA372003A00A4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = \"<group>\"; };\n\t\tFB54AC1024FAA372003A00A4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = \"<group>\"; };\n\t\tFB54AC1124FAA372003A00A4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\tFB54AC1224FAA372003A00A4 /* CollectionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionViewController.swift; sourceTree = \"<group>\"; };\n\t\tFB54AC1324FAA38F003A00A4 /* Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = \"<group>\"; };\n\t\tFB54AC1B24FAA505003A00A4 /* ViewAnimatorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ViewAnimatorTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\tFB54AC1F24FAA505003A00A4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\tFBAF26B824FAA5B700B990CF /* ViewAnimator-iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = \"ViewAnimator-iOS.app\"; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\tFBAF26BA24FAA5B700B990CF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = \"<group>\"; };\n\t\tFBAF26C424FAA5B900B990CF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = \"<group>\"; };\n\t\tFBAF26C624FAA5B900B990CF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\tFBC9B9C924FAA9C90048483A /* ViewAnimator-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = \"ViewAnimator-tvOS.app\"; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\tFBCE039B267CF75100C9B663 /* Directions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Directions.swift; sourceTree = \"<group>\"; };\n\t\tOBJ_10 /* UITableView + ViewAnimator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = \"UITableView + ViewAnimator.swift\"; sourceTree = \"<group>\"; };\n\t\tOBJ_12 /* AnimationType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnimationType.swift; sourceTree = \"<group>\"; };\n\t\tOBJ_15 /* Animation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Animation.swift; sourceTree = \"<group>\"; };\n\t\tOBJ_16 /* ViewAnimator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewAnimator.swift; sourceTree = \"<group>\"; };\n\t\tOBJ_17 /* ViewAnimatorConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewAnimatorConfig.swift; sourceTree = \"<group>\"; };\n\t\tOBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = \"<group>\"; };\n\t\tOBJ_9 /* UICollectionView + ViewAnimator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = \"UICollectionView + ViewAnimator.swift\"; sourceTree = \"<group>\"; };\n\t\t\"ViewAnimator::ViewAnimator::Product\" /* ViewAnimator.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ViewAnimator.framework; sourceTree = BUILT_PRODUCTS_DIR; };\n/* End PBXFileReference section */\n\n/* Begin PBXFrameworksBuildPhase section */\n\t\tFB54AC1824FAA505003A00A4 /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tFBAF26B524FAA5B700B990CF /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tFBC9B9C024FAA84F0048483A /* ViewAnimator.framework in Frameworks */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tFBC9B9C624FAA9C90048483A /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tFBC9B9D824FAAA160048483A /* ViewAnimator.framework in Frameworks */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tOBJ_43 /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 0;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXFrameworksBuildPhase section */\n\n/* Begin PBXGroup section */\n\t\tFB54ABFE24FAA372003A00A4 /* ViewControllers */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tFB54ABFF24FAA372003A00A4 /* ViewController.swift */,\n\t\t\t\tFB54AC0024FAA372003A00A4 /* TableViewController.swift */,\n\t\t\t\tFB54AC0124FAA372003A00A4 /* CollectionViewController.swift */,\n\t\t\t);\n\t\t\tpath = ViewControllers;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tFB54AC0424FAA372003A00A4 /* Views */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tFB54AC0524FAA372003A00A4 /* Cells */,\n\t\t\t\tFB54AC0824FAA372003A00A4 /* Designable.swift */,\n\t\t\t);\n\t\t\tpath = Views;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tFB54AC0524FAA372003A00A4 /* Cells */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tFB54AC0624FAA372003A00A4 /* TableViewCell.swift */,\n\t\t\t\tFB54AC0724FAA372003A00A4 /* CollectionViewCell.swift */,\n\t\t\t);\n\t\t\tpath = Cells;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tFB54AC0A24FAA372003A00A4 /* tvOS */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tFB54AC1024FAA372003A00A4 /* AppDelegate.swift */,\n\t\t\t\tFB54AC1224FAA372003A00A4 /* CollectionViewController.swift */,\n\t\t\t\tFB54AC0E24FAA372003A00A4 /* Main.storyboard */,\n\t\t\t\tFB54AC0B24FAA372003A00A4 /* Cells */,\n\t\t\t\tFB54AC0D24FAA372003A00A4 /* Assets.xcassets */,\n\t\t\t\tFB54AC1124FAA372003A00A4 /* Info.plist */,\n\t\t\t);\n\t\t\tpath = tvOS;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tFB54AC0B24FAA372003A00A4 /* Cells */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tFB54AC0C24FAA372003A00A4 /* CollectionViewCell.swift */,\n\t\t\t);\n\t\t\tpath = Cells;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tFB54AC1624FAA45C003A00A4 /* Example */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tFBAF26B924FAA5B700B990CF /* iOS */,\n\t\t\t\tFB54AC0A24FAA372003A00A4 /* tvOS */,\n\t\t\t);\n\t\t\tpath = Example;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tFB54AC1C24FAA505003A00A4 /* ViewAnimatorTests */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tFB54AC1324FAA38F003A00A4 /* Tests.swift */,\n\t\t\t\tFB54AC1F24FAA505003A00A4 /* Info.plist */,\n\t\t\t);\n\t\t\tpath = ViewAnimatorTests;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tFBAF26B924FAA5B700B990CF /* iOS */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tFBAF26BA24FAA5B700B990CF /* AppDelegate.swift */,\n\t\t\t\tFB54ABFC24FAA372003A00A4 /* Main.storyboard */,\n\t\t\t\tFB54ABFE24FAA372003A00A4 /* ViewControllers */,\n\t\t\t\tFB54AC0424FAA372003A00A4 /* Views */,\n\t\t\t\tFB54AC0224FAA372003A00A4 /* Assets.xcassets */,\n\t\t\t\tFBAF26C324FAA5B900B990CF /* LaunchScreen.storyboard */,\n\t\t\t\tFBAF26C624FAA5B900B990CF /* Info.plist */,\n\t\t\t);\n\t\t\tpath = iOS;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tOBJ_11 /* Models */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tOBJ_12 /* AnimationType.swift */,\n\t\t\t\tFBCE039B267CF75100C9B663 /* Directions.swift */,\n\t\t\t);\n\t\t\tpath = Models;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tOBJ_14 /* Protocols */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tOBJ_15 /* Animation.swift */,\n\t\t\t);\n\t\t\tpath = Protocols;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tOBJ_19 /* Products */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t\"ViewAnimator::ViewAnimator::Product\" /* ViewAnimator.framework */,\n\t\t\t\tFB54AC1B24FAA505003A00A4 /* ViewAnimatorTests.xctest */,\n\t\t\t\tFBAF26B824FAA5B700B990CF /* ViewAnimator-iOS.app */,\n\t\t\t\tFBC9B9C924FAA9C90048483A /* ViewAnimator-tvOS.app */,\n\t\t\t);\n\t\t\tname = Products;\n\t\t\tsourceTree = BUILT_PRODUCTS_DIR;\n\t\t};\n\t\tOBJ_5 = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tOBJ_6 /* Package.swift */,\n\t\t\t\tFB54AC1624FAA45C003A00A4 /* Example */,\n\t\t\t\tOBJ_7 /* Sources */,\n\t\t\t\tFB54AC1C24FAA505003A00A4 /* ViewAnimatorTests */,\n\t\t\t\tOBJ_19 /* Products */,\n\t\t\t);\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tOBJ_7 /* Sources */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tOBJ_8 /* Extensions */,\n\t\t\t\tOBJ_11 /* Models */,\n\t\t\t\tOBJ_14 /* Protocols */,\n\t\t\t\tOBJ_16 /* ViewAnimator.swift */,\n\t\t\t\tOBJ_17 /* ViewAnimatorConfig.swift */,\n\t\t\t);\n\t\t\tpath = Sources;\n\t\t\tsourceTree = SOURCE_ROOT;\n\t\t};\n\t\tOBJ_8 /* Extensions */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tOBJ_9 /* UICollectionView + ViewAnimator.swift */,\n\t\t\t\tOBJ_10 /* UITableView + ViewAnimator.swift */,\n\t\t\t);\n\t\t\tpath = Extensions;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXGroup section */\n\n/* Begin PBXNativeTarget section */\n\t\tFB54AC1A24FAA505003A00A4 /* ViewAnimatorTests */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = FB54AC2024FAA505003A00A4 /* Build configuration list for PBXNativeTarget \"ViewAnimatorTests\" */;\n\t\t\tbuildPhases = (\n\t\t\t\tFB54AC1724FAA505003A00A4 /* Sources */,\n\t\t\t\tFB54AC1824FAA505003A00A4 /* Frameworks */,\n\t\t\t\tFB54AC1924FAA505003A00A4 /* Resources */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t);\n\t\t\tname = ViewAnimatorTests;\n\t\t\tproductName = ViewAnimatorTests;\n\t\t\tproductReference = FB54AC1B24FAA505003A00A4 /* ViewAnimatorTests.xctest */;\n\t\t\tproductType = \"com.apple.product-type.bundle.unit-test\";\n\t\t};\n\t\tFBAF26B724FAA5B700B990CF /* ViewAnimator-iOS */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = FBAF26C924FAA5B900B990CF /* Build configuration list for PBXNativeTarget \"ViewAnimator-iOS\" */;\n\t\t\tbuildPhases = (\n\t\t\t\tFBAF26B424FAA5B700B990CF /* Sources */,\n\t\t\t\tFBAF26B524FAA5B700B990CF /* Frameworks */,\n\t\t\t\tFBAF26B624FAA5B700B990CF /* Resources */,\n\t\t\t\tFBC9B9C424FAA84F0048483A /* Embed Frameworks */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t\tFBC9B9C324FAA84F0048483A /* PBXTargetDependency */,\n\t\t\t);\n\t\t\tname = \"ViewAnimator-iOS\";\n\t\t\tproductName = \"ViewAnimator-iOS\";\n\t\t\tproductReference = FBAF26B824FAA5B700B990CF /* ViewAnimator-iOS.app */;\n\t\t\tproductType = \"com.apple.product-type.application\";\n\t\t};\n\t\tFBC9B9C824FAA9C90048483A /* ViewAnimator-tvOS */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = FBC9B9D524FAA9CA0048483A /* Build configuration list for PBXNativeTarget \"ViewAnimator-tvOS\" */;\n\t\t\tbuildPhases = (\n\t\t\t\tFBC9B9C524FAA9C90048483A /* Sources */,\n\t\t\t\tFBC9B9C624FAA9C90048483A /* Frameworks */,\n\t\t\t\tFBC9B9C724FAA9C90048483A /* Resources */,\n\t\t\t\tFBC9B9DC24FAAA160048483A /* Embed Frameworks */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t\tFBC9B9DB24FAAA160048483A /* PBXTargetDependency */,\n\t\t\t);\n\t\t\tname = \"ViewAnimator-tvOS\";\n\t\t\tproductName = \"ViewAnimator-tvOS\";\n\t\t\tproductReference = FBC9B9C924FAA9C90048483A /* ViewAnimator-tvOS.app */;\n\t\t\tproductType = \"com.apple.product-type.application\";\n\t\t};\n\t\t\"ViewAnimator::SwiftPMPackageDescription\" /* ViewAnimatorPackageDescription */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = OBJ_45 /* Build configuration list for PBXNativeTarget \"ViewAnimatorPackageDescription\" */;\n\t\t\tbuildPhases = (\n\t\t\t\tOBJ_48 /* Sources */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t);\n\t\t\tname = ViewAnimatorPackageDescription;\n\t\t\tproductName = ViewAnimatorPackageDescription;\n\t\t\tproductType = \"com.apple.product-type.framework\";\n\t\t};\n\t\t\"ViewAnimator::ViewAnimator\" /* ViewAnimator */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = OBJ_32 /* Build configuration list for PBXNativeTarget \"ViewAnimator\" */;\n\t\t\tbuildPhases = (\n\t\t\t\tOBJ_35 /* Sources */,\n\t\t\t\tOBJ_43 /* Frameworks */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t);\n\t\t\tname = ViewAnimator;\n\t\t\tproductName = ViewAnimator;\n\t\t\tproductReference = \"ViewAnimator::ViewAnimator::Product\" /* ViewAnimator.framework */;\n\t\t\tproductType = \"com.apple.product-type.framework\";\n\t\t};\n/* End PBXNativeTarget section */\n\n/* Begin PBXProject section */\n\t\tOBJ_1 /* Project object */ = {\n\t\t\tisa = PBXProject;\n\t\t\tattributes = {\n\t\t\t\tLastSwiftMigration = 9999;\n\t\t\t\tLastSwiftUpdateCheck = 1030;\n\t\t\t\tLastUpgradeCheck = 9999;\n\t\t\t\tTargetAttributes = {\n\t\t\t\t\tFB54AC1A24FAA505003A00A4 = {\n\t\t\t\t\t\tCreatedOnToolsVersion = 10.3;\n\t\t\t\t\t\tDevelopmentTeam = 8PC4X7QUY9;\n\t\t\t\t\t\tProvisioningStyle = Automatic;\n\t\t\t\t\t};\n\t\t\t\t\tFBAF26B724FAA5B700B990CF = {\n\t\t\t\t\t\tCreatedOnToolsVersion = 10.3;\n\t\t\t\t\t\tProvisioningStyle = Automatic;\n\t\t\t\t\t};\n\t\t\t\t\tFBC9B9C824FAA9C90048483A = {\n\t\t\t\t\t\tCreatedOnToolsVersion = 10.3;\n\t\t\t\t\t\tProvisioningStyle = Automatic;\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t\t};\n\t\t\tbuildConfigurationList = OBJ_2 /* Build configuration list for PBXProject \"ViewAnimator\" */;\n\t\t\tcompatibilityVersion = \"Xcode 3.2\";\n\t\t\tdevelopmentRegion = English;\n\t\t\thasScannedForEncodings = 0;\n\t\t\tknownRegions = (\n\t\t\t\tEnglish,\n\t\t\t\ten,\n\t\t\t\tBase,\n\t\t\t);\n\t\t\tmainGroup = OBJ_5;\n\t\t\tproductRefGroup = OBJ_19 /* Products */;\n\t\t\tprojectDirPath = \"\";\n\t\t\tprojectRoot = \"\";\n\t\t\ttargets = (\n\t\t\t\t\"ViewAnimator::ViewAnimator\" /* ViewAnimator */,\n\t\t\t\t\"ViewAnimator::SwiftPMPackageDescription\" /* ViewAnimatorPackageDescription */,\n\t\t\t\tFB54AC1A24FAA505003A00A4 /* ViewAnimatorTests */,\n\t\t\t\tFBAF26B724FAA5B700B990CF /* ViewAnimator-iOS */,\n\t\t\t\tFBC9B9C824FAA9C90048483A /* ViewAnimator-tvOS */,\n\t\t\t);\n\t\t};\n/* End PBXProject section */\n\n/* Begin PBXResourcesBuildPhase section */\n\t\tFB54AC1924FAA505003A00A4 /* Resources */ = {\n\t\t\tisa = PBXResourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tFBAF26B624FAA5B700B990CF /* Resources */ = {\n\t\t\tisa = PBXResourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tFBC9B9B824FAA7AA0048483A /* Main.storyboard in Resources */,\n\t\t\t\tFBC9B9BF24FAA7C30048483A /* Assets.xcassets in Resources */,\n\t\t\t\tFBAF26C524FAA5B900B990CF /* LaunchScreen.storyboard in Resources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tFBC9B9C724FAA9C90048483A /* Resources */ = {\n\t\t\tisa = PBXResourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tFBC9B9DF24FAAA410048483A /* Main.storyboard in Resources */,\n\t\t\t\tFBC9B9E124FAAA480048483A /* Assets.xcassets in Resources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXResourcesBuildPhase section */\n\n/* Begin PBXSourcesBuildPhase section */\n\t\tFB54AC1724FAA505003A00A4 /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tFB54AC2324FAA50B003A00A4 /* Tests.swift in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tFBAF26B424FAA5B700B990CF /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tFBC9B9BC24FAA7B90048483A /* TableViewCell.swift in Sources */,\n\t\t\t\tFBC9B9BE24FAA7B90048483A /* Designable.swift in Sources */,\n\t\t\t\tFBC9B9BB24FAA7B30048483A /* CollectionViewController.swift in Sources */,\n\t\t\t\tFBC9B9BD24FAA7B90048483A /* CollectionViewCell.swift in Sources */,\n\t\t\t\tFBC9B9B924FAA7AE0048483A /* ViewController.swift in Sources */,\n\t\t\t\tFBC9B9BA24FAA7B00048483A /* TableViewController.swift in Sources */,\n\t\t\t\tFBAF26BB24FAA5B700B990CF /* AppDelegate.swift in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tFBC9B9C524FAA9C90048483A /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tFBC9B9E024FAAA460048483A /* CollectionViewCell.swift in Sources */,\n\t\t\t\tFBC9B9DE24FAAA350048483A /* CollectionViewController.swift in Sources */,\n\t\t\t\tFBC9B9DD24FAAA350048483A /* AppDelegate.swift in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tOBJ_35 /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 0;\n\t\t\tfiles = (\n\t\t\t\tOBJ_36 /* UICollectionView + ViewAnimator.swift in Sources */,\n\t\t\t\tFBCE039C267CF75100C9B663 /* Directions.swift in Sources */,\n\t\t\t\tOBJ_37 /* UITableView + ViewAnimator.swift in Sources */,\n\t\t\t\tOBJ_38 /* AnimationType.swift in Sources */,\n\t\t\t\tOBJ_40 /* Animation.swift in Sources */,\n\t\t\t\tOBJ_41 /* ViewAnimator.swift in Sources */,\n\t\t\t\tOBJ_42 /* ViewAnimatorConfig.swift in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tOBJ_48 /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 0;\n\t\t\tfiles = (\n\t\t\t\tOBJ_49 /* Package.swift in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXSourcesBuildPhase section */\n\n/* Begin PBXTargetDependency section */\n\t\tFBC9B9C324FAA84F0048483A /* PBXTargetDependency */ = {\n\t\t\tisa = PBXTargetDependency;\n\t\t\ttarget = \"ViewAnimator::ViewAnimator\" /* ViewAnimator */;\n\t\t\ttargetProxy = FBC9B9C224FAA84F0048483A /* PBXContainerItemProxy */;\n\t\t};\n\t\tFBC9B9DB24FAAA160048483A /* PBXTargetDependency */ = {\n\t\t\tisa = PBXTargetDependency;\n\t\t\ttarget = \"ViewAnimator::ViewAnimator\" /* ViewAnimator */;\n\t\t\ttargetProxy = FBC9B9DA24FAAA160048483A /* PBXContainerItemProxy */;\n\t\t};\n/* End PBXTargetDependency section */\n\n/* Begin PBXVariantGroup section */\n\t\tFB54ABFC24FAA372003A00A4 /* Main.storyboard */ = {\n\t\t\tisa = PBXVariantGroup;\n\t\t\tchildren = (\n\t\t\t\tFB54ABFD24FAA372003A00A4 /* Base */,\n\t\t\t);\n\t\t\tname = Main.storyboard;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tFB54AC0E24FAA372003A00A4 /* Main.storyboard */ = {\n\t\t\tisa = PBXVariantGroup;\n\t\t\tchildren = (\n\t\t\t\tFB54AC0F24FAA372003A00A4 /* Base */,\n\t\t\t);\n\t\t\tname = Main.storyboard;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tFBAF26C324FAA5B900B990CF /* LaunchScreen.storyboard */ = {\n\t\t\tisa = PBXVariantGroup;\n\t\t\tchildren = (\n\t\t\t\tFBAF26C424FAA5B900B990CF /* Base */,\n\t\t\t);\n\t\t\tname = LaunchScreen.storyboard;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXVariantGroup section */\n\n/* Begin XCBuildConfiguration section */\n\t\tFB54AC2124FAA505003A00A4 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_ANALYZER_NONNULL = YES;\n\t\t\t\tCLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++14\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_WEAK = YES;\n\t\t\t\tCLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_COMMA = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\n\t\t\t\tCLANG_WARN_DOCUMENTATION_COMMENTS = YES;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INFINITE_RECURSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;\n\t\t\t\tCLANG_WARN_OBJC_LITERAL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_RANGE_LOOP_ANALYSIS = YES;\n\t\t\t\tCLANG_WARN_STRICT_PROTOTYPES = YES;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\tCODE_SIGN_IDENTITY = \"iPhone Developer\";\n\t\t\t\tCODE_SIGN_STYLE = Automatic;\n\t\t\t\tDEVELOPMENT_TEAM = 8PC4X7QUY9;\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tENABLE_TESTABILITY = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu11;\n\t\t\t\tGCC_DYNAMIC_NO_PIC = NO;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tGCC_PREPROCESSOR_DEFINITIONS = (\n\t\t\t\t\t\"DEBUG=1\",\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t);\n\t\t\t\tGCC_WARN_64_TO_32_BIT_CONVERSION = YES;\n\t\t\t\tGCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;\n\t\t\t\tGCC_WARN_UNDECLARED_SELECTOR = YES;\n\t\t\t\tGCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;\n\t\t\t\tGCC_WARN_UNUSED_FUNCTION = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tINFOPLIST_FILE = ViewAnimatorTests/Info.plist;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 12.4;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks @loader_path/Frameworks\";\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;\n\t\t\t\tMTL_FAST_MATH = YES;\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = com.marcosgriselli.ViewAnimatorTests;\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\tFB54AC2224FAA505003A00A4 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_ANALYZER_NONNULL = YES;\n\t\t\t\tCLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++14\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_WEAK = YES;\n\t\t\t\tCLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_COMMA = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\n\t\t\t\tCLANG_WARN_DOCUMENTATION_COMMENTS = YES;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INFINITE_RECURSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;\n\t\t\t\tCLANG_WARN_OBJC_LITERAL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_RANGE_LOOP_ANALYSIS = YES;\n\t\t\t\tCLANG_WARN_STRICT_PROTOTYPES = YES;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\tCODE_SIGN_IDENTITY = \"iPhone Developer\";\n\t\t\t\tCODE_SIGN_STYLE = Automatic;\n\t\t\t\tCOPY_PHASE_STRIP = NO;\n\t\t\t\tDEVELOPMENT_TEAM = 8PC4X7QUY9;\n\t\t\t\tENABLE_NS_ASSERTIONS = NO;\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu11;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tGCC_WARN_64_TO_32_BIT_CONVERSION = YES;\n\t\t\t\tGCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;\n\t\t\t\tGCC_WARN_UNDECLARED_SELECTOR = YES;\n\t\t\t\tGCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;\n\t\t\t\tGCC_WARN_UNUSED_FUNCTION = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tINFOPLIST_FILE = ViewAnimatorTests/Info.plist;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 12.4;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks @loader_path/Frameworks\";\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = NO;\n\t\t\t\tMTL_FAST_MATH = YES;\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = com.marcosgriselli.ViewAnimatorTests;\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t\tVALIDATE_PRODUCT = YES;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\tFBAF26C724FAA5B900B990CF /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;\n\t\t\t\tCLANG_ANALYZER_NONNULL = YES;\n\t\t\t\tCLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++14\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_WEAK = YES;\n\t\t\t\tCLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_COMMA = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\n\t\t\t\tCLANG_WARN_DOCUMENTATION_COMMENTS = YES;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INFINITE_RECURSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;\n\t\t\t\tCLANG_WARN_OBJC_LITERAL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_RANGE_LOOP_ANALYSIS = YES;\n\t\t\t\tCLANG_WARN_STRICT_PROTOTYPES = YES;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\tCODE_SIGN_IDENTITY = \"Apple Development\";\n\t\t\t\tCODE_SIGN_STYLE = Automatic;\n\t\t\t\tDEVELOPMENT_TEAM = \"\";\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tENABLE_TESTABILITY = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu11;\n\t\t\t\tGCC_DYNAMIC_NO_PIC = NO;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tGCC_PREPROCESSOR_DEFINITIONS = (\n\t\t\t\t\t\"DEBUG=1\",\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t);\n\t\t\t\tGCC_WARN_64_TO_32_BIT_CONVERSION = YES;\n\t\t\t\tGCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;\n\t\t\t\tGCC_WARN_UNDECLARED_SELECTOR = YES;\n\t\t\t\tGCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;\n\t\t\t\tGCC_WARN_UNUSED_FUNCTION = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tINFOPLIST_FILE = Example/iOS/Info.plist;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 12.4;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks\";\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;\n\t\t\t\tMTL_FAST_MATH = YES;\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = \"com.marcosgriselli.ViewAnimator-iOS\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSUPPORTED_PLATFORMS = \"iphonesimulator iphoneos\";\n\t\t\t\tSWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\tFBAF26C824FAA5B900B990CF /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;\n\t\t\t\tCLANG_ANALYZER_NONNULL = YES;\n\t\t\t\tCLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++14\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_WEAK = YES;\n\t\t\t\tCLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_COMMA = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\n\t\t\t\tCLANG_WARN_DOCUMENTATION_COMMENTS = YES;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INFINITE_RECURSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;\n\t\t\t\tCLANG_WARN_OBJC_LITERAL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_RANGE_LOOP_ANALYSIS = YES;\n\t\t\t\tCLANG_WARN_STRICT_PROTOTYPES = YES;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\tCODE_SIGN_IDENTITY = \"Apple Development\";\n\t\t\t\tCODE_SIGN_STYLE = Automatic;\n\t\t\t\tCOPY_PHASE_STRIP = NO;\n\t\t\t\tDEVELOPMENT_TEAM = \"\";\n\t\t\t\tENABLE_NS_ASSERTIONS = NO;\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu11;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tGCC_WARN_64_TO_32_BIT_CONVERSION = YES;\n\t\t\t\tGCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;\n\t\t\t\tGCC_WARN_UNDECLARED_SELECTOR = YES;\n\t\t\t\tGCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;\n\t\t\t\tGCC_WARN_UNUSED_FUNCTION = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tINFOPLIST_FILE = Example/iOS/Info.plist;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 12.4;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks\";\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = NO;\n\t\t\t\tMTL_FAST_MATH = YES;\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = \"com.marcosgriselli.ViewAnimator-iOS\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSUPPORTED_PLATFORMS = \"iphonesimulator iphoneos\";\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t\tVALIDATE_PRODUCT = YES;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\tFBC9B9D624FAA9CA0048483A /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tASSETCATALOG_COMPILER_APPICON_NAME = \"App Icon & Top Shelf Image\";\n\t\t\t\tASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;\n\t\t\t\tCLANG_ANALYZER_NONNULL = YES;\n\t\t\t\tCLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++14\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_WEAK = YES;\n\t\t\t\tCLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_COMMA = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\n\t\t\t\tCLANG_WARN_DOCUMENTATION_COMMENTS = YES;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INFINITE_RECURSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;\n\t\t\t\tCLANG_WARN_OBJC_LITERAL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_RANGE_LOOP_ANALYSIS = YES;\n\t\t\t\tCLANG_WARN_STRICT_PROTOTYPES = YES;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\tCODE_SIGN_STYLE = Automatic;\n\t\t\t\tDEVELOPMENT_TEAM = \"\";\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tENABLE_TESTABILITY = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu11;\n\t\t\t\tGCC_DYNAMIC_NO_PIC = NO;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tGCC_PREPROCESSOR_DEFINITIONS = (\n\t\t\t\t\t\"DEBUG=1\",\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t);\n\t\t\t\tGCC_WARN_64_TO_32_BIT_CONVERSION = YES;\n\t\t\t\tGCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;\n\t\t\t\tGCC_WARN_UNDECLARED_SELECTOR = YES;\n\t\t\t\tGCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;\n\t\t\t\tGCC_WARN_UNUSED_FUNCTION = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tINFOPLIST_FILE = Example/tvOS/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks\";\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;\n\t\t\t\tMTL_FAST_MATH = YES;\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = \"com.marcosgriselli.ViewAnimator-tvOS\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSDKROOT = appletvos;\n\t\t\t\tSUPPORTED_PLATFORMS = \"appletvsimulator appletvos\";\n\t\t\t\tSWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tTARGETED_DEVICE_FAMILY = 3;\n\t\t\t\tTVOS_DEPLOYMENT_TARGET = 12.4;\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\tFBC9B9D724FAA9CA0048483A /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tASSETCATALOG_COMPILER_APPICON_NAME = \"App Icon & Top Shelf Image\";\n\t\t\t\tASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;\n\t\t\t\tCLANG_ANALYZER_NONNULL = YES;\n\t\t\t\tCLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++14\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_WEAK = YES;\n\t\t\t\tCLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_COMMA = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\n\t\t\t\tCLANG_WARN_DOCUMENTATION_COMMENTS = YES;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INFINITE_RECURSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;\n\t\t\t\tCLANG_WARN_OBJC_LITERAL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_RANGE_LOOP_ANALYSIS = YES;\n\t\t\t\tCLANG_WARN_STRICT_PROTOTYPES = YES;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\tCODE_SIGN_STYLE = Automatic;\n\t\t\t\tCOPY_PHASE_STRIP = NO;\n\t\t\t\tDEVELOPMENT_TEAM = \"\";\n\t\t\t\tENABLE_NS_ASSERTIONS = NO;\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu11;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tGCC_WARN_64_TO_32_BIT_CONVERSION = YES;\n\t\t\t\tGCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;\n\t\t\t\tGCC_WARN_UNDECLARED_SELECTOR = YES;\n\t\t\t\tGCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;\n\t\t\t\tGCC_WARN_UNUSED_FUNCTION = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tINFOPLIST_FILE = Example/tvOS/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks\";\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = NO;\n\t\t\t\tMTL_FAST_MATH = YES;\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = \"com.marcosgriselli.ViewAnimator-tvOS\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSDKROOT = appletvos;\n\t\t\t\tSUPPORTED_PLATFORMS = \"appletvsimulator appletvos\";\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tTARGETED_DEVICE_FAMILY = 3;\n\t\t\t\tTVOS_DEPLOYMENT_TARGET = 12.4;\n\t\t\t\tVALIDATE_PRODUCT = YES;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\tOBJ_3 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCODE_SIGN_IDENTITY = \"Apple Development\";\n\t\t\t\tCOMBINE_HIDPI_IMAGES = YES;\n\t\t\t\tCOPY_PHASE_STRIP = NO;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = dwarf;\n\t\t\t\tDYLIB_INSTALL_NAME_BASE = \"@rpath\";\n\t\t\t\tENABLE_NS_ASSERTIONS = YES;\n\t\t\t\tGCC_OPTIMIZATION_LEVEL = 0;\n\t\t\t\tGCC_PREPROCESSOR_DEFINITIONS = (\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t\t\"SWIFT_PACKAGE=1\",\n\t\t\t\t\t\"DEBUG=1\",\n\t\t\t\t);\n\t\t\t\tMACOSX_DEPLOYMENT_TARGET = 10.10;\n\t\t\t\tONLY_ACTIVE_ARCH = YES;\n\t\t\t\tOTHER_SWIFT_FLAGS = \"-DXcode\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSUPPORTED_PLATFORMS = \"iphoneos iphonesimulator appletvos appletvsimulator\";\n\t\t\t\tSWIFT_ACTIVE_COMPILATION_CONDITIONS = \"$(inherited) SWIFT_PACKAGE DEBUG\";\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-Onone\";\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tUSE_HEADERMAP = NO;\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\tOBJ_33 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tCODE_SIGN_IDENTITY = \"Apple Development\";\n\t\t\t\tDEVELOPMENT_TEAM = \"\";\n\t\t\t\tENABLE_TESTABILITY = YES;\n\t\t\t\tFRAMEWORK_SEARCH_PATHS = (\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t\t\"$(PLATFORM_DIR)/Developer/Library/Frameworks\",\n\t\t\t\t);\n\t\t\t\tHEADER_SEARCH_PATHS = \"$(inherited)\";\n\t\t\t\tINFOPLIST_FILE = ViewAnimator.xcodeproj/ViewAnimator_Info.plist;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 9.0;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx\";\n\t\t\t\tMACOSX_DEPLOYMENT_TARGET = 10.10;\n\t\t\t\tOTHER_CFLAGS = \"$(inherited)\";\n\t\t\t\tOTHER_LDFLAGS = \"$(inherited)\";\n\t\t\t\tOTHER_SWIFT_FLAGS = \"$(inherited)\";\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = ViewAnimator;\n\t\t\t\tPRODUCT_MODULE_NAME = \"$(TARGET_NAME:c99extidentifier)\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME:c99extidentifier)\";\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t\tSWIFT_ACTIVE_COMPILATION_CONDITIONS = \"$(inherited)\";\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tTARGET_NAME = ViewAnimator;\n\t\t\t\tTVOS_DEPLOYMENT_TARGET = 9.0;\n\t\t\t\tWATCHOS_DEPLOYMENT_TARGET = 2.0;\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\tOBJ_34 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tCODE_SIGN_IDENTITY = \"Apple Development\";\n\t\t\t\tDEVELOPMENT_TEAM = \"\";\n\t\t\t\tENABLE_TESTABILITY = YES;\n\t\t\t\tFRAMEWORK_SEARCH_PATHS = (\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t\t\"$(PLATFORM_DIR)/Developer/Library/Frameworks\",\n\t\t\t\t);\n\t\t\t\tHEADER_SEARCH_PATHS = \"$(inherited)\";\n\t\t\t\tINFOPLIST_FILE = ViewAnimator.xcodeproj/ViewAnimator_Info.plist;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 9.0;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx\";\n\t\t\t\tMACOSX_DEPLOYMENT_TARGET = 10.10;\n\t\t\t\tOTHER_CFLAGS = \"$(inherited)\";\n\t\t\t\tOTHER_LDFLAGS = \"$(inherited)\";\n\t\t\t\tOTHER_SWIFT_FLAGS = \"$(inherited)\";\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = ViewAnimator;\n\t\t\t\tPRODUCT_MODULE_NAME = \"$(TARGET_NAME:c99extidentifier)\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME:c99extidentifier)\";\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t\tSWIFT_ACTIVE_COMPILATION_CONDITIONS = \"$(inherited)\";\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tTARGET_NAME = ViewAnimator;\n\t\t\t\tTVOS_DEPLOYMENT_TARGET = 9.0;\n\t\t\t\tWATCHOS_DEPLOYMENT_TARGET = 2.0;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\tOBJ_4 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCODE_SIGN_IDENTITY = \"Apple Development\";\n\t\t\t\tCOMBINE_HIDPI_IMAGES = YES;\n\t\t\t\tCOPY_PHASE_STRIP = YES;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = \"dwarf-with-dsym\";\n\t\t\t\tDYLIB_INSTALL_NAME_BASE = \"@rpath\";\n\t\t\t\tGCC_OPTIMIZATION_LEVEL = s;\n\t\t\t\tGCC_PREPROCESSOR_DEFINITIONS = (\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t\t\"SWIFT_PACKAGE=1\",\n\t\t\t\t);\n\t\t\t\tMACOSX_DEPLOYMENT_TARGET = 10.10;\n\t\t\t\tOTHER_SWIFT_FLAGS = \"-DXcode\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSUPPORTED_PLATFORMS = \"iphoneos iphonesimulator appletvos appletvsimulator\";\n\t\t\t\tSWIFT_ACTIVE_COMPILATION_CONDITIONS = \"$(inherited) SWIFT_PACKAGE\";\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-Owholemodule\";\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tUSE_HEADERMAP = NO;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\tOBJ_46 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tLD = /usr/bin/true;\n\t\t\t\tOTHER_SWIFT_FLAGS = \"-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode_10_3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk\";\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\tOBJ_47 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tLD = /usr/bin/true;\n\t\t\t\tOTHER_SWIFT_FLAGS = \"-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode_10_3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk\";\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n/* End XCBuildConfiguration section */\n\n/* Begin XCConfigurationList section */\n\t\tFB54AC2024FAA505003A00A4 /* Build configuration list for PBXNativeTarget \"ViewAnimatorTests\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\tFB54AC2124FAA505003A00A4 /* Debug */,\n\t\t\t\tFB54AC2224FAA505003A00A4 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\tFBAF26C924FAA5B900B990CF /* Build configuration list for PBXNativeTarget \"ViewAnimator-iOS\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\tFBAF26C724FAA5B900B990CF /* Debug */,\n\t\t\t\tFBAF26C824FAA5B900B990CF /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\tFBC9B9D524FAA9CA0048483A /* Build configuration list for PBXNativeTarget \"ViewAnimator-tvOS\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\tFBC9B9D624FAA9CA0048483A /* Debug */,\n\t\t\t\tFBC9B9D724FAA9CA0048483A /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\tOBJ_2 /* Build configuration list for PBXProject \"ViewAnimator\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\tOBJ_3 /* Debug */,\n\t\t\t\tOBJ_4 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\tOBJ_32 /* Build configuration list for PBXNativeTarget \"ViewAnimator\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\tOBJ_33 /* Debug */,\n\t\t\t\tOBJ_34 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\tOBJ_45 /* Build configuration list for PBXNativeTarget \"ViewAnimatorPackageDescription\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\tOBJ_46 /* Debug */,\n\t\t\t\tOBJ_47 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n/* End XCConfigurationList section */\n\t};\n\trootObject = OBJ_1 /* Project object */;\n}\n"
  },
  {
    "path": "ViewAnimator.xcodeproj/project.xcworkspace/contents.xcworkspacedata",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n   version = \"1.0\">\n   <FileRef\n      location = \"self:\">\n   </FileRef>\n</Workspace>"
  },
  {
    "path": "ViewAnimator.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>IDEDidComputeMac32BitWarning</key>\n\t<true/>\n</dict>\n</plist>\n"
  },
  {
    "path": "ViewAnimator.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n    <key>IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key>\n    <false/>\n</dict>\n</plist>"
  },
  {
    "path": "ViewAnimator.xcodeproj/xcshareddata/xcschemes/ViewAnimator-Package.xcscheme",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"9999\"\n   version = \"1.3\">\n   <BuildAction\n      parallelizeBuildables = \"YES\"\n      buildImplicitDependencies = \"YES\">\n      <BuildActionEntries>\n         <BuildActionEntry\n            buildForTesting = \"YES\"\n            buildForRunning = \"YES\"\n            buildForProfiling = \"YES\"\n            buildForArchiving = \"YES\"\n            buildForAnalyzing = \"YES\">\n            <BuildableReference\n               BuildableIdentifier = \"primary\"\n               BlueprintIdentifier = \"ViewAnimator::ViewAnimator\"\n               BuildableName = \"ViewAnimator.framework\"\n               BlueprintName = \"ViewAnimator\"\n               ReferencedContainer = \"container:ViewAnimator.xcodeproj\">\n            </BuildableReference>\n         </BuildActionEntry>\n      </BuildActionEntries>\n   </BuildAction>\n   <TestAction\n      buildConfiguration = \"Debug\"\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.LLDB\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\">\n      <Testables>\n      </Testables>\n      <AdditionalOptions>\n      </AdditionalOptions>\n   </TestAction>\n   <LaunchAction\n      buildConfiguration = \"Debug\"\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.LLDB\"\n      launchStyle = \"0\"\n      useCustomWorkingDirectory = \"NO\"\n      ignoresPersistentStateOnLaunch = \"NO\"\n      debugDocumentVersioning = \"YES\"\n      debugServiceExtension = \"internal\"\n      allowLocationSimulation = \"YES\">\n      <MacroExpansion>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"ViewAnimator::ViewAnimator\"\n            BuildableName = \"ViewAnimator.framework\"\n            BlueprintName = \"ViewAnimator\"\n            ReferencedContainer = \"container:ViewAnimator.xcodeproj\">\n         </BuildableReference>\n      </MacroExpansion>\n      <AdditionalOptions>\n      </AdditionalOptions>\n   </LaunchAction>\n   <ProfileAction\n      buildConfiguration = \"Release\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\"\n      savedToolIdentifier = \"\"\n      useCustomWorkingDirectory = \"NO\"\n      debugDocumentVersioning = \"YES\">\n   </ProfileAction>\n   <AnalyzeAction\n      buildConfiguration = \"Debug\">\n   </AnalyzeAction>\n   <ArchiveAction\n      buildConfiguration = \"Release\"\n      revealArchiveInOrganizer = \"YES\">\n   </ArchiveAction>\n</Scheme>\n"
  },
  {
    "path": "ViewAnimator.xcodeproj/xcshareddata/xcschemes/ViewAnimator-iOS.xcscheme",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"1030\"\n   version = \"1.3\">\n   <BuildAction\n      parallelizeBuildables = \"YES\"\n      buildImplicitDependencies = \"YES\">\n      <BuildActionEntries>\n         <BuildActionEntry\n            buildForTesting = \"YES\"\n            buildForRunning = \"YES\"\n            buildForProfiling = \"YES\"\n            buildForArchiving = \"YES\"\n            buildForAnalyzing = \"YES\">\n            <BuildableReference\n               BuildableIdentifier = \"primary\"\n               BlueprintIdentifier = \"FBAF26B724FAA5B700B990CF\"\n               BuildableName = \"ViewAnimator-iOS.app\"\n               BlueprintName = \"ViewAnimator-iOS\"\n               ReferencedContainer = \"container:ViewAnimator.xcodeproj\">\n            </BuildableReference>\n         </BuildActionEntry>\n      </BuildActionEntries>\n   </BuildAction>\n   <TestAction\n      buildConfiguration = \"Debug\"\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.LLDB\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\">\n      <Testables>\n      </Testables>\n      <MacroExpansion>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"FBAF26B724FAA5B700B990CF\"\n            BuildableName = \"ViewAnimator-iOS.app\"\n            BlueprintName = \"ViewAnimator-iOS\"\n            ReferencedContainer = \"container:ViewAnimator.xcodeproj\">\n         </BuildableReference>\n      </MacroExpansion>\n      <AdditionalOptions>\n      </AdditionalOptions>\n   </TestAction>\n   <LaunchAction\n      buildConfiguration = \"Debug\"\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.LLDB\"\n      launchStyle = \"0\"\n      useCustomWorkingDirectory = \"NO\"\n      ignoresPersistentStateOnLaunch = \"NO\"\n      debugDocumentVersioning = \"YES\"\n      debugServiceExtension = \"internal\"\n      allowLocationSimulation = \"YES\">\n      <BuildableProductRunnable\n         runnableDebuggingMode = \"0\">\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"FBAF26B724FAA5B700B990CF\"\n            BuildableName = \"ViewAnimator-iOS.app\"\n            BlueprintName = \"ViewAnimator-iOS\"\n            ReferencedContainer = \"container:ViewAnimator.xcodeproj\">\n         </BuildableReference>\n      </BuildableProductRunnable>\n      <AdditionalOptions>\n      </AdditionalOptions>\n   </LaunchAction>\n   <ProfileAction\n      buildConfiguration = \"Release\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\"\n      savedToolIdentifier = \"\"\n      useCustomWorkingDirectory = \"NO\"\n      debugDocumentVersioning = \"YES\">\n      <BuildableProductRunnable\n         runnableDebuggingMode = \"0\">\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"FBAF26B724FAA5B700B990CF\"\n            BuildableName = \"ViewAnimator-iOS.app\"\n            BlueprintName = \"ViewAnimator-iOS\"\n            ReferencedContainer = \"container:ViewAnimator.xcodeproj\">\n         </BuildableReference>\n      </BuildableProductRunnable>\n   </ProfileAction>\n   <AnalyzeAction\n      buildConfiguration = \"Debug\">\n   </AnalyzeAction>\n   <ArchiveAction\n      buildConfiguration = \"Release\"\n      revealArchiveInOrganizer = \"YES\">\n   </ArchiveAction>\n</Scheme>\n"
  },
  {
    "path": "ViewAnimator.xcodeproj/xcshareddata/xcschemes/ViewAnimator-tvOS.xcscheme",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"1030\"\n   version = \"1.3\">\n   <BuildAction\n      parallelizeBuildables = \"YES\"\n      buildImplicitDependencies = \"YES\">\n      <BuildActionEntries>\n         <BuildActionEntry\n            buildForTesting = \"YES\"\n            buildForRunning = \"YES\"\n            buildForProfiling = \"YES\"\n            buildForArchiving = \"YES\"\n            buildForAnalyzing = \"YES\">\n            <BuildableReference\n               BuildableIdentifier = \"primary\"\n               BlueprintIdentifier = \"FBC9B9C824FAA9C90048483A\"\n               BuildableName = \"ViewAnimator-tvOS.app\"\n               BlueprintName = \"ViewAnimator-tvOS\"\n               ReferencedContainer = \"container:ViewAnimator.xcodeproj\">\n            </BuildableReference>\n         </BuildActionEntry>\n      </BuildActionEntries>\n   </BuildAction>\n   <TestAction\n      buildConfiguration = \"Debug\"\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.LLDB\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\">\n      <Testables>\n      </Testables>\n      <MacroExpansion>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"FBC9B9C824FAA9C90048483A\"\n            BuildableName = \"ViewAnimator-tvOS.app\"\n            BlueprintName = \"ViewAnimator-tvOS\"\n            ReferencedContainer = \"container:ViewAnimator.xcodeproj\">\n         </BuildableReference>\n      </MacroExpansion>\n      <AdditionalOptions>\n      </AdditionalOptions>\n   </TestAction>\n   <LaunchAction\n      buildConfiguration = \"Debug\"\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.LLDB\"\n      launchStyle = \"0\"\n      useCustomWorkingDirectory = \"NO\"\n      ignoresPersistentStateOnLaunch = \"NO\"\n      debugDocumentVersioning = \"YES\"\n      debugServiceExtension = \"internal\"\n      allowLocationSimulation = \"YES\">\n      <BuildableProductRunnable\n         runnableDebuggingMode = \"0\">\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"FBC9B9C824FAA9C90048483A\"\n            BuildableName = \"ViewAnimator-tvOS.app\"\n            BlueprintName = \"ViewAnimator-tvOS\"\n            ReferencedContainer = \"container:ViewAnimator.xcodeproj\">\n         </BuildableReference>\n      </BuildableProductRunnable>\n      <AdditionalOptions>\n      </AdditionalOptions>\n   </LaunchAction>\n   <ProfileAction\n      buildConfiguration = \"Release\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\"\n      savedToolIdentifier = \"\"\n      useCustomWorkingDirectory = \"NO\"\n      debugDocumentVersioning = \"YES\">\n      <BuildableProductRunnable\n         runnableDebuggingMode = \"0\">\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"FBC9B9C824FAA9C90048483A\"\n            BuildableName = \"ViewAnimator-tvOS.app\"\n            BlueprintName = \"ViewAnimator-tvOS\"\n            ReferencedContainer = \"container:ViewAnimator.xcodeproj\">\n         </BuildableReference>\n      </BuildableProductRunnable>\n   </ProfileAction>\n   <AnalyzeAction\n      buildConfiguration = \"Debug\">\n   </AnalyzeAction>\n   <ArchiveAction\n      buildConfiguration = \"Release\"\n      revealArchiveInOrganizer = \"YES\">\n   </ArchiveAction>\n</Scheme>\n"
  },
  {
    "path": "ViewAnimator.xcodeproj/xcshareddata/xcschemes/ViewAnimator.xcscheme",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"1030\"\n   version = \"1.3\">\n   <BuildAction\n      parallelizeBuildables = \"YES\"\n      buildImplicitDependencies = \"YES\">\n      <BuildActionEntries>\n         <BuildActionEntry\n            buildForTesting = \"YES\"\n            buildForRunning = \"YES\"\n            buildForProfiling = \"YES\"\n            buildForArchiving = \"YES\"\n            buildForAnalyzing = \"YES\">\n            <BuildableReference\n               BuildableIdentifier = \"primary\"\n               BlueprintIdentifier = \"ViewAnimator::ViewAnimator\"\n               BuildableName = \"ViewAnimator.framework\"\n               BlueprintName = \"ViewAnimator\"\n               ReferencedContainer = \"container:ViewAnimator.xcodeproj\">\n            </BuildableReference>\n         </BuildActionEntry>\n      </BuildActionEntries>\n   </BuildAction>\n   <TestAction\n      buildConfiguration = \"Debug\"\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.LLDB\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\">\n      <Testables>\n         <TestableReference\n            skipped = \"NO\">\n            <BuildableReference\n               BuildableIdentifier = \"primary\"\n               BlueprintIdentifier = \"FB54AC1A24FAA505003A00A4\"\n               BuildableName = \"ViewAnimatorTests.xctest\"\n               BlueprintName = \"ViewAnimatorTests\"\n               ReferencedContainer = \"container:ViewAnimator.xcodeproj\">\n            </BuildableReference>\n         </TestableReference>\n      </Testables>\n      <MacroExpansion>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"ViewAnimator::ViewAnimator\"\n            BuildableName = \"ViewAnimator.framework\"\n            BlueprintName = \"ViewAnimator\"\n            ReferencedContainer = \"container:ViewAnimator.xcodeproj\">\n         </BuildableReference>\n      </MacroExpansion>\n      <AdditionalOptions>\n      </AdditionalOptions>\n   </TestAction>\n   <LaunchAction\n      buildConfiguration = \"Debug\"\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.LLDB\"\n      launchStyle = \"0\"\n      useCustomWorkingDirectory = \"NO\"\n      ignoresPersistentStateOnLaunch = \"NO\"\n      debugDocumentVersioning = \"YES\"\n      debugServiceExtension = \"internal\"\n      allowLocationSimulation = \"YES\">\n      <MacroExpansion>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"ViewAnimator::ViewAnimator\"\n            BuildableName = \"ViewAnimator.framework\"\n            BlueprintName = \"ViewAnimator\"\n            ReferencedContainer = \"container:ViewAnimator.xcodeproj\">\n         </BuildableReference>\n      </MacroExpansion>\n      <AdditionalOptions>\n      </AdditionalOptions>\n   </LaunchAction>\n   <ProfileAction\n      buildConfiguration = \"Release\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\"\n      savedToolIdentifier = \"\"\n      useCustomWorkingDirectory = \"NO\"\n      debugDocumentVersioning = \"YES\">\n      <MacroExpansion>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"ViewAnimator::ViewAnimator\"\n            BuildableName = \"ViewAnimator.framework\"\n            BlueprintName = \"ViewAnimator\"\n            ReferencedContainer = \"container:ViewAnimator.xcodeproj\">\n         </BuildableReference>\n      </MacroExpansion>\n   </ProfileAction>\n   <AnalyzeAction\n      buildConfiguration = \"Debug\">\n   </AnalyzeAction>\n   <ArchiveAction\n      buildConfiguration = \"Release\"\n      revealArchiveInOrganizer = \"YES\">\n   </ArchiveAction>\n</Scheme>\n"
  },
  {
    "path": "ViewAnimatorTests/Info.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>CFBundleDevelopmentRegion</key>\n\t<string>$(DEVELOPMENT_LANGUAGE)</string>\n\t<key>CFBundleExecutable</key>\n\t<string>$(EXECUTABLE_NAME)</string>\n\t<key>CFBundleIdentifier</key>\n\t<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>\n\t<key>CFBundleInfoDictionaryVersion</key>\n\t<string>6.0</string>\n\t<key>CFBundleName</key>\n\t<string>$(PRODUCT_NAME)</string>\n\t<key>CFBundlePackageType</key>\n\t<string>BNDL</string>\n\t<key>CFBundleShortVersionString</key>\n\t<string>1.0</string>\n\t<key>CFBundleVersion</key>\n\t<string>1</string>\n</dict>\n</plist>\n"
  },
  {
    "path": "ViewAnimatorTests/Tests.swift",
    "content": "import UIKit\nimport XCTest\nimport ViewAnimator\n\nclass Tests: XCTestCase {\n    \n    override func setUp() {\n        super.setUp()\n        // Put setup code here. This method is called before the invocation of each test method in the class.\n    }\n    \n    override func tearDown() {\n        // Put teardown code here. This method is called after the invocation of each test method in the class.\n        super.tearDown()\n    }\n    \n    func testPreservesTransform() {\n        let view = UIView()\n        let preTransform = CGAffineTransform(rotationAngle: 3.14)\n        view.transform = preTransform\n        \n        let zoom = AnimationType.zoom(scale: 2.5)\n        let translate = AnimationType.vector(CGVector(dx: 0, dy: 50))\n        \n        let animationCompleteExpectation = expectation(description: \"Animate with multiple transforms\")\n        \n        view.animate(animations: [zoom, translate]) {\n            animationCompleteExpectation.fulfill()\n            XCTAssert(view.transform == preTransform)\n        }\n        \n        waitForExpectations(timeout: 1.0, handler: nil)\n    }\n    \n    func testTransformOnReverse() {\n        let view = UIView()\n        \n        let rotate = AnimationType.rotate(angle: CGFloat.pi)\n        let translate = AnimationType.vector(CGVector(dx: 20, dy: 0))\n        let animations = [rotate, translate]\n        \n        var expectedTransform = view.transform\n        animations.forEach { expectedTransform = expectedTransform.concatenating($0.initialTransform) }\n        \n        let animationCompleteExpectation = expectation(description: \"Animate with multiple transforms\")\n        \n        view.animate(animations: animations, reversed: true) {\n            animationCompleteExpectation.fulfill()\n            XCTAssert(view.transform == expectedTransform)\n        }\n        \n        waitForExpectations(timeout: 1.0, handler: nil)\n    }\n    \n}\n\n"
  },
  {
    "path": "fastlane/Appfile",
    "content": "# app_identifier \"[[APP_IDENTIFIER]]\" # The bundle identifier of your app\n# apple_id \"[[APPLE_ID]]\" # Your Apple email address\n\n\n# For more information about the Appfile, see:\n#     https://docs.fastlane.tools/advanced/#appfile\n"
  },
  {
    "path": "fastlane/Fastfile",
    "content": "default_platform(:ios)\n\nplatform :ios do\n\n  before_all do \n    @podspec_name = \"ViewAnimator.podspec\"\n  end\n\n  lane :test do\n    scan(scheme: \"ViewAnimator\", device: \"iPhone 8\")\n  end\n\n  desc \"Release a new version with a patch bump_type\"\n  lane :patch do\n    release(\"patch\")\n  end\n\n  desc \"Release a new version with a minor bump_type\"\n  lane :minor do \n    release(\"minor\")\n  end \n\n  desc \"Release a new version with a major bump_type\"\n  lane :major do \n    release(\"major\")\n  end \n\n  def release(type)\n    pod_lib_lint\n    version = version_bump_podspec(path: @podspec_name, \n                                   bump_type: type)\n    git_add(path: @podspec_name)\n    git_commit(path: [@podspec_name],\n               message: \"#{version} release\")\n    add_git_tag(tag: \"#{version}\")\n    push_to_git_remote\n    pod_push\n  end\n\n  lane :release_current do\n    version = version_get_podspec(path: @podspec_name)\n    if git_tag_exists(tag: version)\n      UI.user_error!(\"The tag #{version} already exists on the repo. To release a new version of the library bump the version on #{@podspec_name}\")\n    end\n    pod_lib_lint\n    add_git_tag(tag: \"#{version}\")\n    push_git_tags\n    pod_push\n  end\nend\n"
  }
]