[
  {
    "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.tags*\n\n# Bundler\n.bundle\n\nCarthage\n# We recommend against adding the Pods directory to your .gitignore. However\n# you should judge for yourself, the pros and cons are mentioned at:\n# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control\n# \n# Note: if you ignore the Pods directory, make sure to uncomment\n# `pod install` in .travis.yml\n#\n# Pods/\n"
  },
  {
    "path": ".swift-version",
    "content": "3.0\n"
  },
  {
    "path": ".travis.yml",
    "content": "# references:\n# * http://www.objc.io/issue-6/travis-ci.html\n# * https://github.com/supermarin/xcpretty#usage\n\nlanguage: objective-c\n# cache: cocoapods\n# podfile: Example/Podfile\n# before_install:\n# - gem install cocoapods # Since Travis is not always on latest version\n# - pod install --project-directory=Example\nscript:\n- set -o pipefail && xcodebuild test -workspace Example/FlourishUI.xcworkspace -scheme FlourishUI-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty\n- pod lib lint\n"
  },
  {
    "path": "Example/FlourishUI/AppDelegate.swift",
    "content": "//\n//  AppDelegate.swift\n//  FlourishUI\n//\n//  Created by Clay McIlrath on 01/22/2016.\n//  Copyright (c) 2016 Clay McIlrath. 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: [UIApplicationLaunchOptionsKey: 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 inactive 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/FlourishUI/Base.lproj/LaunchScreen.xib",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.XIB\" version=\"3.0\" toolsVersion=\"6214\" systemVersion=\"14A314h\" targetRuntime=\"iOS.CocoaTouch\" propertyAccessControl=\"none\" useAutolayout=\"YES\" launchScreen=\"YES\" useTraitCollections=\"YES\">\n    <dependencies>\n        <plugIn identifier=\"com.apple.InterfaceBuilder.IBCocoaTouchPlugin\" version=\"6207\"/>\n        <capability name=\"Constraints with non-1.0 multipliers\" minToolsVersion=\"5.1\"/>\n    </dependencies>\n    <objects>\n        <placeholder placeholderIdentifier=\"IBFilesOwner\" id=\"-1\" userLabel=\"File's Owner\"/>\n        <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"-2\" customClass=\"UIResponder\"/>\n        <view contentMode=\"scaleToFill\" id=\"iN0-l3-epB\">\n            <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"480\" height=\"480\"/>\n            <autoresizingMask key=\"autoresizingMask\" widthSizable=\"YES\" heightSizable=\"YES\"/>\n            <subviews>\n                <label opaque=\"NO\" clipsSubviews=\"YES\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"  Copyright (c) 2015 CocoaPods. All rights reserved.\" textAlignment=\"center\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" minimumFontSize=\"9\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"8ie-xW-0ye\">\n                    <rect key=\"frame\" x=\"20\" y=\"439\" width=\"441\" height=\"21\"/>\n                    <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"17\"/>\n                    <color key=\"textColor\" cocoaTouchSystemColor=\"darkTextColor\"/>\n                    <nil key=\"highlightedColor\"/>\n                </label>\n                <label opaque=\"NO\" clipsSubviews=\"YES\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"FlourishUI\" textAlignment=\"center\" lineBreakMode=\"middleTruncation\" baselineAdjustment=\"alignBaselines\" minimumFontSize=\"18\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"kId-c2-rCX\">\n                    <rect key=\"frame\" x=\"20\" y=\"140\" width=\"441\" height=\"43\"/>\n                    <fontDescription key=\"fontDescription\" type=\"boldSystem\" pointSize=\"36\"/>\n                    <color key=\"textColor\" cocoaTouchSystemColor=\"darkTextColor\"/>\n                    <nil key=\"highlightedColor\"/>\n                </label>\n            </subviews>\n            <color key=\"backgroundColor\" white=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"calibratedWhite\"/>\n            <constraints>\n                <constraint firstItem=\"kId-c2-rCX\" firstAttribute=\"centerY\" secondItem=\"iN0-l3-epB\" secondAttribute=\"bottom\" multiplier=\"1/3\" constant=\"1\" id=\"5cJ-9S-tgC\"/>\n                <constraint firstAttribute=\"centerX\" secondItem=\"kId-c2-rCX\" secondAttribute=\"centerX\" id=\"Koa-jz-hwk\"/>\n                <constraint firstAttribute=\"bottom\" secondItem=\"8ie-xW-0ye\" secondAttribute=\"bottom\" constant=\"20\" id=\"Kzo-t9-V3l\"/>\n                <constraint firstItem=\"8ie-xW-0ye\" firstAttribute=\"leading\" secondItem=\"iN0-l3-epB\" secondAttribute=\"leading\" constant=\"20\" symbolic=\"YES\" id=\"MfP-vx-nX0\"/>\n                <constraint firstAttribute=\"centerX\" secondItem=\"8ie-xW-0ye\" secondAttribute=\"centerX\" id=\"ZEH-qu-HZ9\"/>\n                <constraint firstItem=\"kId-c2-rCX\" firstAttribute=\"leading\" secondItem=\"iN0-l3-epB\" secondAttribute=\"leading\" constant=\"20\" symbolic=\"YES\" id=\"fvb-Df-36g\"/>\n            </constraints>\n            <nil key=\"simulatedStatusBarMetrics\"/>\n            <freeformSimulatedSizeMetrics key=\"simulatedDestinationMetrics\"/>\n            <point key=\"canvasLocation\" x=\"548\" y=\"455\"/>\n        </view>\n    </objects>\n</document>\n"
  },
  {
    "path": "Example/FlourishUI/Images.xcassets/AppIcon.appiconset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"iphone\",\n      \"size\" : \"29x29\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"iphone\",\n      \"size\" : \"29x29\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"idiom\" : \"iphone\",\n      \"size\" : \"40x40\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"iphone\",\n      \"size\" : \"40x40\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"idiom\" : \"iphone\",\n      \"size\" : \"60x60\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"iphone\",\n      \"size\" : \"60x60\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}\n"
  },
  {
    "path": "Example/FlourishUI/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>APPL</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>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</array>\n</dict>\n</plist>\n"
  },
  {
    "path": "Example/FlourishUI/Main.storyboard",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB\" version=\"3.0\" toolsVersion=\"9531\" systemVersion=\"15E27e\" targetRuntime=\"iOS.CocoaTouch\" propertyAccessControl=\"none\" useAutolayout=\"YES\" useTraitCollections=\"YES\" initialViewController=\"vXZ-lx-hvc\">\n    <dependencies>\n        <deployment identifier=\"iOS\"/>\n        <plugIn identifier=\"com.apple.InterfaceBuilder.IBCocoaTouchPlugin\" version=\"9529\"/>\n        <capability name=\"Constraints to layout margins\" minToolsVersion=\"6.0\"/>\n    </dependencies>\n    <scenes>\n        <!--View Controller-->\n        <scene sceneID=\"ufC-wZ-h7g\">\n            <objects>\n                <viewController id=\"vXZ-lx-hvc\" customClass=\"ViewController\" customModule=\"FlourishUI_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=\"600\" height=\"600\"/>\n                        <autoresizingMask key=\"autoresizingMask\" flexibleMaxX=\"YES\" flexibleMaxY=\"YES\"/>\n                        <subviews>\n                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" misplaced=\"YES\" text=\"FlourishUI Demo\" textAlignment=\"center\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"Tfz-cj-w7Y\">\n                                <rect key=\"frame\" x=\"16\" y=\"28\" width=\"568\" height=\"33\"/>\n                                <fontDescription key=\"fontDescription\" name=\"Avenir-Black\" family=\"Avenir\" pointSize=\"24\"/>\n                                <color key=\"textColor\" red=\"0.38375306129999998\" green=\"0.19593107700000001\" blue=\"0.71045380830000004\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                <nil key=\"highlightedColor\"/>\n                            </label>\n                            <button opaque=\"NO\" tag=\"1\" contentMode=\"scaleToFill\" misplaced=\"YES\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" buttonType=\"roundedRect\" lineBreakMode=\"middleTruncation\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"rwK-u1-pi9\" customClass=\"Button\" customModule=\"FlourishUI_Example\" customModuleProvider=\"target\">\n                                <rect key=\"frame\" x=\"16\" y=\"81\" width=\"568\" height=\"40\"/>\n                                <color key=\"backgroundColor\" red=\"0.30014234779999999\" green=\"0.76199322940000003\" blue=\"0.66093891859999998\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                <constraints>\n                                    <constraint firstAttribute=\"height\" constant=\"40\" id=\"ZXG-S2-Y3t\"/>\n                                </constraints>\n                                <fontDescription key=\"fontDescription\" name=\"Avenir-Light\" family=\"Avenir\" pointSize=\"15\"/>\n                                <state key=\"normal\" title=\"Success: Default\">\n                                    <color key=\"titleColor\" red=\"0.082352943720000002\" green=\"0.4313725531\" blue=\"0.36862745879999997\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                </state>\n                                <userDefinedRuntimeAttributes>\n                                    <userDefinedRuntimeAttribute type=\"number\" keyPath=\"buttonCornerRadius\">\n                                        <real key=\"value\" value=\"3\"/>\n                                    </userDefinedRuntimeAttribute>\n                                </userDefinedRuntimeAttributes>\n                                <connections>\n                                    <action selector=\"showModalExamples:\" destination=\"vXZ-lx-hvc\" eventType=\"touchUpInside\" id=\"ymP-0R-f1e\"/>\n                                </connections>\n                            </button>\n                            <button opaque=\"NO\" tag=\"2\" contentMode=\"scaleToFill\" misplaced=\"YES\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" buttonType=\"roundedRect\" lineBreakMode=\"middleTruncation\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"KhQ-K8-LvS\" customClass=\"Button\" customModule=\"FlourishUI_Example\" customModuleProvider=\"target\">\n                                <rect key=\"frame\" x=\"16\" y=\"129\" width=\"568\" height=\"40\"/>\n                                <color key=\"backgroundColor\" red=\"0.76199322940000003\" green=\"0.70811062654666668\" blue=\"0.30014234779999999\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                <constraints>\n                                    <constraint firstAttribute=\"height\" constant=\"40\" id=\"3QH-aL-CeU\"/>\n                                </constraints>\n                                <fontDescription key=\"fontDescription\" name=\"Avenir-Light\" family=\"Avenir\" pointSize=\"15\"/>\n                                <state key=\"normal\" title=\"Warning: Extra Light, Hover\">\n                                    <color key=\"titleColor\" red=\"0.4313725531\" green=\"0.33830065726533332\" blue=\"0.082352943719999988\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                </state>\n                                <userDefinedRuntimeAttributes>\n                                    <userDefinedRuntimeAttribute type=\"number\" keyPath=\"buttonCornerRadius\">\n                                        <real key=\"value\" value=\"3\"/>\n                                    </userDefinedRuntimeAttribute>\n                                </userDefinedRuntimeAttributes>\n                                <connections>\n                                    <action selector=\"showModalExamples:\" destination=\"vXZ-lx-hvc\" eventType=\"touchUpInside\" id=\"2t9-8Y-bNH\"/>\n                                </connections>\n                            </button>\n                            <button opaque=\"NO\" tag=\"3\" contentMode=\"scaleToFill\" misplaced=\"YES\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" buttonType=\"roundedRect\" lineBreakMode=\"middleTruncation\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"PlY-sr-cgc\" customClass=\"Button\" customModule=\"FlourishUI_Example\" customModuleProvider=\"target\">\n                                <rect key=\"frame\" x=\"16\" y=\"177\" width=\"568\" height=\"40\"/>\n                                <color key=\"backgroundColor\" red=\"0.76199322940000003\" green=\"0.46948767105333328\" blue=\"0.30014234779999999\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                <constraints>\n                                    <constraint firstAttribute=\"height\" constant=\"40\" id=\"bon-UM-Q2q\"/>\n                                </constraints>\n                                <fontDescription key=\"fontDescription\" name=\"Avenir-Light\" family=\"Avenir\" pointSize=\"15\"/>\n                                <state key=\"normal\" title=\"Error: Light, Curl\">\n                                    <color key=\"titleColor\" red=\"0.4313725531\" green=\"0.20450980700299995\" blue=\"0.082352943719999988\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                </state>\n                                <userDefinedRuntimeAttributes>\n                                    <userDefinedRuntimeAttribute type=\"number\" keyPath=\"buttonCornerRadius\">\n                                        <real key=\"value\" value=\"3\"/>\n                                    </userDefinedRuntimeAttribute>\n                                </userDefinedRuntimeAttributes>\n                                <connections>\n                                    <action selector=\"showModalExamples:\" destination=\"vXZ-lx-hvc\" eventType=\"touchUpInside\" id=\"9BS-8P-K25\"/>\n                                </connections>\n                            </button>\n                            <button opaque=\"NO\" tag=\"4\" contentMode=\"scaleToFill\" misplaced=\"YES\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" buttonType=\"roundedRect\" lineBreakMode=\"middleTruncation\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"ugL-Nw-5wb\" customClass=\"Button\" customModule=\"FlourishUI_Example\" customModuleProvider=\"target\">\n                                <rect key=\"frame\" x=\"16\" y=\"225\" width=\"568\" height=\"40\"/>\n                                <color key=\"backgroundColor\" red=\"0.82003999999999999\" green=\"0.82999999999999996\" blue=\"0.73039999999999994\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                <constraints>\n                                    <constraint firstAttribute=\"height\" constant=\"40\" id=\"37e-Cs-orP\"/>\n                                </constraints>\n                                <fontDescription key=\"fontDescription\" name=\"Avenir-Light\" family=\"Avenir\" pointSize=\"15\"/>\n                                <state key=\"normal\" title=\"Notice: Dark, Cream\">\n                                    <color key=\"titleColor\" red=\"0.44\" green=\"0.41888000000000003\" blue=\"0.28160000000000002\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                </state>\n                                <userDefinedRuntimeAttributes>\n                                    <userDefinedRuntimeAttribute type=\"number\" keyPath=\"buttonCornerRadius\">\n                                        <real key=\"value\" value=\"3\"/>\n                                    </userDefinedRuntimeAttribute>\n                                </userDefinedRuntimeAttributes>\n                                <connections>\n                                    <action selector=\"showModalExamples:\" destination=\"vXZ-lx-hvc\" eventType=\"touchUpInside\" id=\"fNE-Fc-DlB\"/>\n                                </connections>\n                            </button>\n                            <button opaque=\"NO\" tag=\"5\" contentMode=\"scaleToFill\" misplaced=\"YES\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" buttonType=\"roundedRect\" lineBreakMode=\"middleTruncation\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"k7G-Mm-eI6\" customClass=\"Button\" customModule=\"FlourishUI_Example\" customModuleProvider=\"target\">\n                                <rect key=\"frame\" x=\"16\" y=\"273\" width=\"568\" height=\"40\"/>\n                                <color key=\"backgroundColor\" red=\"0.52800000000000002\" green=\"0.72160000000000024\" blue=\"0.88\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                <constraints>\n                                    <constraint firstAttribute=\"height\" constant=\"40\" id=\"07m-ph-88j\"/>\n                                </constraints>\n                                <fontDescription key=\"fontDescription\" name=\"Avenir-Light\" family=\"Avenir\" pointSize=\"15\"/>\n                                <state key=\"normal\" title=\"Info: Way too blue\">\n                                    <color key=\"titleColor\" red=\"0.29699999999999999\" green=\"0.32724999999999987\" blue=\"0.66000000000000003\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                </state>\n                                <userDefinedRuntimeAttributes>\n                                    <userDefinedRuntimeAttribute type=\"number\" keyPath=\"buttonCornerRadius\">\n                                        <real key=\"value\" value=\"3\"/>\n                                    </userDefinedRuntimeAttribute>\n                                </userDefinedRuntimeAttributes>\n                                <connections>\n                                    <action selector=\"showModalExamples:\" destination=\"vXZ-lx-hvc\" eventType=\"touchUpInside\" id=\"Cgv-P7-Joa\"/>\n                                </connections>\n                            </button>\n                            <textField opaque=\"NO\" clipsSubviews=\"YES\" userInteractionEnabled=\"NO\" contentMode=\"scaleToFill\" misplaced=\"YES\" contentHorizontalAlignment=\"left\" contentVerticalAlignment=\"center\" text=\"This is input text with custom padding!\" borderStyle=\"roundedRect\" minimumFontSize=\"17\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"RuT-0e-DOw\" customClass=\"InputText\" customModule=\"FlourishUI_Example\" customModuleProvider=\"target\">\n                                <rect key=\"frame\" x=\"16\" y=\"353\" width=\"568\" height=\"30\"/>\n                                <constraints>\n                                    <constraint firstAttribute=\"height\" constant=\"30\" id=\"jTd-TZ-e6s\"/>\n                                </constraints>\n                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"14\"/>\n                                <textInputTraits key=\"textInputTraits\"/>\n                                <userDefinedRuntimeAttributes>\n                                    <userDefinedRuntimeAttribute type=\"size\" keyPath=\"padding\">\n                                        <size key=\"value\" width=\"15\" height=\"10\"/>\n                                    </userDefinedRuntimeAttribute>\n                                </userDefinedRuntimeAttributes>\n                            </textField>\n                        </subviews>\n                        <color key=\"backgroundColor\" red=\"0.93000000000000005\" green=\"0.91698000000000024\" blue=\"0.89280000000000004\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                        <constraints>\n                            <constraint firstItem=\"PlY-sr-cgc\" firstAttribute=\"trailing\" secondItem=\"kh9-bI-dsS\" secondAttribute=\"trailingMargin\" id=\"1LW-4V-mtS\"/>\n                            <constraint firstItem=\"Tfz-cj-w7Y\" firstAttribute=\"trailing\" secondItem=\"kh9-bI-dsS\" secondAttribute=\"trailingMargin\" id=\"1ZO-Iz-LfZ\"/>\n                            <constraint firstItem=\"KhQ-K8-LvS\" firstAttribute=\"trailing\" secondItem=\"kh9-bI-dsS\" secondAttribute=\"trailingMargin\" id=\"2Yn-Cd-ltj\"/>\n                            <constraint firstItem=\"PlY-sr-cgc\" firstAttribute=\"leading\" secondItem=\"kh9-bI-dsS\" secondAttribute=\"leadingMargin\" id=\"3TK-ES-JkM\"/>\n                            <constraint firstItem=\"k7G-Mm-eI6\" firstAttribute=\"top\" secondItem=\"ugL-Nw-5wb\" secondAttribute=\"bottom\" constant=\"8\" id=\"819-tY-lGV\"/>\n                            <constraint firstItem=\"KhQ-K8-LvS\" firstAttribute=\"top\" secondItem=\"rwK-u1-pi9\" secondAttribute=\"bottom\" constant=\"8\" id=\"8a7-Vb-PKi\"/>\n                            <constraint firstItem=\"k7G-Mm-eI6\" firstAttribute=\"trailing\" secondItem=\"kh9-bI-dsS\" secondAttribute=\"trailingMargin\" id=\"CcJ-yu-dMF\"/>\n                            <constraint firstAttribute=\"trailingMargin\" secondItem=\"rwK-u1-pi9\" secondAttribute=\"trailing\" id=\"FfD-PQ-gAB\"/>\n                            <constraint firstItem=\"ugL-Nw-5wb\" firstAttribute=\"trailing\" secondItem=\"kh9-bI-dsS\" secondAttribute=\"trailingMargin\" id=\"Idu-ni-xN8\"/>\n                            <constraint firstItem=\"ugL-Nw-5wb\" firstAttribute=\"top\" secondItem=\"PlY-sr-cgc\" secondAttribute=\"bottom\" constant=\"8\" id=\"PHH-4K-pAt\"/>\n                            <constraint firstItem=\"k7G-Mm-eI6\" firstAttribute=\"leading\" secondItem=\"kh9-bI-dsS\" secondAttribute=\"leadingMargin\" id=\"SD8-Fq-PHW\"/>\n                            <constraint firstItem=\"ugL-Nw-5wb\" firstAttribute=\"leading\" secondItem=\"kh9-bI-dsS\" secondAttribute=\"leadingMargin\" id=\"Udi-pK-mlq\"/>\n                            <constraint firstAttribute=\"centerX\" secondItem=\"rwK-u1-pi9\" secondAttribute=\"centerX\" id=\"bOf-QX-tUl\"/>\n                            <constraint firstItem=\"KhQ-K8-LvS\" firstAttribute=\"leading\" secondItem=\"kh9-bI-dsS\" secondAttribute=\"leadingMargin\" id=\"cYQ-e1-WD0\"/>\n                            <constraint firstItem=\"Tfz-cj-w7Y\" firstAttribute=\"top\" secondItem=\"jyV-Pf-zRb\" secondAttribute=\"bottom\" constant=\"8\" symbolic=\"YES\" id=\"epG-TR-mhR\"/>\n                            <constraint firstItem=\"rwK-u1-pi9\" firstAttribute=\"leading\" secondItem=\"kh9-bI-dsS\" secondAttribute=\"leadingMargin\" id=\"fMC-HB-wbY\"/>\n                            <constraint firstItem=\"rwK-u1-pi9\" firstAttribute=\"top\" secondItem=\"Tfz-cj-w7Y\" secondAttribute=\"bottom\" constant=\"20\" id=\"gZh-IE-OAY\"/>\n                            <constraint firstAttribute=\"trailingMargin\" secondItem=\"RuT-0e-DOw\" secondAttribute=\"trailing\" id=\"iKa-4D-Ixu\"/>\n                            <constraint firstItem=\"RuT-0e-DOw\" firstAttribute=\"leading\" secondItem=\"kh9-bI-dsS\" secondAttribute=\"leadingMargin\" id=\"kuX-bv-48p\"/>\n                            <constraint firstItem=\"PlY-sr-cgc\" firstAttribute=\"top\" secondItem=\"KhQ-K8-LvS\" secondAttribute=\"bottom\" constant=\"8\" id=\"mc8-3q-fWD\"/>\n                            <constraint firstItem=\"RuT-0e-DOw\" firstAttribute=\"top\" secondItem=\"k7G-Mm-eI6\" secondAttribute=\"bottom\" constant=\"40\" id=\"q1a-QO-icY\"/>\n                            <constraint firstItem=\"Tfz-cj-w7Y\" firstAttribute=\"leading\" secondItem=\"kh9-bI-dsS\" secondAttribute=\"leadingMargin\" id=\"y5T-7t-pQ5\"/>\n                        </constraints>\n                    </view>\n                </viewController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"x5A-6p-PRh\" sceneMemberID=\"firstResponder\"/>\n            </objects>\n        </scene>\n    </scenes>\n</document>\n"
  },
  {
    "path": "Example/FlourishUI/ViewController.swift",
    "content": "//\n//  ViewController.swift\n//  FlourishUI\n//\n//  Created by Clay McIlrath on 01/22/2016.\n//  Copyright (c) 2016 Clay McIlrath. All rights reserved.\n//\n\nimport UIKit\nimport FlourishUI\n\nclass ViewController: UIViewController\n{\n  let body = \"This is a modal example with some pretty funky rad text in it!! You better not make fun of me, scro\"\n  \n  override func viewDidLoad()\n  {\n    super.viewDidLoad()\n    \n    \n    // \n    // Toggle switch with callback\n    //\n    let toggle1 = ToggleSwitch()\n    toggle1.frame = CGRect(x: 20, y: view.frame.height - 50, width: view.frame.width - 40, height: 24)\n    toggle1.active = true\n    toggle1.toggleCallback = {\n      Modal(title: \"Don't toggle me bro!\", body: \"This was triggered by the toggle callback\", status: .success).show()\n    }\n    toggle1.label.setTitle(\"Callback\", for: .normal)\n    view.addSubview(toggle1)\n    \n    \n//\n// Customizing toggle switches\n//\nlet greenColor = UIColor(hex: \"#3D8C8E\")\n\nlet toggle2 = ToggleSwitch()\ntoggle2.frame = CGRect(x: 20, y: view.frame.height - 100, width: view.frame.width - 40, height: 24)\ntoggle2.label.setTitle(\"Custom styled toggle\", for: .normal)\ntoggle2.active = true\n\n// Customize the label associated with the toggle switch\ntoggle2.label.frame.size.width = 200\ntoggle2.label.titleLabel?.textColor = .black\n\n// Customize the background which the toggle button slides across\ntoggle2.slide.activeBackgroundColor = greenColor.adjustValue(percentage: 1.4)\ntoggle2.slide.activeBorderColor = greenColor.adjustValue(percentage: 1.0)\ntoggle2.slide.disabledBackgroundColor = UIColor(hex: \"#99896F\")\ntoggle2.slide.disabledBorderColor = UIColor(hex: \"#99896F\").adjustValue(percentage: 0.5)\n\n// Customize the round toggle button\ntoggle2.button.activeBackgroundColor = greenColor.adjustValue(percentage: 1.3)\ntoggle2.button.activeBorderColor = greenColor.adjustValue(percentage: 1.1)\ntoggle2.button.disabledBackgroundColor = UIColor(rgba: [153, 137, 111, 0.8])\ntoggle2.button.disabledBorderColor = UIColor(rgba: [153, 137, 111, 0.8]).adjustValue(percentage: 0.5)\n\nview.addSubview(toggle2)\n  }\n  \n  @IBAction func showModalExamples(_ sender: UIButton)\n  {\n    switch sender.tag\n    {\n      case 1 :\n        Modal(title: sender.titleLabel?.text, body: body, status: .success).show()\n        \n      case 2 :\n        var settings = Modal.Settings()\n        settings.backgroundColor = .white\n        settings.shadowType = .hover\n        settings.shadowRadius = CGFloat(5)\n        settings.shadowOffset = CGSize(width: 0, height: 0)\n        settings.shadowOpacity = 0.1\n        settings.overlayBlurStyle = .extraLight\n        \n        Modal(title: sender.titleLabel?.text, body: body, status: .warning, settings: settings).show()\n        \n      case 3 :\n        var settings = Modal.Settings()\n        settings.borderRadius = 0\n        settings.shadowType = .curl\n        settings.shadowOffset = CGSize(width: 0, height: -3)\n        \n        Modal(title: sender.titleLabel?.text, body: body, status: .error, settings: settings).show()\n        \n      case 4 :\n        var settings = Modal.Settings()\n        settings.overlayBlurStyle = .dark\n        settings.backgroundColor = UIColor(red: 200/255, green: 203/255, blue: 177/255, alpha: 0.5)\n        settings.bodyColor = .white\n        Modal(title: sender.titleLabel?.text, body: body, status: .notice, settings: settings).show()\n        \n      case 5 :\n        var settings = Modal.Settings()\n        settings.overlayColor = UIColor(red: 40/255, green: 102/255, blue: 191/255, alpha: 0.25)\n        settings.backgroundColor = UIColor(red: 40/255, green: 102/255, blue: 191/255, alpha: 0.25)\n        settings.borderColor = .white\n        settings.titleColor = .white\n        settings.bodyColor = .blue\n        Modal(title: sender.titleLabel?.text, body: body, status: .info, settings: settings).show()\n        \n      default :\n        Modal(title: sender.titleLabel?.text, body: body, status: .info).show()\n    }\n  }\n  \n}\n"
  },
  {
    "path": "Example/FlourishUI.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\t0D51B8A66C1E21B25D26C364 /* Pods_FlourishUI_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 90EF26BE1975FE9D85A2D21B /* Pods_FlourishUI_Example.framework */; };\n\t\t607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };\n\t\t607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; };\n\t\t607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };\n\t\t607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };\n\t\t6F7A7ADD1C533D5D004BAAFD /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6F7A7ADC1C533D5D004BAAFD /* Main.storyboard */; };\n\t\t6F7A7ADE1C533D5D004BAAFD /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6F7A7ADC1C533D5D004BAAFD /* Main.storyboard */; };\n\t\tA97863D74703EF6C42CA5B8F /* Pods_FlourishUI_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3FE82ABCCE0622BDF141786 /* Pods_FlourishUI_Tests.framework */; };\n/* End PBXBuildFile section */\n\n/* Begin PBXContainerItemProxy section */\n\t\t607FACE61AFB9204008FA782 /* PBXContainerItemProxy */ = {\n\t\t\tisa = PBXContainerItemProxy;\n\t\t\tcontainerPortal = 607FACC81AFB9204008FA782 /* Project object */;\n\t\t\tproxyType = 1;\n\t\t\tremoteGlobalIDString = 607FACCF1AFB9204008FA782;\n\t\t\tremoteInfo = FlourishUI;\n\t\t};\n/* End PBXContainerItemProxy section */\n\n/* Begin PBXFileReference section */\n\t\t580F72798ABBD68494928AFF /* Pods-FlourishUI_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-FlourishUI_Tests.release.xcconfig\"; path = \"Pods/Target Support Files/Pods-FlourishUI_Tests/Pods-FlourishUI_Tests.release.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t5A0D7118F85C6B7F574111B0 /* Pods-FlourishUI_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-FlourishUI_Example.debug.xcconfig\"; path = \"Pods/Target Support Files/Pods-FlourishUI_Example/Pods-FlourishUI_Example.debug.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t607FACD01AFB9204008FA782 /* FlourishUI_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FlourishUI_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\t607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = \"<group>\"; };\n\t\t607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = \"<group>\"; };\n\t\t607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = \"<group>\"; };\n\t\t607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = \"<group>\"; };\n\t\t607FACE51AFB9204008FA782 /* FlourishUI_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FlourishUI_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\t6F7A7ADC1C533D5D004BAAFD /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = \"<group>\"; };\n\t\t90EF26BE1975FE9D85A2D21B /* Pods_FlourishUI_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FlourishUI_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t95BA2521B765777EEB81DA4F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = \"<group>\"; };\n\t\t987CD5A654F85292870A5F58 /* Pods-FlourishUI_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-FlourishUI_Example.release.xcconfig\"; path = \"Pods/Target Support Files/Pods-FlourishUI_Example/Pods-FlourishUI_Example.release.xcconfig\"; sourceTree = \"<group>\"; };\n\t\tD3FE82ABCCE0622BDF141786 /* Pods_FlourishUI_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FlourishUI_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\tD7DB8137FF7CA2778BFA5B81 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = \"<group>\"; };\n\t\tFA75B9D0514350481E4B5ED5 /* Pods-FlourishUI_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-FlourishUI_Tests.debug.xcconfig\"; path = \"Pods/Target Support Files/Pods-FlourishUI_Tests/Pods-FlourishUI_Tests.debug.xcconfig\"; sourceTree = \"<group>\"; };\n\t\tFEAA74E24B42741AC0A0C93A /* FlourishUI.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = FlourishUI.podspec; path = ../FlourishUI.podspec; sourceTree = \"<group>\"; };\n/* End PBXFileReference section */\n\n/* Begin PBXFrameworksBuildPhase section */\n\t\t607FACCD1AFB9204008FA782 /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t0D51B8A66C1E21B25D26C364 /* Pods_FlourishUI_Example.framework in Frameworks */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\t607FACE21AFB9204008FA782 /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tA97863D74703EF6C42CA5B8F /* Pods_FlourishUI_Tests.framework in Frameworks */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXFrameworksBuildPhase section */\n\n/* Begin PBXGroup section */\n\t\t33D826F169EA6A92756CB55A /* Frameworks */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t90EF26BE1975FE9D85A2D21B /* Pods_FlourishUI_Example.framework */,\n\t\t\t\tD3FE82ABCCE0622BDF141786 /* Pods_FlourishUI_Tests.framework */,\n\t\t\t);\n\t\t\tname = Frameworks;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t607FACC71AFB9204008FA782 = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t607FACF51AFB993E008FA782 /* Podspec Metadata */,\n\t\t\t\t607FACD21AFB9204008FA782 /* Example for FlourishUI */,\n\t\t\t\t607FACE81AFB9204008FA782 /* Tests */,\n\t\t\t\t607FACD11AFB9204008FA782 /* Products */,\n\t\t\t\tD8223DB2CE2A5919563D7848 /* Pods */,\n\t\t\t\t33D826F169EA6A92756CB55A /* Frameworks */,\n\t\t\t);\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t607FACD11AFB9204008FA782 /* Products */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t607FACD01AFB9204008FA782 /* FlourishUI_Example.app */,\n\t\t\t\t607FACE51AFB9204008FA782 /* FlourishUI_Tests.xctest */,\n\t\t\t);\n\t\t\tname = Products;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t607FACD21AFB9204008FA782 /* Example for FlourishUI */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t607FACD51AFB9204008FA782 /* AppDelegate.swift */,\n\t\t\t\t607FACD71AFB9204008FA782 /* ViewController.swift */,\n\t\t\t\t6F7A7ADC1C533D5D004BAAFD /* Main.storyboard */,\n\t\t\t\t607FACDC1AFB9204008FA782 /* Images.xcassets */,\n\t\t\t\t607FACDE1AFB9204008FA782 /* LaunchScreen.xib */,\n\t\t\t\t607FACD31AFB9204008FA782 /* Supporting Files */,\n\t\t\t);\n\t\t\tname = \"Example for FlourishUI\";\n\t\t\tpath = FlourishUI;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t607FACD31AFB9204008FA782 /* Supporting Files */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t607FACD41AFB9204008FA782 /* Info.plist */,\n\t\t\t);\n\t\t\tname = \"Supporting Files\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t607FACE81AFB9204008FA782 /* Tests */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t607FACE91AFB9204008FA782 /* Supporting Files */,\n\t\t\t);\n\t\t\tpath = Tests;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t607FACE91AFB9204008FA782 /* Supporting Files */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t607FACEA1AFB9204008FA782 /* Info.plist */,\n\t\t\t);\n\t\t\tname = \"Supporting Files\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t607FACF51AFB993E008FA782 /* Podspec Metadata */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tFEAA74E24B42741AC0A0C93A /* FlourishUI.podspec */,\n\t\t\t\tD7DB8137FF7CA2778BFA5B81 /* README.md */,\n\t\t\t\t95BA2521B765777EEB81DA4F /* LICENSE */,\n\t\t\t);\n\t\t\tname = \"Podspec Metadata\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tD8223DB2CE2A5919563D7848 /* Pods */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t5A0D7118F85C6B7F574111B0 /* Pods-FlourishUI_Example.debug.xcconfig */,\n\t\t\t\t987CD5A654F85292870A5F58 /* Pods-FlourishUI_Example.release.xcconfig */,\n\t\t\t\tFA75B9D0514350481E4B5ED5 /* Pods-FlourishUI_Tests.debug.xcconfig */,\n\t\t\t\t580F72798ABBD68494928AFF /* Pods-FlourishUI_Tests.release.xcconfig */,\n\t\t\t);\n\t\t\tname = Pods;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXGroup section */\n\n/* Begin PBXNativeTarget section */\n\t\t607FACCF1AFB9204008FA782 /* FlourishUI_Example */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget \"FlourishUI_Example\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t10F33CEDC5647494EB4C96CB /* Check Pods Manifest.lock */,\n\t\t\t\t607FACCC1AFB9204008FA782 /* Sources */,\n\t\t\t\t607FACCD1AFB9204008FA782 /* Frameworks */,\n\t\t\t\t607FACCE1AFB9204008FA782 /* Resources */,\n\t\t\t\tE59DE92998462B2F2734EAC8 /* Embed Pods Frameworks */,\n\t\t\t\tDDA3A04418B1A16D9CF72CC0 /* Copy Pods 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 = FlourishUI_Example;\n\t\t\tproductName = FlourishUI;\n\t\t\tproductReference = 607FACD01AFB9204008FA782 /* FlourishUI_Example.app */;\n\t\t\tproductType = \"com.apple.product-type.application\";\n\t\t};\n\t\t607FACE41AFB9204008FA782 /* FlourishUI_Tests */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget \"FlourishUI_Tests\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t971C6B455753240F8D828AC4 /* Check Pods Manifest.lock */,\n\t\t\t\t607FACE11AFB9204008FA782 /* Sources */,\n\t\t\t\t607FACE21AFB9204008FA782 /* Frameworks */,\n\t\t\t\t607FACE31AFB9204008FA782 /* Resources */,\n\t\t\t\t8E35BE56C8C845EFA9C513A4 /* Embed Pods Frameworks */,\n\t\t\t\t7271DD531923F76AD80D17D5 /* Copy Pods Resources */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t\t607FACE71AFB9204008FA782 /* PBXTargetDependency */,\n\t\t\t);\n\t\t\tname = FlourishUI_Tests;\n\t\t\tproductName = Tests;\n\t\t\tproductReference = 607FACE51AFB9204008FA782 /* FlourishUI_Tests.xctest */;\n\t\t\tproductType = \"com.apple.product-type.bundle.unit-test\";\n\t\t};\n/* End PBXNativeTarget section */\n\n/* Begin PBXProject section */\n\t\t607FACC81AFB9204008FA782 /* Project object */ = {\n\t\t\tisa = PBXProject;\n\t\t\tattributes = {\n\t\t\t\tLastSwiftUpdateCheck = 0720;\n\t\t\t\tLastUpgradeCheck = 0800;\n\t\t\t\tORGANIZATIONNAME = CocoaPods;\n\t\t\t\tTargetAttributes = {\n\t\t\t\t\t607FACCF1AFB9204008FA782 = {\n\t\t\t\t\t\tCreatedOnToolsVersion = 6.3.1;\n\t\t\t\t\t\tLastSwiftMigration = 0800;\n\t\t\t\t\t};\n\t\t\t\t\t607FACE41AFB9204008FA782 = {\n\t\t\t\t\t\tCreatedOnToolsVersion = 6.3.1;\n\t\t\t\t\t\tLastSwiftMigration = 0800;\n\t\t\t\t\t\tTestTargetID = 607FACCF1AFB9204008FA782;\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t\t};\n\t\t\tbuildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject \"FlourishUI\" */;\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\ten,\n\t\t\t\tBase,\n\t\t\t);\n\t\t\tmainGroup = 607FACC71AFB9204008FA782;\n\t\t\tproductRefGroup = 607FACD11AFB9204008FA782 /* Products */;\n\t\t\tprojectDirPath = \"\";\n\t\t\tprojectRoot = \"\";\n\t\t\ttargets = (\n\t\t\t\t607FACCF1AFB9204008FA782 /* FlourishUI_Example */,\n\t\t\t\t607FACE41AFB9204008FA782 /* FlourishUI_Tests */,\n\t\t\t);\n\t\t};\n/* End PBXProject section */\n\n/* Begin PBXResourcesBuildPhase section */\n\t\t607FACCE1AFB9204008FA782 /* Resources */ = {\n\t\t\tisa = PBXResourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t6F7A7ADD1C533D5D004BAAFD /* Main.storyboard in Resources */,\n\t\t\t\t607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */,\n\t\t\t\t607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\t607FACE31AFB9204008FA782 /* Resources */ = {\n\t\t\tisa = PBXResourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t6F7A7ADE1C533D5D004BAAFD /* Main.storyboard in Resources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXResourcesBuildPhase section */\n\n/* Begin PBXShellScriptBuildPhase section */\n\t\t10F33CEDC5647494EB4C96CB /* Check Pods Manifest.lock */ = {\n\t\t\tisa = PBXShellScriptBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tinputPaths = (\n\t\t\t);\n\t\t\tname = \"Check Pods Manifest.lock\";\n\t\t\toutputPaths = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"diff \\\"${PODS_ROOT}/../Podfile.lock\\\" \\\"${PODS_ROOT}/Manifest.lock\\\" > /dev/null\\nif [[ $? != 0 ]] ; then\\n    cat << EOM\\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\\nEOM\\n    exit 1\\nfi\\n\";\n\t\t\tshowEnvVarsInLog = 0;\n\t\t};\n\t\t7271DD531923F76AD80D17D5 /* Copy Pods Resources */ = {\n\t\t\tisa = PBXShellScriptBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tinputPaths = (\n\t\t\t);\n\t\t\tname = \"Copy Pods Resources\";\n\t\t\toutputPaths = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"\\\"${SRCROOT}/Pods/Target Support Files/Pods-FlourishUI_Tests/Pods-FlourishUI_Tests-resources.sh\\\"\\n\";\n\t\t\tshowEnvVarsInLog = 0;\n\t\t};\n\t\t8E35BE56C8C845EFA9C513A4 /* Embed Pods Frameworks */ = {\n\t\t\tisa = PBXShellScriptBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tinputPaths = (\n\t\t\t);\n\t\t\tname = \"Embed Pods Frameworks\";\n\t\t\toutputPaths = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"\\\"${SRCROOT}/Pods/Target Support Files/Pods-FlourishUI_Tests/Pods-FlourishUI_Tests-frameworks.sh\\\"\\n\";\n\t\t\tshowEnvVarsInLog = 0;\n\t\t};\n\t\t971C6B455753240F8D828AC4 /* Check Pods Manifest.lock */ = {\n\t\t\tisa = PBXShellScriptBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tinputPaths = (\n\t\t\t);\n\t\t\tname = \"Check Pods Manifest.lock\";\n\t\t\toutputPaths = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"diff \\\"${PODS_ROOT}/../Podfile.lock\\\" \\\"${PODS_ROOT}/Manifest.lock\\\" > /dev/null\\nif [[ $? != 0 ]] ; then\\n    cat << EOM\\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\\nEOM\\n    exit 1\\nfi\\n\";\n\t\t\tshowEnvVarsInLog = 0;\n\t\t};\n\t\tDDA3A04418B1A16D9CF72CC0 /* Copy Pods Resources */ = {\n\t\t\tisa = PBXShellScriptBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tinputPaths = (\n\t\t\t);\n\t\t\tname = \"Copy Pods Resources\";\n\t\t\toutputPaths = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"\\\"${SRCROOT}/Pods/Target Support Files/Pods-FlourishUI_Example/Pods-FlourishUI_Example-resources.sh\\\"\\n\";\n\t\t\tshowEnvVarsInLog = 0;\n\t\t};\n\t\tE59DE92998462B2F2734EAC8 /* Embed Pods Frameworks */ = {\n\t\t\tisa = PBXShellScriptBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tinputPaths = (\n\t\t\t);\n\t\t\tname = \"Embed Pods Frameworks\";\n\t\t\toutputPaths = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"\\\"${SRCROOT}/Pods/Target Support Files/Pods-FlourishUI_Example/Pods-FlourishUI_Example-frameworks.sh\\\"\\n\";\n\t\t\tshowEnvVarsInLog = 0;\n\t\t};\n/* End PBXShellScriptBuildPhase section */\n\n/* Begin PBXSourcesBuildPhase section */\n\t\t607FACCC1AFB9204008FA782 /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t607FACD81AFB9204008FA782 /* ViewController.swift in Sources */,\n\t\t\t\t607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\t607FACE11AFB9204008FA782 /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXSourcesBuildPhase section */\n\n/* Begin PBXTargetDependency section */\n\t\t607FACE71AFB9204008FA782 /* PBXTargetDependency */ = {\n\t\t\tisa = PBXTargetDependency;\n\t\t\ttarget = 607FACCF1AFB9204008FA782 /* FlourishUI_Example */;\n\t\t\ttargetProxy = 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */;\n\t\t};\n/* End PBXTargetDependency section */\n\n/* Begin PBXVariantGroup section */\n\t\t607FACDE1AFB9204008FA782 /* LaunchScreen.xib */ = {\n\t\t\tisa = PBXVariantGroup;\n\t\t\tchildren = (\n\t\t\t\t607FACDF1AFB9204008FA782 /* Base */,\n\t\t\t);\n\t\t\tname = LaunchScreen.xib;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXVariantGroup section */\n\n/* Begin XCBuildConfiguration section */\n\t\t607FACED1AFB9204008FA782 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++0x\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\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_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tCOPY_PHASE_STRIP = NO;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = \"dwarf-with-dsym\";\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tENABLE_TESTABILITY = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu99;\n\t\t\t\tGCC_DYNAMIC_NO_PIC = NO;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tGCC_OPTIMIZATION_LEVEL = 0;\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_SYMBOLS_PRIVATE_EXTERN = NO;\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\tIPHONEOS_DEPLOYMENT_TARGET = 8.3;\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = YES;\n\t\t\t\tONLY_ACTIVE_ARCH = YES;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-Onone\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t607FACEE1AFB9204008FA782 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++0x\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\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_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tCOPY_PHASE_STRIP = NO;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = \"dwarf-with-dsym\";\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 = gnu99;\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\tIPHONEOS_DEPLOYMENT_TARGET = 8.3;\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = NO;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-Owholemodule\";\n\t\t\t\tVALIDATE_PRODUCT = YES;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\t607FACF01AFB9204008FA782 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 5A0D7118F85C6B7F574111B0 /* Pods-FlourishUI_Example.debug.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;\n\t\t\t\tASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;\n\t\t\t\tINFOPLIST_FILE = FlourishUI/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks\";\n\t\t\t\tMODULE_NAME = ExampleApp;\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = \"org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSWIFT_VERSION = 3.0;\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t607FACF11AFB9204008FA782 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 987CD5A654F85292870A5F58 /* Pods-FlourishUI_Example.release.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;\n\t\t\t\tASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;\n\t\t\t\tINFOPLIST_FILE = FlourishUI/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks\";\n\t\t\t\tMODULE_NAME = ExampleApp;\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = \"org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSWIFT_VERSION = 3.0;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\t607FACF31AFB9204008FA782 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = FA75B9D0514350481E4B5ED5 /* Pods-FlourishUI_Tests.debug.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;\n\t\t\t\tBUNDLE_LOADER = \"$(TEST_HOST)\";\n\t\t\t\tFRAMEWORK_SEARCH_PATHS = (\n\t\t\t\t\t\"$(SDKROOT)/Developer/Library/Frameworks\",\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t);\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\tINFOPLIST_FILE = Tests/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks @loader_path/Frameworks\";\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = \"org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSWIFT_VERSION = 3.0;\n\t\t\t\tTEST_HOST = \"$(BUILT_PRODUCTS_DIR)/FlourishUI_Example.app/FlourishUI_Example\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t607FACF41AFB9204008FA782 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 580F72798ABBD68494928AFF /* Pods-FlourishUI_Tests.release.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;\n\t\t\t\tBUNDLE_LOADER = \"$(TEST_HOST)\";\n\t\t\t\tFRAMEWORK_SEARCH_PATHS = (\n\t\t\t\t\t\"$(SDKROOT)/Developer/Library/Frameworks\",\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t);\n\t\t\t\tINFOPLIST_FILE = Tests/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks @loader_path/Frameworks\";\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = \"org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSWIFT_VERSION = 3.0;\n\t\t\t\tTEST_HOST = \"$(BUILT_PRODUCTS_DIR)/FlourishUI_Example.app/FlourishUI_Example\";\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n/* End XCBuildConfiguration section */\n\n/* Begin XCConfigurationList section */\n\t\t607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject \"FlourishUI\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t607FACED1AFB9204008FA782 /* Debug */,\n\t\t\t\t607FACEE1AFB9204008FA782 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\t607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget \"FlourishUI_Example\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t607FACF01AFB9204008FA782 /* Debug */,\n\t\t\t\t607FACF11AFB9204008FA782 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\t607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget \"FlourishUI_Tests\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t607FACF31AFB9204008FA782 /* Debug */,\n\t\t\t\t607FACF41AFB9204008FA782 /* 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 = 607FACC81AFB9204008FA782 /* Project object */;\n}\n"
  },
  {
    "path": "Example/FlourishUI.xcodeproj/project.xcworkspace/contents.xcworkspacedata",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n   version = \"1.0\">\n   <FileRef\n      location = \"self:FlourishUI.xcodeproj\">\n   </FileRef>\n</Workspace>\n"
  },
  {
    "path": "Example/FlourishUI.xcodeproj/xcshareddata/xcschemes/FlourishUI-Example.xcscheme",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0800\"\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 = \"607FACCF1AFB9204008FA782\"\n               BuildableName = \"FlourishUI_Example.app\"\n               BlueprintName = \"FlourishUI_Example\"\n               ReferencedContainer = \"container:FlourishUI.xcodeproj\">\n            </BuildableReference>\n         </BuildActionEntry>\n         <BuildActionEntry\n            buildForTesting = \"YES\"\n            buildForRunning = \"YES\"\n            buildForProfiling = \"NO\"\n            buildForArchiving = \"NO\"\n            buildForAnalyzing = \"YES\">\n            <BuildableReference\n               BuildableIdentifier = \"primary\"\n               BlueprintIdentifier = \"607FACE41AFB9204008FA782\"\n               BuildableName = \"FlourishUI_Tests.xctest\"\n               BlueprintName = \"FlourishUI_Tests\"\n               ReferencedContainer = \"container:FlourishUI.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 = \"607FACE41AFB9204008FA782\"\n               BuildableName = \"FlourishUI_Tests.xctest\"\n               BlueprintName = \"FlourishUI_Tests\"\n               ReferencedContainer = \"container:FlourishUI.xcodeproj\">\n            </BuildableReference>\n         </TestableReference>\n      </Testables>\n      <MacroExpansion>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"607FACCF1AFB9204008FA782\"\n            BuildableName = \"FlourishUI_Example.app\"\n            BlueprintName = \"FlourishUI_Example\"\n            ReferencedContainer = \"container:FlourishUI.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 = \"607FACCF1AFB9204008FA782\"\n            BuildableName = \"FlourishUI_Example.app\"\n            BlueprintName = \"FlourishUI_Example\"\n            ReferencedContainer = \"container:FlourishUI.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 = \"607FACCF1AFB9204008FA782\"\n            BuildableName = \"FlourishUI_Example.app\"\n            BlueprintName = \"FlourishUI_Example\"\n            ReferencedContainer = \"container:FlourishUI.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": "Example/FlourishUI.xcworkspace/contents.xcworkspacedata",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n   version = \"1.0\">\n   <FileRef\n      location = \"group:FlourishUI.xcodeproj\">\n   </FileRef>\n   <FileRef\n      location = \"group:Pods/Pods.xcodeproj\">\n   </FileRef>\n</Workspace>\n"
  },
  {
    "path": "Example/Podfile",
    "content": "source 'https://github.com/CocoaPods/Specs.git'\nuse_frameworks!\n\ntarget 'FlourishUI_Example' do\n  pod \"FlourishUI\", :path => \"../\"\nend\n\ntarget 'FlourishUI_Tests' do\n  pod \"FlourishUI\", :path => \"../\"\nend\n"
  },
  {
    "path": "Example/Pods/Local Podspecs/FlourishUI.podspec.json",
    "content": "{\n  \"name\": \"FlourishUI\",\n  \"version\": \"2.1.0\",\n  \"summary\": \"FlourishUI is a nice clean user interface framework\",\n  \"description\": \"FlourishUI is a user interface framework for making good looking iOS applications\",\n  \"homepage\": \"https://github.com/thinkclay/FlourishUI\",\n  \"license\": \"MIT\",\n  \"authors\": {\n    \"Clay McIlrath\": \"clay.mcilrath@gmail.com\"\n  },\n  \"source\": {\n    \"git\": \"https://github.com/thinkclay/FlourishUI.git\",\n    \"tag\": \"2.1.0\"\n  },\n  \"platforms\": {\n    \"ios\": \"8.0\"\n  },\n  \"requires_arc\": true,\n  \"source_files\": \"Pod/Classes/**/*\",\n  \"resource_bundles\": {\n    \"FlourishUI\": [\n      \"Pod/Assets/*.png\"\n    ]\n  }\n}\n"
  },
  {
    "path": "Example/Pods/Pods.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\t1845DC4DDCDA7C782037109AE12A043C /* InputText.swift in Sources */ = {isa = PBXBuildFile; fileRef = F084ED9F417A6F5B007162A44B77C2FB /* InputText.swift */; };\n\t\t43813CC7F074C7CB36B3D8CFB6646AC9 /* FlourishUI-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 72E14E18DC7340DF461D575CE606C8E6 /* FlourishUI-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };\n\t\t51911BC335E266AF0EAA433209EECE43 /* Pods-FlourishUI_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 477BE24D7EEBD8BB48131D87D3BE1D6C /* Pods-FlourishUI_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };\n\t\t6A4212D4341A3A2C84ED9A90DEB66A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3997E5D2953ECDF377B85B234FDF550D /* Foundation.framework */; };\n\t\t6F84FEF41DBF37A70070ECAE /* ToggleSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F84FEF31DBF37A70070ECAE /* ToggleSwitch.swift */; };\n\t\t6FA102001FD23C72E20F8793A6D18856 /* Pods-FlourishUI_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FD825C082557220DCA82CCFBCCE171E7 /* Pods-FlourishUI_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };\n\t\t8C798947AB448B83D3650788881D63CB /* FlourishUI.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 4326120A0C1B04F418482EDD8D4A9EC5 /* FlourishUI.bundle */; };\n\t\t94292B1508F489120F1B04EB5989F778 /* Pods-FlourishUI_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 64DBFCDCE95FB2DFB5F76A6E0E3DB652 /* Pods-FlourishUI_Tests-dummy.m */; };\n\t\t9FC0A904B59691F805F4F881D4CE897A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3997E5D2953ECDF377B85B234FDF550D /* Foundation.framework */; };\n\t\tA44BBA668719BFD9018282A3722E56C2 /* FlourishUI-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B41984558661C395B931BF5759619AB3 /* FlourishUI-dummy.m */; };\n\t\tB1B2FCF9D6601917210A3B09D4F0EE04 /* Pods-FlourishUI_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00FE8E66EF83D6EBCCCFB434356201A1 /* Pods-FlourishUI_Example-dummy.m */; };\n\t\tC14492F3FD177BEFE9ADC9925A6F90B5 /* Button.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1F33BDDC80E7001B7BC6BA3055E98D /* Button.swift */; };\n\t\tEF5B675F3A1666D52EFE8AAEE8216FDA /* Modal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BC5B9DD56A04186E56AE4BA4B929B9C /* Modal.swift */; };\n\t\tF073329E27CA9C44A23C5415B0261ABB /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4010ED2F35C8BBCB4267182E485938E /* UIColor.swift */; };\n\t\tFCFE22BDCAF9B6FAC85BB236F0D5A1AA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3997E5D2953ECDF377B85B234FDF550D /* Foundation.framework */; };\n/* End PBXBuildFile section */\n\n/* Begin PBXContainerItemProxy section */\n\t\t18CE7DEB9F27F500AD0CD5594CDA5EC2 /* PBXContainerItemProxy */ = {\n\t\t\tisa = PBXContainerItemProxy;\n\t\t\tcontainerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;\n\t\t\tproxyType = 1;\n\t\t\tremoteGlobalIDString = 71AD24E1005B528B8AD2A22053560ED7;\n\t\t\tremoteInfo = FlourishUI;\n\t\t};\n\t\t22C950EA1A9D43DDACB74C8EC18181DA /* PBXContainerItemProxy */ = {\n\t\t\tisa = PBXContainerItemProxy;\n\t\t\tcontainerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;\n\t\t\tproxyType = 1;\n\t\t\tremoteGlobalIDString = 71AD24E1005B528B8AD2A22053560ED7;\n\t\t\tremoteInfo = FlourishUI;\n\t\t};\n\t\t22E33D797E656E686F7EBA110EDDB042 /* PBXContainerItemProxy */ = {\n\t\t\tisa = PBXContainerItemProxy;\n\t\t\tcontainerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;\n\t\t\tproxyType = 1;\n\t\t\tremoteGlobalIDString = 628215558E5F3719B4D5AC4D4B7C5165;\n\t\t\tremoteInfo = \"FlourishUI-FlourishUI\";\n\t\t};\n/* End PBXContainerItemProxy section */\n\n/* Begin PBXFileReference section */\n\t\t00FE8E66EF83D6EBCCCFB434356201A1 /* Pods-FlourishUI_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = \"Pods-FlourishUI_Example-dummy.m\"; sourceTree = \"<group>\"; };\n\t\t0E618F5BCA2D6CCCE71E1010822A5340 /* Pods-FlourishUI_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = \"Pods-FlourishUI_Example-resources.sh\"; sourceTree = \"<group>\"; };\n\t\t1987AFE75B788B46FAE98B32C1AF3EAE /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\t1BC5B9DD56A04186E56AE4BA4B929B9C /* Modal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Modal.swift; sourceTree = \"<group>\"; };\n\t\t3997E5D2953ECDF377B85B234FDF550D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };\n\t\t3E95C60FC11F7C9CAEF48636747D59F3 /* Pods-FlourishUI_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = \"Pods-FlourishUI_Tests-frameworks.sh\"; sourceTree = \"<group>\"; };\n\t\t3F62854F94FA322C24D6923FDDDAF577 /* Pods-FlourishUI_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = \"Pods-FlourishUI_Tests.debug.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t40A9787AAFF811E63E34BAB29C02230D /* Pods-FlourishUI_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = \"Pods-FlourishUI_Example-frameworks.sh\"; sourceTree = \"<group>\"; };\n\t\t4326120A0C1B04F418482EDD8D4A9EC5 /* FlourishUI.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FlourishUI.bundle; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t45E9BCEE838280B1F8A0E679BB287685 /* Pods-FlourishUI_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = \"Pods-FlourishUI_Example.debug.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t477BE24D7EEBD8BB48131D87D3BE1D6C /* Pods-FlourishUI_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = \"Pods-FlourishUI_Tests-umbrella.h\"; sourceTree = \"<group>\"; };\n\t\t50132C66C6C099C04AD511657496E062 /* Pods-FlourishUI_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = \"Pods-FlourishUI_Tests-acknowledgements.markdown\"; sourceTree = \"<group>\"; };\n\t\t506EA0D4059D3B018EF14A344BFBE378 /* Pods-FlourishUI_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = \"Pods-FlourishUI_Example-acknowledgements.plist\"; sourceTree = \"<group>\"; };\n\t\t552088DDC34C898C1C4694C4196E1A57 /* FlourishUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FlourishUI.framework; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t64DBFCDCE95FB2DFB5F76A6E0E3DB652 /* Pods-FlourishUI_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = \"Pods-FlourishUI_Tests-dummy.m\"; sourceTree = \"<group>\"; };\n\t\t6A07DF211D14C28BD702B9A4DC603196 /* Pods_FlourishUI_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FlourishUI_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t6F84FEF31DBF37A70070ECAE /* ToggleSwitch.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ToggleSwitch.swift; sourceTree = \"<group>\"; };\n\t\t72E14E18DC7340DF461D575CE606C8E6 /* FlourishUI-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = \"FlourishUI-umbrella.h\"; sourceTree = \"<group>\"; };\n\t\t7992A77D3BFC605D7F9CCA0F127A44EA /* FlourishUI-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = \"FlourishUI-prefix.pch\"; sourceTree = \"<group>\"; };\n\t\t8F3921ABC2E94B744A54D6519E6DCD94 /* FlourishUI.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = \"sourcecode.module-map\"; path = FlourishUI.modulemap; sourceTree = \"<group>\"; };\n\t\t933008C1C251F5BCC66204DEEB8E5038 /* Pods-FlourishUI_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = \"Pods-FlourishUI_Example.release.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t95A313C6B096C1B8BAE1F4261F3850DB /* Pods-FlourishUI_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = \"Pods-FlourishUI_Tests.release.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t9C44CFC818027697A41F67C938A3E809 /* FlourishUI.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FlourishUI.xcconfig; sourceTree = \"<group>\"; };\n\t\t9D5CA895A34DB0F962797CFFF3197647 /* Pods-FlourishUI_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = \"sourcecode.module-map\"; path = \"Pods-FlourishUI_Example.modulemap\"; sourceTree = \"<group>\"; };\n\t\tA3A007597CF14082B3A149EC9F97485D /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\tA6072313AD4B4C1536E4FDFCE618F340 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\tA679B03D0DF84C18D092B9DBEFCA5726 /* Pods-FlourishUI_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = \"Pods-FlourishUI_Tests-resources.sh\"; sourceTree = \"<group>\"; };\n\t\tB32325831BD7B8485764C3E091F9294D /* Pods-FlourishUI_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = \"Pods-FlourishUI_Example-acknowledgements.markdown\"; sourceTree = \"<group>\"; };\n\t\tB41984558661C395B931BF5759619AB3 /* FlourishUI-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = \"FlourishUI-dummy.m\"; sourceTree = \"<group>\"; };\n\t\tBA6428E9F66FD5A23C0A2E06ED26CD2F /* Podfile */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };\n\t\tC2C4A5F7AD00026E4D368F0E1EB0FAA4 /* Pods_FlourishUI_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FlourishUI_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\tD4010ED2F35C8BBCB4267182E485938E /* UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = \"<group>\"; };\n\t\tE035C137C8BC0019E8EB423D2403056B /* Pods-FlourishUI_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = \"sourcecode.module-map\"; path = \"Pods-FlourishUI_Tests.modulemap\"; sourceTree = \"<group>\"; };\n\t\tE4CD32076961FA1B4F2ED6D4381422EF /* Pods-FlourishUI_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = \"Pods-FlourishUI_Tests-acknowledgements.plist\"; sourceTree = \"<group>\"; };\n\t\tF084ED9F417A6F5B007162A44B77C2FB /* InputText.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = InputText.swift; sourceTree = \"<group>\"; };\n\t\tF47D68629F37F285220781B599693CA9 /* ResourceBundle-FlourishUI-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = \"ResourceBundle-FlourishUI-Info.plist\"; sourceTree = \"<group>\"; };\n\t\tFD1F33BDDC80E7001B7BC6BA3055E98D /* Button.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Button.swift; sourceTree = \"<group>\"; };\n\t\tFD825C082557220DCA82CCFBCCE171E7 /* Pods-FlourishUI_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = \"Pods-FlourishUI_Example-umbrella.h\"; sourceTree = \"<group>\"; };\n/* End PBXFileReference section */\n\n/* Begin PBXFrameworksBuildPhase section */\n\t\t25B6B1B88954D3E4672FFF6F85CBC239 /* 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\t940BBECA369012DEC39EC59DA305F28D /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t6A4212D4341A3A2C84ED9A90DEB66A55 /* Foundation.framework in Frameworks */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tE985E1BE55F0D5F87AC9197AA5861F6F /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t9FC0A904B59691F805F4F881D4CE897A /* Foundation.framework in Frameworks */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tEE8DC23C58E1490E37D0B5542F3F5106 /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tFCFE22BDCAF9B6FAC85BB236F0D5A1AA /* Foundation.framework in Frameworks */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXFrameworksBuildPhase section */\n\n/* Begin PBXGroup section */\n\t\t07411180E2ABBA56FDECAB9B07F69F4B /* Pod */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tF00C0CFA15FFA5F423454CA3936835E9 /* Classes */,\n\t\t\t);\n\t\t\tpath = Pod;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t112C7921E3A497328D11F4930CBBC9CA /* iOS */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t3997E5D2953ECDF377B85B234FDF550D /* Foundation.framework */,\n\t\t\t);\n\t\t\tname = iOS;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t1FB3AC722E977E45FE135DD50DF22ACB /* Products */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t4326120A0C1B04F418482EDD8D4A9EC5 /* FlourishUI.bundle */,\n\t\t\t\t552088DDC34C898C1C4694C4196E1A57 /* FlourishUI.framework */,\n\t\t\t\tC2C4A5F7AD00026E4D368F0E1EB0FAA4 /* Pods_FlourishUI_Example.framework */,\n\t\t\t\t6A07DF211D14C28BD702B9A4DC603196 /* Pods_FlourishUI_Tests.framework */,\n\t\t\t);\n\t\t\tname = Products;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t3863AC9B582BEF62629FAA044ECE36A9 /* Development Pods */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tA851BC4401003121760A1B857D995291 /* FlourishUI */,\n\t\t\t);\n\t\t\tname = \"Development Pods\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t7DB346D0F39D3F0E887471402A8071AB = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tBA6428E9F66FD5A23C0A2E06ED26CD2F /* Podfile */,\n\t\t\t\t3863AC9B582BEF62629FAA044ECE36A9 /* Development Pods */,\n\t\t\t\tBC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */,\n\t\t\t\t1FB3AC722E977E45FE135DD50DF22ACB /* Products */,\n\t\t\t\t8A9C25901FEB38BE2AE1796B4AFF36E0 /* Targets Support Files */,\n\t\t\t);\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t8A9C25901FEB38BE2AE1796B4AFF36E0 /* Targets Support Files */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t94A065B533A4C09654BFC67A09A6A082 /* Pods-FlourishUI_Example */,\n\t\t\t\tEB78767B7B874033F1AB2DB3906C2B8C /* Pods-FlourishUI_Tests */,\n\t\t\t);\n\t\t\tname = \"Targets Support Files\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t94A065B533A4C09654BFC67A09A6A082 /* Pods-FlourishUI_Example */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t1987AFE75B788B46FAE98B32C1AF3EAE /* Info.plist */,\n\t\t\t\t9D5CA895A34DB0F962797CFFF3197647 /* Pods-FlourishUI_Example.modulemap */,\n\t\t\t\tB32325831BD7B8485764C3E091F9294D /* Pods-FlourishUI_Example-acknowledgements.markdown */,\n\t\t\t\t506EA0D4059D3B018EF14A344BFBE378 /* Pods-FlourishUI_Example-acknowledgements.plist */,\n\t\t\t\t00FE8E66EF83D6EBCCCFB434356201A1 /* Pods-FlourishUI_Example-dummy.m */,\n\t\t\t\t40A9787AAFF811E63E34BAB29C02230D /* Pods-FlourishUI_Example-frameworks.sh */,\n\t\t\t\t0E618F5BCA2D6CCCE71E1010822A5340 /* Pods-FlourishUI_Example-resources.sh */,\n\t\t\t\tFD825C082557220DCA82CCFBCCE171E7 /* Pods-FlourishUI_Example-umbrella.h */,\n\t\t\t\t45E9BCEE838280B1F8A0E679BB287685 /* Pods-FlourishUI_Example.debug.xcconfig */,\n\t\t\t\t933008C1C251F5BCC66204DEEB8E5038 /* Pods-FlourishUI_Example.release.xcconfig */,\n\t\t\t);\n\t\t\tname = \"Pods-FlourishUI_Example\";\n\t\t\tpath = \"Target Support Files/Pods-FlourishUI_Example\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tA851BC4401003121760A1B857D995291 /* FlourishUI */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t07411180E2ABBA56FDECAB9B07F69F4B /* Pod */,\n\t\t\t\tB3AAC6B9D31E438736A088A0BF482CC7 /* Support Files */,\n\t\t\t);\n\t\t\tname = FlourishUI;\n\t\t\tpath = ../..;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tB3AAC6B9D31E438736A088A0BF482CC7 /* Support Files */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t8F3921ABC2E94B744A54D6519E6DCD94 /* FlourishUI.modulemap */,\n\t\t\t\t9C44CFC818027697A41F67C938A3E809 /* FlourishUI.xcconfig */,\n\t\t\t\tB41984558661C395B931BF5759619AB3 /* FlourishUI-dummy.m */,\n\t\t\t\t7992A77D3BFC605D7F9CCA0F127A44EA /* FlourishUI-prefix.pch */,\n\t\t\t\t72E14E18DC7340DF461D575CE606C8E6 /* FlourishUI-umbrella.h */,\n\t\t\t\tA3A007597CF14082B3A149EC9F97485D /* Info.plist */,\n\t\t\t\tF47D68629F37F285220781B599693CA9 /* ResourceBundle-FlourishUI-Info.plist */,\n\t\t\t);\n\t\t\tname = \"Support Files\";\n\t\t\tpath = \"Example/Pods/Target Support Files/FlourishUI\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tBC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t112C7921E3A497328D11F4930CBBC9CA /* iOS */,\n\t\t\t);\n\t\t\tname = Frameworks;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tEB78767B7B874033F1AB2DB3906C2B8C /* Pods-FlourishUI_Tests */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tA6072313AD4B4C1536E4FDFCE618F340 /* Info.plist */,\n\t\t\t\tE035C137C8BC0019E8EB423D2403056B /* Pods-FlourishUI_Tests.modulemap */,\n\t\t\t\t50132C66C6C099C04AD511657496E062 /* Pods-FlourishUI_Tests-acknowledgements.markdown */,\n\t\t\t\tE4CD32076961FA1B4F2ED6D4381422EF /* Pods-FlourishUI_Tests-acknowledgements.plist */,\n\t\t\t\t64DBFCDCE95FB2DFB5F76A6E0E3DB652 /* Pods-FlourishUI_Tests-dummy.m */,\n\t\t\t\t3E95C60FC11F7C9CAEF48636747D59F3 /* Pods-FlourishUI_Tests-frameworks.sh */,\n\t\t\t\tA679B03D0DF84C18D092B9DBEFCA5726 /* Pods-FlourishUI_Tests-resources.sh */,\n\t\t\t\t477BE24D7EEBD8BB48131D87D3BE1D6C /* Pods-FlourishUI_Tests-umbrella.h */,\n\t\t\t\t3F62854F94FA322C24D6923FDDDAF577 /* Pods-FlourishUI_Tests.debug.xcconfig */,\n\t\t\t\t95A313C6B096C1B8BAE1F4261F3850DB /* Pods-FlourishUI_Tests.release.xcconfig */,\n\t\t\t);\n\t\t\tname = \"Pods-FlourishUI_Tests\";\n\t\t\tpath = \"Target Support Files/Pods-FlourishUI_Tests\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tF00C0CFA15FFA5F423454CA3936835E9 /* Classes */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t6F84FEF31DBF37A70070ECAE /* ToggleSwitch.swift */,\n\t\t\t\tFD1F33BDDC80E7001B7BC6BA3055E98D /* Button.swift */,\n\t\t\t\tF084ED9F417A6F5B007162A44B77C2FB /* InputText.swift */,\n\t\t\t\t1BC5B9DD56A04186E56AE4BA4B929B9C /* Modal.swift */,\n\t\t\t\tD4010ED2F35C8BBCB4267182E485938E /* UIColor.swift */,\n\t\t\t);\n\t\t\tpath = Classes;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXGroup section */\n\n/* Begin PBXHeadersBuildPhase section */\n\t\t0A98BACF1ABB0F7E71419AF4D3A5DA52 /* Headers */ = {\n\t\t\tisa = PBXHeadersBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t43813CC7F074C7CB36B3D8CFB6646AC9 /* FlourishUI-umbrella.h in Headers */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\t658B9C487607C55E0269CF918F02D8A6 /* Headers */ = {\n\t\t\tisa = PBXHeadersBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t51911BC335E266AF0EAA433209EECE43 /* Pods-FlourishUI_Tests-umbrella.h in Headers */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tA3FD3CED72DC44857768EF85B0AA3DAB /* Headers */ = {\n\t\t\tisa = PBXHeadersBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t6FA102001FD23C72E20F8793A6D18856 /* Pods-FlourishUI_Example-umbrella.h in Headers */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXHeadersBuildPhase section */\n\n/* Begin PBXNativeTarget section */\n\t\t628215558E5F3719B4D5AC4D4B7C5165 /* FlourishUI-FlourishUI */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 1A0247048F4838EA10204F853691F249 /* Build configuration list for PBXNativeTarget \"FlourishUI-FlourishUI\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t2C3B381FA7E0A9F0B9597B1EA8A5E866 /* Sources */,\n\t\t\t\t25B6B1B88954D3E4672FFF6F85CBC239 /* Frameworks */,\n\t\t\t\t27C2853B229DDC5268990EEA5EC2B34E /* 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 = \"FlourishUI-FlourishUI\";\n\t\t\tproductName = \"FlourishUI-FlourishUI\";\n\t\t\tproductReference = 4326120A0C1B04F418482EDD8D4A9EC5 /* FlourishUI.bundle */;\n\t\t\tproductType = \"com.apple.product-type.bundle\";\n\t\t};\n\t\t71AD24E1005B528B8AD2A22053560ED7 /* FlourishUI */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 6CB8C05ECCAFD76133C05F8AEFABE86B /* Build configuration list for PBXNativeTarget \"FlourishUI\" */;\n\t\t\tbuildPhases = (\n\t\t\t\tAA64F0A32E85004A3584FB6BA98FFB7A /* Sources */,\n\t\t\t\tEE8DC23C58E1490E37D0B5542F3F5106 /* Frameworks */,\n\t\t\t\t490569BBD60D577541B4D242E8399AC6 /* Resources */,\n\t\t\t\t0A98BACF1ABB0F7E71419AF4D3A5DA52 /* Headers */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t\t4CF725553E090C64E8AB1B6539DCD2FA /* PBXTargetDependency */,\n\t\t\t);\n\t\t\tname = FlourishUI;\n\t\t\tproductName = FlourishUI;\n\t\t\tproductReference = 552088DDC34C898C1C4694C4196E1A57 /* FlourishUI.framework */;\n\t\t\tproductType = \"com.apple.product-type.framework\";\n\t\t};\n\t\t9E4162F8B5EACC109629B468516763EA /* Pods-FlourishUI_Example */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 0B05AF04D6E05E88BDF95D4B82D91665 /* Build configuration list for PBXNativeTarget \"Pods-FlourishUI_Example\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t27A19764634C40DBCAAF5127D3EBF035 /* Sources */,\n\t\t\t\tE985E1BE55F0D5F87AC9197AA5861F6F /* Frameworks */,\n\t\t\t\tA3FD3CED72DC44857768EF85B0AA3DAB /* Headers */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t\t0F1689EBD21934895DF63507F28041F8 /* PBXTargetDependency */,\n\t\t\t);\n\t\t\tname = \"Pods-FlourishUI_Example\";\n\t\t\tproductName = \"Pods-FlourishUI_Example\";\n\t\t\tproductReference = C2C4A5F7AD00026E4D368F0E1EB0FAA4 /* Pods_FlourishUI_Example.framework */;\n\t\t\tproductType = \"com.apple.product-type.framework\";\n\t\t};\n\t\tDBDE47919DC6FEFD8459F0B6F24A2689 /* Pods-FlourishUI_Tests */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 4AC32AD6DFB8857DC690C4D5FA514603 /* Build configuration list for PBXNativeTarget \"Pods-FlourishUI_Tests\" */;\n\t\t\tbuildPhases = (\n\t\t\t\tC1F04F4358F055AADDCE319DFA9B96F2 /* Sources */,\n\t\t\t\t940BBECA369012DEC39EC59DA305F28D /* Frameworks */,\n\t\t\t\t658B9C487607C55E0269CF918F02D8A6 /* Headers */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t\t3D0D32F1F045DEF3AF96F7CF79E42263 /* PBXTargetDependency */,\n\t\t\t);\n\t\t\tname = \"Pods-FlourishUI_Tests\";\n\t\t\tproductName = \"Pods-FlourishUI_Tests\";\n\t\t\tproductReference = 6A07DF211D14C28BD702B9A4DC603196 /* Pods_FlourishUI_Tests.framework */;\n\t\t\tproductType = \"com.apple.product-type.framework\";\n\t\t};\n/* End PBXNativeTarget section */\n\n/* Begin PBXProject section */\n\t\tD41D8CD98F00B204E9800998ECF8427E /* Project object */ = {\n\t\t\tisa = PBXProject;\n\t\t\tattributes = {\n\t\t\t\tLastSwiftUpdateCheck = 0720;\n\t\t\t\tLastUpgradeCheck = 0700;\n\t\t\t\tTargetAttributes = {\n\t\t\t\t\t71AD24E1005B528B8AD2A22053560ED7 = {\n\t\t\t\t\t\tLastSwiftMigration = 0800;\n\t\t\t\t\t};\n\t\t\t\t\t9E4162F8B5EACC109629B468516763EA = {\n\t\t\t\t\t\tLastSwiftMigration = 0800;\n\t\t\t\t\t};\n\t\t\t\t\tDBDE47919DC6FEFD8459F0B6F24A2689 = {\n\t\t\t\t\t\tLastSwiftMigration = 0800;\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t\t};\n\t\t\tbuildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject \"Pods\" */;\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\ten,\n\t\t\t);\n\t\t\tmainGroup = 7DB346D0F39D3F0E887471402A8071AB;\n\t\t\tproductRefGroup = 1FB3AC722E977E45FE135DD50DF22ACB /* Products */;\n\t\t\tprojectDirPath = \"\";\n\t\t\tprojectRoot = \"\";\n\t\t\ttargets = (\n\t\t\t\t71AD24E1005B528B8AD2A22053560ED7 /* FlourishUI */,\n\t\t\t\t628215558E5F3719B4D5AC4D4B7C5165 /* FlourishUI-FlourishUI */,\n\t\t\t\t9E4162F8B5EACC109629B468516763EA /* Pods-FlourishUI_Example */,\n\t\t\t\tDBDE47919DC6FEFD8459F0B6F24A2689 /* Pods-FlourishUI_Tests */,\n\t\t\t);\n\t\t};\n/* End PBXProject section */\n\n/* Begin PBXResourcesBuildPhase section */\n\t\t27C2853B229DDC5268990EEA5EC2B34E /* 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\t490569BBD60D577541B4D242E8399AC6 /* Resources */ = {\n\t\t\tisa = PBXResourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t8C798947AB448B83D3650788881D63CB /* FlourishUI.bundle 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\t27A19764634C40DBCAAF5127D3EBF035 /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tB1B2FCF9D6601917210A3B09D4F0EE04 /* Pods-FlourishUI_Example-dummy.m in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\t2C3B381FA7E0A9F0B9597B1EA8A5E866 /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tAA64F0A32E85004A3584FB6BA98FFB7A /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tC14492F3FD177BEFE9ADC9925A6F90B5 /* Button.swift in Sources */,\n\t\t\t\t6F84FEF41DBF37A70070ECAE /* ToggleSwitch.swift in Sources */,\n\t\t\t\tA44BBA668719BFD9018282A3722E56C2 /* FlourishUI-dummy.m in Sources */,\n\t\t\t\t1845DC4DDCDA7C782037109AE12A043C /* InputText.swift in Sources */,\n\t\t\t\tEF5B675F3A1666D52EFE8AAEE8216FDA /* Modal.swift in Sources */,\n\t\t\t\tF073329E27CA9C44A23C5415B0261ABB /* UIColor.swift in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tC1F04F4358F055AADDCE319DFA9B96F2 /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t94292B1508F489120F1B04EB5989F778 /* Pods-FlourishUI_Tests-dummy.m 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\t0F1689EBD21934895DF63507F28041F8 /* PBXTargetDependency */ = {\n\t\t\tisa = PBXTargetDependency;\n\t\t\tname = FlourishUI;\n\t\t\ttarget = 71AD24E1005B528B8AD2A22053560ED7 /* FlourishUI */;\n\t\t\ttargetProxy = 18CE7DEB9F27F500AD0CD5594CDA5EC2 /* PBXContainerItemProxy */;\n\t\t};\n\t\t3D0D32F1F045DEF3AF96F7CF79E42263 /* PBXTargetDependency */ = {\n\t\t\tisa = PBXTargetDependency;\n\t\t\tname = FlourishUI;\n\t\t\ttarget = 71AD24E1005B528B8AD2A22053560ED7 /* FlourishUI */;\n\t\t\ttargetProxy = 22C950EA1A9D43DDACB74C8EC18181DA /* PBXContainerItemProxy */;\n\t\t};\n\t\t4CF725553E090C64E8AB1B6539DCD2FA /* PBXTargetDependency */ = {\n\t\t\tisa = PBXTargetDependency;\n\t\t\tname = \"FlourishUI-FlourishUI\";\n\t\t\ttarget = 628215558E5F3719B4D5AC4D4B7C5165 /* FlourishUI-FlourishUI */;\n\t\t\ttargetProxy = 22E33D797E656E686F7EBA110EDDB042 /* PBXContainerItemProxy */;\n\t\t};\n/* End PBXTargetDependency section */\n\n/* Begin XCBuildConfiguration section */\n\t\t047FABCDFA216C068F819EDE6388CCC0 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 9C44CFC818027697A41F67C938A3E809 /* FlourishUI.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tINFOPLIST_FILE = \"Target Support Files/FlourishUI/ResourceBundle-FlourishUI-Info.plist\";\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 8.0;\n\t\t\t\tPRODUCT_NAME = FlourishUI;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t\tWRAPPER_EXTENSION = bundle;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\t333F3AD9645ADDCB204FA1C0712B30A1 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 3F62854F94FA322C24D6923FDDDAF577 /* Pods-FlourishUI_Tests.debug.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tCURRENT_PROJECT_VERSION = 1;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = dwarf;\n\t\t\t\tDEFINES_MODULE = YES;\n\t\t\t\tDYLIB_COMPATIBILITY_VERSION = 1;\n\t\t\t\tDYLIB_CURRENT_VERSION = 1;\n\t\t\t\tDYLIB_INSTALL_NAME_BASE = \"@rpath\";\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tINFOPLIST_FILE = \"Target Support Files/Pods-FlourishUI_Tests/Info.plist\";\n\t\t\t\tINSTALL_PATH = \"$(LOCAL_LIBRARY_DIR)/Frameworks\";\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 8.3;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks @loader_path/Frameworks\";\n\t\t\t\tMACH_O_TYPE = staticlib;\n\t\t\t\tMODULEMAP_FILE = \"Target Support Files/Pods-FlourishUI_Tests/Pods-FlourishUI_Tests.modulemap\";\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = YES;\n\t\t\t\tOTHER_LDFLAGS = \"\";\n\t\t\t\tOTHER_LIBTOOLFLAGS = \"\";\n\t\t\t\tPODS_ROOT = \"$(SRCROOT)\";\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = \"org.cocoapods.${PRODUCT_NAME:rfc1034identifier}\";\n\t\t\t\tPRODUCT_NAME = Pods_FlourishUI_Tests;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-Onone\";\n\t\t\t\tSWIFT_VERSION = 3.0;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t\tVERSIONING_SYSTEM = \"apple-generic\";\n\t\t\t\tVERSION_INFO_PREFIX = \"\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t372FF5048FF42C3A7A18B70A30D785C1 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++0x\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = 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_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\tCOPY_PHASE_STRIP = YES;\n\t\t\t\tENABLE_NS_ASSERTIONS = NO;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu99;\n\t\t\t\tGCC_PREPROCESSOR_DEFINITIONS = (\n\t\t\t\t\t\"POD_CONFIGURATION_RELEASE=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;\n\t\t\t\tGCC_WARN_UNDECLARED_SELECTOR = YES;\n\t\t\t\tGCC_WARN_UNINITIALIZED_AUTOS = YES;\n\t\t\t\tGCC_WARN_UNUSED_FUNCTION = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 8.3;\n\t\t\t\tSTRIP_INSTALLED_PRODUCT = NO;\n\t\t\t\tSYMROOT = \"${SRCROOT}/../build\";\n\t\t\t\tVALIDATE_PRODUCT = YES;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\t472D54A5CD382A5750793FCB9A48AF9B /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 933008C1C251F5BCC66204DEEB8E5038 /* Pods-FlourishUI_Example.release.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tCURRENT_PROJECT_VERSION = 1;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = \"dwarf-with-dsym\";\n\t\t\t\tDEFINES_MODULE = YES;\n\t\t\t\tDYLIB_COMPATIBILITY_VERSION = 1;\n\t\t\t\tDYLIB_CURRENT_VERSION = 1;\n\t\t\t\tDYLIB_INSTALL_NAME_BASE = \"@rpath\";\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tINFOPLIST_FILE = \"Target Support Files/Pods-FlourishUI_Example/Info.plist\";\n\t\t\t\tINSTALL_PATH = \"$(LOCAL_LIBRARY_DIR)/Frameworks\";\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 8.3;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks @loader_path/Frameworks\";\n\t\t\t\tMACH_O_TYPE = staticlib;\n\t\t\t\tMODULEMAP_FILE = \"Target Support Files/Pods-FlourishUI_Example/Pods-FlourishUI_Example.modulemap\";\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = NO;\n\t\t\t\tOTHER_LDFLAGS = \"\";\n\t\t\t\tOTHER_LIBTOOLFLAGS = \"\";\n\t\t\t\tPODS_ROOT = \"$(SRCROOT)\";\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = \"org.cocoapods.${PRODUCT_NAME:rfc1034identifier}\";\n\t\t\t\tPRODUCT_NAME = Pods_FlourishUI_Example;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t\tSWIFT_VERSION = 3.0;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t\tVERSIONING_SYSTEM = \"apple-generic\";\n\t\t\t\tVERSION_INFO_PREFIX = \"\";\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\t51DC246E89D07E02442C4B2D0C5D4B65 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 45E9BCEE838280B1F8A0E679BB287685 /* Pods-FlourishUI_Example.debug.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tCURRENT_PROJECT_VERSION = 1;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = dwarf;\n\t\t\t\tDEFINES_MODULE = YES;\n\t\t\t\tDYLIB_COMPATIBILITY_VERSION = 1;\n\t\t\t\tDYLIB_CURRENT_VERSION = 1;\n\t\t\t\tDYLIB_INSTALL_NAME_BASE = \"@rpath\";\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tINFOPLIST_FILE = \"Target Support Files/Pods-FlourishUI_Example/Info.plist\";\n\t\t\t\tINSTALL_PATH = \"$(LOCAL_LIBRARY_DIR)/Frameworks\";\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 8.3;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks @loader_path/Frameworks\";\n\t\t\t\tMACH_O_TYPE = staticlib;\n\t\t\t\tMODULEMAP_FILE = \"Target Support Files/Pods-FlourishUI_Example/Pods-FlourishUI_Example.modulemap\";\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = YES;\n\t\t\t\tOTHER_LDFLAGS = \"\";\n\t\t\t\tOTHER_LIBTOOLFLAGS = \"\";\n\t\t\t\tPODS_ROOT = \"$(SRCROOT)\";\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = \"org.cocoapods.${PRODUCT_NAME:rfc1034identifier}\";\n\t\t\t\tPRODUCT_NAME = Pods_FlourishUI_Example;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-Onone\";\n\t\t\t\tSWIFT_VERSION = 3.0;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t\tVERSIONING_SYSTEM = \"apple-generic\";\n\t\t\t\tVERSION_INFO_PREFIX = \"\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t70F0378D63DE3D2DCC739550669BD46A /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++0x\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = 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_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\tCOPY_PHASE_STRIP = NO;\n\t\t\t\tENABLE_TESTABILITY = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu99;\n\t\t\t\tGCC_DYNAMIC_NO_PIC = NO;\n\t\t\t\tGCC_OPTIMIZATION_LEVEL = 0;\n\t\t\t\tGCC_PREPROCESSOR_DEFINITIONS = (\n\t\t\t\t\t\"POD_CONFIGURATION_DEBUG=1\",\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_SYMBOLS_PRIVATE_EXTERN = NO;\n\t\t\t\tGCC_WARN_64_TO_32_BIT_CONVERSION = YES;\n\t\t\t\tGCC_WARN_ABOUT_RETURN_TYPE = YES;\n\t\t\t\tGCC_WARN_UNDECLARED_SELECTOR = YES;\n\t\t\t\tGCC_WARN_UNINITIALIZED_AUTOS = YES;\n\t\t\t\tGCC_WARN_UNUSED_FUNCTION = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 8.3;\n\t\t\t\tONLY_ACTIVE_ARCH = YES;\n\t\t\t\tSTRIP_INSTALLED_PRODUCT = NO;\n\t\t\t\tSYMROOT = \"${SRCROOT}/../build\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t8E334D2C886FAB934FA98671B87BB889 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 9C44CFC818027697A41F67C938A3E809 /* FlourishUI.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tCURRENT_PROJECT_VERSION = 1;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = \"dwarf-with-dsym\";\n\t\t\t\tDEFINES_MODULE = YES;\n\t\t\t\tDYLIB_COMPATIBILITY_VERSION = 1;\n\t\t\t\tDYLIB_CURRENT_VERSION = 1;\n\t\t\t\tDYLIB_INSTALL_NAME_BASE = \"@rpath\";\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tGCC_PREFIX_HEADER = \"Target Support Files/FlourishUI/FlourishUI-prefix.pch\";\n\t\t\t\tINFOPLIST_FILE = \"Target Support Files/FlourishUI/Info.plist\";\n\t\t\t\tINSTALL_PATH = \"$(LOCAL_LIBRARY_DIR)/Frameworks\";\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 8.0;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks @loader_path/Frameworks\";\n\t\t\t\tMODULEMAP_FILE = \"Target Support Files/FlourishUI/FlourishUI.modulemap\";\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = NO;\n\t\t\t\tPRODUCT_NAME = FlourishUI;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t\tSWIFT_VERSION = 3.0;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t\tVERSIONING_SYSTEM = \"apple-generic\";\n\t\t\t\tVERSION_INFO_PREFIX = \"\";\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\t94875EC2E1D1DAD69F4D1F51BE3D0D60 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 9C44CFC818027697A41F67C938A3E809 /* FlourishUI.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tCURRENT_PROJECT_VERSION = 1;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = dwarf;\n\t\t\t\tDEFINES_MODULE = YES;\n\t\t\t\tDYLIB_COMPATIBILITY_VERSION = 1;\n\t\t\t\tDYLIB_CURRENT_VERSION = 1;\n\t\t\t\tDYLIB_INSTALL_NAME_BASE = \"@rpath\";\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tGCC_PREFIX_HEADER = \"Target Support Files/FlourishUI/FlourishUI-prefix.pch\";\n\t\t\t\tINFOPLIST_FILE = \"Target Support Files/FlourishUI/Info.plist\";\n\t\t\t\tINSTALL_PATH = \"$(LOCAL_LIBRARY_DIR)/Frameworks\";\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 8.0;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks @loader_path/Frameworks\";\n\t\t\t\tMODULEMAP_FILE = \"Target Support Files/FlourishUI/FlourishUI.modulemap\";\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = YES;\n\t\t\t\tPRODUCT_NAME = FlourishUI;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-Onone\";\n\t\t\t\tSWIFT_VERSION = 3.0;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t\tVERSIONING_SYSTEM = \"apple-generic\";\n\t\t\t\tVERSION_INFO_PREFIX = \"\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\tAE784CD8DC04A7880C2CCDF34C15B11B /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 9C44CFC818027697A41F67C938A3E809 /* FlourishUI.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tINFOPLIST_FILE = \"Target Support Files/FlourishUI/ResourceBundle-FlourishUI-Info.plist\";\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 8.0;\n\t\t\t\tPRODUCT_NAME = FlourishUI;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t\tWRAPPER_EXTENSION = bundle;\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\tEC79A2EE70F48EF1A5B3BCE5FF620A35 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 95A313C6B096C1B8BAE1F4261F3850DB /* Pods-FlourishUI_Tests.release.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tCURRENT_PROJECT_VERSION = 1;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = \"dwarf-with-dsym\";\n\t\t\t\tDEFINES_MODULE = YES;\n\t\t\t\tDYLIB_COMPATIBILITY_VERSION = 1;\n\t\t\t\tDYLIB_CURRENT_VERSION = 1;\n\t\t\t\tDYLIB_INSTALL_NAME_BASE = \"@rpath\";\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tINFOPLIST_FILE = \"Target Support Files/Pods-FlourishUI_Tests/Info.plist\";\n\t\t\t\tINSTALL_PATH = \"$(LOCAL_LIBRARY_DIR)/Frameworks\";\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 8.3;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks @loader_path/Frameworks\";\n\t\t\t\tMACH_O_TYPE = staticlib;\n\t\t\t\tMODULEMAP_FILE = \"Target Support Files/Pods-FlourishUI_Tests/Pods-FlourishUI_Tests.modulemap\";\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = NO;\n\t\t\t\tOTHER_LDFLAGS = \"\";\n\t\t\t\tOTHER_LIBTOOLFLAGS = \"\";\n\t\t\t\tPODS_ROOT = \"$(SRCROOT)\";\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = \"org.cocoapods.${PRODUCT_NAME:rfc1034identifier}\";\n\t\t\t\tPRODUCT_NAME = Pods_FlourishUI_Tests;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t\tSWIFT_VERSION = 3.0;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t\tVERSIONING_SYSTEM = \"apple-generic\";\n\t\t\t\tVERSION_INFO_PREFIX = \"\";\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n/* End XCBuildConfiguration section */\n\n/* Begin XCConfigurationList section */\n\t\t0B05AF04D6E05E88BDF95D4B82D91665 /* Build configuration list for PBXNativeTarget \"Pods-FlourishUI_Example\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t51DC246E89D07E02442C4B2D0C5D4B65 /* Debug */,\n\t\t\t\t472D54A5CD382A5750793FCB9A48AF9B /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\t1A0247048F4838EA10204F853691F249 /* Build configuration list for PBXNativeTarget \"FlourishUI-FlourishUI\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\tAE784CD8DC04A7880C2CCDF34C15B11B /* Debug */,\n\t\t\t\t047FABCDFA216C068F819EDE6388CCC0 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\t2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject \"Pods\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t70F0378D63DE3D2DCC739550669BD46A /* Debug */,\n\t\t\t\t372FF5048FF42C3A7A18B70A30D785C1 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\t4AC32AD6DFB8857DC690C4D5FA514603 /* Build configuration list for PBXNativeTarget \"Pods-FlourishUI_Tests\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t333F3AD9645ADDCB204FA1C0712B30A1 /* Debug */,\n\t\t\t\tEC79A2EE70F48EF1A5B3BCE5FF620A35 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\t6CB8C05ECCAFD76133C05F8AEFABE86B /* Build configuration list for PBXNativeTarget \"FlourishUI\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t94875EC2E1D1DAD69F4D1F51BE3D0D60 /* Debug */,\n\t\t\t\t8E334D2C886FAB934FA98671B87BB889 /* 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 = D41D8CD98F00B204E9800998ECF8427E /* Project object */;\n}\n"
  },
  {
    "path": "Example/Pods/Pods.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>\n"
  },
  {
    "path": "Example/Pods/Pods.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": "Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/FlourishUI.xcscheme",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0800\"\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 = \"71AD24E1005B528B8AD2A22053560ED7\"\n               BuildableName = \"FlourishUI.framework\"\n               BlueprintName = \"FlourishUI\"\n               ReferencedContainer = \"container:Pods.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 = \"71AD24E1005B528B8AD2A22053560ED7\"\n            BuildableName = \"FlourishUI.framework\"\n            BlueprintName = \"FlourishUI\"\n            ReferencedContainer = \"container:Pods.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": "Example/Pods/Target Support Files/FlourishUI/FlourishUI-dummy.m",
    "content": "#import <Foundation/Foundation.h>\n@interface PodsDummy_FlourishUI : NSObject\n@end\n@implementation PodsDummy_FlourishUI\n@end\n"
  },
  {
    "path": "Example/Pods/Target Support Files/FlourishUI/FlourishUI-prefix.pch",
    "content": "#ifdef __OBJC__\n#import <UIKit/UIKit.h>\n#endif\n\n"
  },
  {
    "path": "Example/Pods/Target Support Files/FlourishUI/FlourishUI-umbrella.h",
    "content": "#import <UIKit/UIKit.h>\n\n\nFOUNDATION_EXPORT double FlourishUIVersionNumber;\nFOUNDATION_EXPORT const unsigned char FlourishUIVersionString[];\n\n"
  },
  {
    "path": "Example/Pods/Target Support Files/FlourishUI/FlourishUI.modulemap",
    "content": "framework module FlourishUI {\n  umbrella header \"FlourishUI-umbrella.h\"\n\n  export *\n  module * { export * }\n}\n"
  },
  {
    "path": "Example/Pods/Target Support Files/FlourishUI/FlourishUI.xcconfig",
    "content": "GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1\nHEADER_SEARCH_PATHS = \"${PODS_ROOT}/Headers/Private\" \"${PODS_ROOT}/Headers/Public\"\nOTHER_SWIFT_FLAGS = $(inherited) \"-D\" \"COCOAPODS\"\nPODS_ROOT = ${SRCROOT}\nPRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}\nSKIP_INSTALL = YES\n"
  },
  {
    "path": "Example/Pods/Target Support Files/FlourishUI/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  <key>CFBundleDevelopmentRegion</key>\n  <string>en</string>\n  <key>CFBundleExecutable</key>\n  <string>${EXECUTABLE_NAME}</string>\n  <key>CFBundleIdentifier</key>\n  <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>\n  <key>CFBundleInfoDictionaryVersion</key>\n  <string>6.0</string>\n  <key>CFBundleName</key>\n  <string>${PRODUCT_NAME}</string>\n  <key>CFBundlePackageType</key>\n  <string>FMWK</string>\n  <key>CFBundleShortVersionString</key>\n  <string>2.1.0</string>\n  <key>CFBundleSignature</key>\n  <string>????</string>\n  <key>CFBundleVersion</key>\n  <string>${CURRENT_PROJECT_VERSION}</string>\n  <key>NSPrincipalClass</key>\n  <string></string>\n</dict>\n</plist>\n"
  },
  {
    "path": "Example/Pods/Target Support Files/FlourishUI/ResourceBundle-FlourishUI-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  <key>CFBundleDevelopmentRegion</key>\n  <string>en</string>\n  <key>CFBundleIdentifier</key>\n  <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>\n  <key>CFBundleInfoDictionaryVersion</key>\n  <string>6.0</string>\n  <key>CFBundleName</key>\n  <string>${PRODUCT_NAME}</string>\n  <key>CFBundlePackageType</key>\n  <string>BNDL</string>\n  <key>CFBundleShortVersionString</key>\n  <string>2.1.0</string>\n  <key>CFBundleSignature</key>\n  <string>????</string>\n  <key>CFBundleVersion</key>\n  <string>${CURRENT_PROJECT_VERSION}</string>\n  <key>NSPrincipalClass</key>\n  <string></string>\n</dict>\n</plist>\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Example/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  <key>CFBundleDevelopmentRegion</key>\n  <string>en</string>\n  <key>CFBundleExecutable</key>\n  <string>${EXECUTABLE_NAME}</string>\n  <key>CFBundleIdentifier</key>\n  <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>\n  <key>CFBundleInfoDictionaryVersion</key>\n  <string>6.0</string>\n  <key>CFBundleName</key>\n  <string>${PRODUCT_NAME}</string>\n  <key>CFBundlePackageType</key>\n  <string>FMWK</string>\n  <key>CFBundleShortVersionString</key>\n  <string>1.0.0</string>\n  <key>CFBundleSignature</key>\n  <string>????</string>\n  <key>CFBundleVersion</key>\n  <string>${CURRENT_PROJECT_VERSION}</string>\n  <key>NSPrincipalClass</key>\n  <string></string>\n</dict>\n</plist>\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Example/Pods-FlourishUI_Example-acknowledgements.markdown",
    "content": "# Acknowledgements\nThis application makes use of the following third party libraries:\n\n## FlourishUI\n\nCopyright (c) 2016 Clay McIlrath <clay.mcilrath@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\nGenerated by CocoaPods - https://cocoapods.org\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Example/Pods-FlourishUI_Example-acknowledgements.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>PreferenceSpecifiers</key>\n\t<array>\n\t\t<dict>\n\t\t\t<key>FooterText</key>\n\t\t\t<string>This application makes use of the following third party libraries:</string>\n\t\t\t<key>Title</key>\n\t\t\t<string>Acknowledgements</string>\n\t\t\t<key>Type</key>\n\t\t\t<string>PSGroupSpecifier</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>FooterText</key>\n\t\t\t<string>Copyright (c) 2016 Clay McIlrath &lt;clay.mcilrath@gmail.com&gt;\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</string>\n\t\t\t<key>Title</key>\n\t\t\t<string>FlourishUI</string>\n\t\t\t<key>Type</key>\n\t\t\t<string>PSGroupSpecifier</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>FooterText</key>\n\t\t\t<string>Generated by CocoaPods - https://cocoapods.org</string>\n\t\t\t<key>Title</key>\n\t\t\t<string></string>\n\t\t\t<key>Type</key>\n\t\t\t<string>PSGroupSpecifier</string>\n\t\t</dict>\n\t</array>\n\t<key>StringsTable</key>\n\t<string>Acknowledgements</string>\n\t<key>Title</key>\n\t<string>Acknowledgements</string>\n</dict>\n</plist>\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Example/Pods-FlourishUI_Example-dummy.m",
    "content": "#import <Foundation/Foundation.h>\n@interface PodsDummy_Pods_FlourishUI_Example : NSObject\n@end\n@implementation PodsDummy_Pods_FlourishUI_Example\n@end\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Example/Pods-FlourishUI_Example-frameworks.sh",
    "content": "#!/bin/sh\nset -e\n\necho \"mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\nmkdir -p \"${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n\nSWIFT_STDLIB_PATH=\"${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}\"\n\ninstall_framework()\n{\n  if [ -r \"${BUILT_PRODUCTS_DIR}/$1\" ]; then\n    local source=\"${BUILT_PRODUCTS_DIR}/$1\"\n  elif [ -r \"${BUILT_PRODUCTS_DIR}/$(basename \"$1\")\" ]; then\n    local source=\"${BUILT_PRODUCTS_DIR}/$(basename \"$1\")\"\n  elif [ -r \"$1\" ]; then\n    local source=\"$1\"\n  fi\n\n  local destination=\"${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n\n  if [ -L \"${source}\" ]; then\n      echo \"Symlinked...\"\n      source=\"$(readlink \"${source}\")\"\n  fi\n\n  # use filter instead of exclude so missing patterns dont' throw errors\n  echo \"rsync -av --filter \\\"- CVS/\\\" --filter \\\"- .svn/\\\" --filter \\\"- .git/\\\" --filter \\\"- .hg/\\\" --filter \\\"- Headers\\\" --filter \\\"- PrivateHeaders\\\" --filter \\\"- Modules\\\" \\\"${source}\\\" \\\"${destination}\\\"\"\n  rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"\n\n  local basename\n  basename=\"$(basename -s .framework \"$1\")\"\n  binary=\"${destination}/${basename}.framework/${basename}\"\n  if ! [ -r \"$binary\" ]; then\n    binary=\"${destination}/${basename}\"\n  fi\n\n  # Strip invalid architectures so \"fat\" simulator / device frameworks work on device\n  if [[ \"$(file \"$binary\")\" == *\"dynamically linked shared library\"* ]]; then\n    strip_invalid_archs \"$binary\"\n  fi\n\n  # Resign the code if required by the build settings to avoid unstable apps\n  code_sign_if_enabled \"${destination}/$(basename \"$1\")\"\n\n  # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7.\n  if [ \"${XCODE_VERSION_MAJOR}\" -lt 7 ]; then\n    local swift_runtime_libs\n    swift_runtime_libs=$(xcrun otool -LX \"$binary\" | grep --color=never @rpath/libswift | sed -E s/@rpath\\\\/\\(.+dylib\\).*/\\\\1/g | uniq -u  && exit ${PIPESTATUS[0]})\n    for lib in $swift_runtime_libs; do\n      echo \"rsync -auv \\\"${SWIFT_STDLIB_PATH}/${lib}\\\" \\\"${destination}\\\"\"\n      rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"\n      code_sign_if_enabled \"${destination}/${lib}\"\n    done\n  fi\n}\n\n# Signs a framework with the provided identity\ncode_sign_if_enabled() {\n  if [ -n \"${EXPANDED_CODE_SIGN_IDENTITY}\" -a \"${CODE_SIGNING_REQUIRED}\" != \"NO\" -a \"${CODE_SIGNING_ALLOWED}\" != \"NO\" ]; then\n    # Use the current code_sign_identitiy\n    echo \"Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}\"\n    echo \"/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements \\\"$1\\\"\"\n    /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements \"$1\"\n  fi\n}\n\n# Strip invalid architectures\nstrip_invalid_archs() {\n  binary=\"$1\"\n  # Get architectures for current file\n  archs=\"$(lipo -info \"$binary\" | rev | cut -d ':' -f1 | rev)\"\n  stripped=\"\"\n  for arch in $archs; do\n    if ! [[ \"${VALID_ARCHS}\" == *\"$arch\"* ]]; then\n      # Strip non-valid architectures in-place\n      lipo -remove \"$arch\" -output \"$binary\" \"$binary\" || exit 1\n      stripped=\"$stripped $arch\"\n    fi\n  done\n  if [[ \"$stripped\" ]]; then\n    echo \"Stripped $binary of architectures:$stripped\"\n  fi\n}\n\n\nif [[ \"$CONFIGURATION\" == \"Debug\" ]]; then\n  install_framework \"Pods-FlourishUI_Example/FlourishUI.framework\"\nfi\nif [[ \"$CONFIGURATION\" == \"Release\" ]]; then\n  install_framework \"Pods-FlourishUI_Example/FlourishUI.framework\"\nfi\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Example/Pods-FlourishUI_Example-resources.sh",
    "content": "#!/bin/sh\nset -e\n\nmkdir -p \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\n\nRESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt\n> \"$RESOURCES_TO_COPY\"\n\nXCASSET_FILES=()\n\nrealpath() {\n  DIRECTORY=\"$(cd \"${1%/*}\" && pwd)\"\n  FILENAME=\"${1##*/}\"\n  echo \"$DIRECTORY/$FILENAME\"\n}\n\ninstall_resource()\n{\n  if [[ \"$1\" = /* ]] ; then\n    RESOURCE_PATH=\"$1\"\n  else\n    RESOURCE_PATH=\"${PODS_ROOT}/$1\"\n  fi\n  if [[ ! -e \"$RESOURCE_PATH\" ]] ; then\n    cat << EOM\nerror: Resource \"$RESOURCE_PATH\" not found. Run 'pod install' to update the copy resources script.\nEOM\n    exit 1\n  fi\n  case $RESOURCE_PATH in\n    *.storyboard)\n      echo \"ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$RESOURCE_PATH\\\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT}\"\n      ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$RESOURCE_PATH\\\" .storyboard`.storyboardc\" \"$RESOURCE_PATH\" --sdk \"${SDKROOT}\"\n      ;;\n    *.xib)\n      echo \"ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$RESOURCE_PATH\\\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT}\"\n      ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$RESOURCE_PATH\\\" .xib`.nib\" \"$RESOURCE_PATH\" --sdk \"${SDKROOT}\"\n      ;;\n    *.framework)\n      echo \"mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      mkdir -p \"${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      echo \"rsync -av $RESOURCE_PATH ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      rsync -av \"$RESOURCE_PATH\" \"${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      ;;\n    *.xcdatamodel)\n      echo \"xcrun momc \\\"$RESOURCE_PATH\\\" \\\"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\"`.mom\\\"\"\n      xcrun momc \"$RESOURCE_PATH\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcdatamodel`.mom\"\n      ;;\n    *.xcdatamodeld)\n      echo \"xcrun momc \\\"$RESOURCE_PATH\\\" \\\"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcdatamodeld`.momd\\\"\"\n      xcrun momc \"$RESOURCE_PATH\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcdatamodeld`.momd\"\n      ;;\n    *.xcmappingmodel)\n      echo \"xcrun mapc \\\"$RESOURCE_PATH\\\" \\\"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcmappingmodel`.cdm\\\"\"\n      xcrun mapc \"$RESOURCE_PATH\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcmappingmodel`.cdm\"\n      ;;\n    *.xcassets)\n      ABSOLUTE_XCASSET_FILE=$(realpath \"$RESOURCE_PATH\")\n      XCASSET_FILES+=(\"$ABSOLUTE_XCASSET_FILE\")\n      ;;\n    *)\n      echo \"$RESOURCE_PATH\"\n      echo \"$RESOURCE_PATH\" >> \"$RESOURCES_TO_COPY\"\n      ;;\n  esac\n}\n\nmkdir -p \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nrsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from=\"$RESOURCES_TO_COPY\" / \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nif [[ \"${ACTION}\" == \"install\" ]] && [[ \"${SKIP_INSTALL}\" == \"NO\" ]]; then\n  mkdir -p \"${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\n  rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from=\"$RESOURCES_TO_COPY\" / \"${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nfi\nrm -f \"$RESOURCES_TO_COPY\"\n\nif [[ -n \"${WRAPPER_EXTENSION}\" ]] && [ \"`xcrun --find actool`\" ] && [ -n \"$XCASSET_FILES\" ]\nthen\n  case \"${TARGETED_DEVICE_FAMILY}\" in\n    1,2)\n      TARGET_DEVICE_ARGS=\"--target-device ipad --target-device iphone\"\n      ;;\n    1)\n      TARGET_DEVICE_ARGS=\"--target-device iphone\"\n      ;;\n    2)\n      TARGET_DEVICE_ARGS=\"--target-device ipad\"\n      ;;\n    *)\n      TARGET_DEVICE_ARGS=\"--target-device mac\"\n      ;;\n  esac\n\n  # Find all other xcassets (this unfortunately includes those of path pods and other targets).\n  OTHER_XCASSETS=$(find \"$PWD\" -iname \"*.xcassets\" -type d)\n  while read line; do\n    if [[ $line != \"`realpath $PODS_ROOT`*\" ]]; then\n      XCASSET_FILES+=(\"$line\")\n    fi\n  done <<<\"$OTHER_XCASSETS\"\n\n  printf \"%s\\0\" \"${XCASSET_FILES[@]}\" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform \"${PLATFORM_NAME}\" --minimum-deployment-target \"${!DEPLOYMENT_TARGET_SETTING_NAME}\" ${TARGET_DEVICE_ARGS} --compress-pngs --compile \"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nfi\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Example/Pods-FlourishUI_Example-umbrella.h",
    "content": "#import <UIKit/UIKit.h>\n\n\nFOUNDATION_EXPORT double Pods_FlourishUI_ExampleVersionNumber;\nFOUNDATION_EXPORT const unsigned char Pods_FlourishUI_ExampleVersionString[];\n\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Example/Pods-FlourishUI_Example.debug.xcconfig",
    "content": "EMBEDDED_CONTENT_CONTAINS_SWIFT = YES\nGCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1\nLD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'\nOTHER_CFLAGS = $(inherited) -iquote \"$CONFIGURATION_BUILD_DIR/FlourishUI.framework/Headers\"\nOTHER_LDFLAGS = $(inherited) -framework \"FlourishUI\"\nOTHER_SWIFT_FLAGS = $(inherited) \"-D\" \"COCOAPODS\"\nPODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-FlourishUI_Example\nPODS_ROOT = ${SRCROOT}/Pods\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Example/Pods-FlourishUI_Example.modulemap",
    "content": "framework module Pods_FlourishUI_Example {\n  umbrella header \"Pods-FlourishUI_Example-umbrella.h\"\n\n  export *\n  module * { export * }\n}\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Example/Pods-FlourishUI_Example.release.xcconfig",
    "content": "EMBEDDED_CONTENT_CONTAINS_SWIFT = YES\nGCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1\nLD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'\nOTHER_CFLAGS = $(inherited) -iquote \"$CONFIGURATION_BUILD_DIR/FlourishUI.framework/Headers\"\nOTHER_LDFLAGS = $(inherited) -framework \"FlourishUI\"\nOTHER_SWIFT_FLAGS = $(inherited) \"-D\" \"COCOAPODS\"\nPODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-FlourishUI_Example\nPODS_ROOT = ${SRCROOT}/Pods\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Tests/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  <key>CFBundleDevelopmentRegion</key>\n  <string>en</string>\n  <key>CFBundleExecutable</key>\n  <string>${EXECUTABLE_NAME}</string>\n  <key>CFBundleIdentifier</key>\n  <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>\n  <key>CFBundleInfoDictionaryVersion</key>\n  <string>6.0</string>\n  <key>CFBundleName</key>\n  <string>${PRODUCT_NAME}</string>\n  <key>CFBundlePackageType</key>\n  <string>FMWK</string>\n  <key>CFBundleShortVersionString</key>\n  <string>1.0.0</string>\n  <key>CFBundleSignature</key>\n  <string>????</string>\n  <key>CFBundleVersion</key>\n  <string>${CURRENT_PROJECT_VERSION}</string>\n  <key>NSPrincipalClass</key>\n  <string></string>\n</dict>\n</plist>\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Tests/Pods-FlourishUI_Tests-acknowledgements.markdown",
    "content": "# Acknowledgements\nThis application makes use of the following third party libraries:\n\n## FlourishUI\n\nCopyright (c) 2016 Clay McIlrath <clay.mcilrath@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\nGenerated by CocoaPods - https://cocoapods.org\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Tests/Pods-FlourishUI_Tests-acknowledgements.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>PreferenceSpecifiers</key>\n\t<array>\n\t\t<dict>\n\t\t\t<key>FooterText</key>\n\t\t\t<string>This application makes use of the following third party libraries:</string>\n\t\t\t<key>Title</key>\n\t\t\t<string>Acknowledgements</string>\n\t\t\t<key>Type</key>\n\t\t\t<string>PSGroupSpecifier</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>FooterText</key>\n\t\t\t<string>Copyright (c) 2016 Clay McIlrath &lt;clay.mcilrath@gmail.com&gt;\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</string>\n\t\t\t<key>Title</key>\n\t\t\t<string>FlourishUI</string>\n\t\t\t<key>Type</key>\n\t\t\t<string>PSGroupSpecifier</string>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>FooterText</key>\n\t\t\t<string>Generated by CocoaPods - https://cocoapods.org</string>\n\t\t\t<key>Title</key>\n\t\t\t<string></string>\n\t\t\t<key>Type</key>\n\t\t\t<string>PSGroupSpecifier</string>\n\t\t</dict>\n\t</array>\n\t<key>StringsTable</key>\n\t<string>Acknowledgements</string>\n\t<key>Title</key>\n\t<string>Acknowledgements</string>\n</dict>\n</plist>\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Tests/Pods-FlourishUI_Tests-dummy.m",
    "content": "#import <Foundation/Foundation.h>\n@interface PodsDummy_Pods_FlourishUI_Tests : NSObject\n@end\n@implementation PodsDummy_Pods_FlourishUI_Tests\n@end\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Tests/Pods-FlourishUI_Tests-frameworks.sh",
    "content": "#!/bin/sh\nset -e\n\necho \"mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\nmkdir -p \"${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n\nSWIFT_STDLIB_PATH=\"${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}\"\n\ninstall_framework()\n{\n  if [ -r \"${BUILT_PRODUCTS_DIR}/$1\" ]; then\n    local source=\"${BUILT_PRODUCTS_DIR}/$1\"\n  elif [ -r \"${BUILT_PRODUCTS_DIR}/$(basename \"$1\")\" ]; then\n    local source=\"${BUILT_PRODUCTS_DIR}/$(basename \"$1\")\"\n  elif [ -r \"$1\" ]; then\n    local source=\"$1\"\n  fi\n\n  local destination=\"${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n\n  if [ -L \"${source}\" ]; then\n      echo \"Symlinked...\"\n      source=\"$(readlink \"${source}\")\"\n  fi\n\n  # use filter instead of exclude so missing patterns dont' throw errors\n  echo \"rsync -av --filter \\\"- CVS/\\\" --filter \\\"- .svn/\\\" --filter \\\"- .git/\\\" --filter \\\"- .hg/\\\" --filter \\\"- Headers\\\" --filter \\\"- PrivateHeaders\\\" --filter \\\"- Modules\\\" \\\"${source}\\\" \\\"${destination}\\\"\"\n  rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"\n\n  local basename\n  basename=\"$(basename -s .framework \"$1\")\"\n  binary=\"${destination}/${basename}.framework/${basename}\"\n  if ! [ -r \"$binary\" ]; then\n    binary=\"${destination}/${basename}\"\n  fi\n\n  # Strip invalid architectures so \"fat\" simulator / device frameworks work on device\n  if [[ \"$(file \"$binary\")\" == *\"dynamically linked shared library\"* ]]; then\n    strip_invalid_archs \"$binary\"\n  fi\n\n  # Resign the code if required by the build settings to avoid unstable apps\n  code_sign_if_enabled \"${destination}/$(basename \"$1\")\"\n\n  # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7.\n  if [ \"${XCODE_VERSION_MAJOR}\" -lt 7 ]; then\n    local swift_runtime_libs\n    swift_runtime_libs=$(xcrun otool -LX \"$binary\" | grep --color=never @rpath/libswift | sed -E s/@rpath\\\\/\\(.+dylib\\).*/\\\\1/g | uniq -u  && exit ${PIPESTATUS[0]})\n    for lib in $swift_runtime_libs; do\n      echo \"rsync -auv \\\"${SWIFT_STDLIB_PATH}/${lib}\\\" \\\"${destination}\\\"\"\n      rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"\n      code_sign_if_enabled \"${destination}/${lib}\"\n    done\n  fi\n}\n\n# Signs a framework with the provided identity\ncode_sign_if_enabled() {\n  if [ -n \"${EXPANDED_CODE_SIGN_IDENTITY}\" -a \"${CODE_SIGNING_REQUIRED}\" != \"NO\" -a \"${CODE_SIGNING_ALLOWED}\" != \"NO\" ]; then\n    # Use the current code_sign_identitiy\n    echo \"Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}\"\n    echo \"/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements \\\"$1\\\"\"\n    /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements \"$1\"\n  fi\n}\n\n# Strip invalid architectures\nstrip_invalid_archs() {\n  binary=\"$1\"\n  # Get architectures for current file\n  archs=\"$(lipo -info \"$binary\" | rev | cut -d ':' -f1 | rev)\"\n  stripped=\"\"\n  for arch in $archs; do\n    if ! [[ \"${VALID_ARCHS}\" == *\"$arch\"* ]]; then\n      # Strip non-valid architectures in-place\n      lipo -remove \"$arch\" -output \"$binary\" \"$binary\" || exit 1\n      stripped=\"$stripped $arch\"\n    fi\n  done\n  if [[ \"$stripped\" ]]; then\n    echo \"Stripped $binary of architectures:$stripped\"\n  fi\n}\n\n\nif [[ \"$CONFIGURATION\" == \"Debug\" ]]; then\n  install_framework \"Pods-FlourishUI_Tests/FlourishUI.framework\"\nfi\nif [[ \"$CONFIGURATION\" == \"Release\" ]]; then\n  install_framework \"Pods-FlourishUI_Tests/FlourishUI.framework\"\nfi\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Tests/Pods-FlourishUI_Tests-resources.sh",
    "content": "#!/bin/sh\nset -e\n\nmkdir -p \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\n\nRESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt\n> \"$RESOURCES_TO_COPY\"\n\nXCASSET_FILES=()\n\nrealpath() {\n  DIRECTORY=\"$(cd \"${1%/*}\" && pwd)\"\n  FILENAME=\"${1##*/}\"\n  echo \"$DIRECTORY/$FILENAME\"\n}\n\ninstall_resource()\n{\n  if [[ \"$1\" = /* ]] ; then\n    RESOURCE_PATH=\"$1\"\n  else\n    RESOURCE_PATH=\"${PODS_ROOT}/$1\"\n  fi\n  if [[ ! -e \"$RESOURCE_PATH\" ]] ; then\n    cat << EOM\nerror: Resource \"$RESOURCE_PATH\" not found. Run 'pod install' to update the copy resources script.\nEOM\n    exit 1\n  fi\n  case $RESOURCE_PATH in\n    *.storyboard)\n      echo \"ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$RESOURCE_PATH\\\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT}\"\n      ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$RESOURCE_PATH\\\" .storyboard`.storyboardc\" \"$RESOURCE_PATH\" --sdk \"${SDKROOT}\"\n      ;;\n    *.xib)\n      echo \"ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$RESOURCE_PATH\\\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT}\"\n      ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$RESOURCE_PATH\\\" .xib`.nib\" \"$RESOURCE_PATH\" --sdk \"${SDKROOT}\"\n      ;;\n    *.framework)\n      echo \"mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      mkdir -p \"${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      echo \"rsync -av $RESOURCE_PATH ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      rsync -av \"$RESOURCE_PATH\" \"${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      ;;\n    *.xcdatamodel)\n      echo \"xcrun momc \\\"$RESOURCE_PATH\\\" \\\"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\"`.mom\\\"\"\n      xcrun momc \"$RESOURCE_PATH\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcdatamodel`.mom\"\n      ;;\n    *.xcdatamodeld)\n      echo \"xcrun momc \\\"$RESOURCE_PATH\\\" \\\"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcdatamodeld`.momd\\\"\"\n      xcrun momc \"$RESOURCE_PATH\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcdatamodeld`.momd\"\n      ;;\n    *.xcmappingmodel)\n      echo \"xcrun mapc \\\"$RESOURCE_PATH\\\" \\\"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcmappingmodel`.cdm\\\"\"\n      xcrun mapc \"$RESOURCE_PATH\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcmappingmodel`.cdm\"\n      ;;\n    *.xcassets)\n      ABSOLUTE_XCASSET_FILE=$(realpath \"$RESOURCE_PATH\")\n      XCASSET_FILES+=(\"$ABSOLUTE_XCASSET_FILE\")\n      ;;\n    *)\n      echo \"$RESOURCE_PATH\"\n      echo \"$RESOURCE_PATH\" >> \"$RESOURCES_TO_COPY\"\n      ;;\n  esac\n}\n\nmkdir -p \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nrsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from=\"$RESOURCES_TO_COPY\" / \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nif [[ \"${ACTION}\" == \"install\" ]] && [[ \"${SKIP_INSTALL}\" == \"NO\" ]]; then\n  mkdir -p \"${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\n  rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from=\"$RESOURCES_TO_COPY\" / \"${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nfi\nrm -f \"$RESOURCES_TO_COPY\"\n\nif [[ -n \"${WRAPPER_EXTENSION}\" ]] && [ \"`xcrun --find actool`\" ] && [ -n \"$XCASSET_FILES\" ]\nthen\n  case \"${TARGETED_DEVICE_FAMILY}\" in\n    1,2)\n      TARGET_DEVICE_ARGS=\"--target-device ipad --target-device iphone\"\n      ;;\n    1)\n      TARGET_DEVICE_ARGS=\"--target-device iphone\"\n      ;;\n    2)\n      TARGET_DEVICE_ARGS=\"--target-device ipad\"\n      ;;\n    *)\n      TARGET_DEVICE_ARGS=\"--target-device mac\"\n      ;;\n  esac\n\n  # Find all other xcassets (this unfortunately includes those of path pods and other targets).\n  OTHER_XCASSETS=$(find \"$PWD\" -iname \"*.xcassets\" -type d)\n  while read line; do\n    if [[ $line != \"`realpath $PODS_ROOT`*\" ]]; then\n      XCASSET_FILES+=(\"$line\")\n    fi\n  done <<<\"$OTHER_XCASSETS\"\n\n  printf \"%s\\0\" \"${XCASSET_FILES[@]}\" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform \"${PLATFORM_NAME}\" --minimum-deployment-target \"${!DEPLOYMENT_TARGET_SETTING_NAME}\" ${TARGET_DEVICE_ARGS} --compress-pngs --compile \"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nfi\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Tests/Pods-FlourishUI_Tests-umbrella.h",
    "content": "#import <UIKit/UIKit.h>\n\n\nFOUNDATION_EXPORT double Pods_FlourishUI_TestsVersionNumber;\nFOUNDATION_EXPORT const unsigned char Pods_FlourishUI_TestsVersionString[];\n\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Tests/Pods-FlourishUI_Tests.debug.xcconfig",
    "content": "EMBEDDED_CONTENT_CONTAINS_SWIFT = YES\nGCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1\nLD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'\nOTHER_CFLAGS = $(inherited) -iquote \"$CONFIGURATION_BUILD_DIR/FlourishUI.framework/Headers\"\nOTHER_LDFLAGS = $(inherited) -framework \"FlourishUI\"\nOTHER_SWIFT_FLAGS = $(inherited) \"-D\" \"COCOAPODS\"\nPODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-FlourishUI_Tests\nPODS_ROOT = ${SRCROOT}/Pods\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Tests/Pods-FlourishUI_Tests.modulemap",
    "content": "framework module Pods_FlourishUI_Tests {\n  umbrella header \"Pods-FlourishUI_Tests-umbrella.h\"\n\n  export *\n  module * { export * }\n}\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-FlourishUI_Tests/Pods-FlourishUI_Tests.release.xcconfig",
    "content": "EMBEDDED_CONTENT_CONTAINS_SWIFT = YES\nGCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1\nLD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'\nOTHER_CFLAGS = $(inherited) -iquote \"$CONFIGURATION_BUILD_DIR/FlourishUI.framework/Headers\"\nOTHER_LDFLAGS = $(inherited) -framework \"FlourishUI\"\nOTHER_SWIFT_FLAGS = $(inherited) \"-D\" \"COCOAPODS\"\nPODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-FlourishUI_Tests\nPODS_ROOT = ${SRCROOT}/Pods\n"
  },
  {
    "path": "Example/Tests/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>BNDL</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</dict>\n</plist>\n"
  },
  {
    "path": "FlourishUI.podspec",
    "content": "Pod::Spec.new do |s|\n  s.name             = \"FlourishUI\"\n  s.version          = \"3.1.3\"\n  s.summary          = \"FlourishUI is a nice clean user interface framework\"\n  s.description      = \"FlourishUI is a UI framework for quickly and easily making good looking iOS components.\"\n  s.homepage         = \"https://github.com/thinkclay/FlourishUI\"\n  s.screenshots      = [\n    'https://raw.githubusercontent.com/thinkclay/FlourishUI/master/Screenshots/iphone5s-1.png',\n    'https://raw.githubusercontent.com/thinkclay/FlourishUI/master/Screenshots/iphone5s-2.png',\n    'https://raw.githubusercontent.com/thinkclay/FlourishUI/master/Screenshots/iphone5s-3.png',\n    'https://raw.githubusercontent.com/thinkclay/FlourishUI/master/Screenshots/iphone6s-1.png',\n    'https://raw.githubusercontent.com/thinkclay/FlourishUI/master/Screenshots/iphone6s-2.png',\n    'https://raw.githubusercontent.com/thinkclay/FlourishUI/master/Screenshots/iphone5s-3.png',\n  ]\n  s.license          = 'MIT'\n  s.author           = { \"Clay McIlrath\" => \"clay.mcilrath@gmail.com\" }\n  s.source           = { :git => \"https://github.com/thinkclay/FlourishUI.git\", :tag => s.version.to_s }\n  s.social_media_url = 'https://twitter.com/thinkclay'\n  s.platform         = :ios, '8.0'\n  s.requires_arc     = true\n\n  s.source_files     = 'Pod/Classes/**/*'\nend\n"
  },
  {
    "path": "LICENSE",
    "content": "Copyright (c) 2016 Clay McIlrath <clay.mcilrath@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": "Pod/Assets/.gitkeep",
    "content": ""
  },
  {
    "path": "Pod/Classes/.gitkeep",
    "content": ""
  },
  {
    "path": "Pod/Classes/Button.swift",
    "content": "import UIKit\nimport QuartzCore\n\n@IBDesignable\nopen class Button: UIButton\n{\n  \n  @IBInspectable open var ripplePercent: Float = 1 {\n    didSet {\n      updateUI()\n    }\n  }\n  \n  @IBInspectable open var rippleOverBounds: Bool = false\n  \n  @IBInspectable open var buttonCornerRadius: Float = 0 {\n    didSet {\n      layer.cornerRadius = CGFloat(buttonCornerRadius)\n    }\n  }\n  \n  @IBInspectable var shadowRippleRadius: Float = 1\n  \n  fileprivate let rippleForegroundView = UIView()\n  fileprivate let rippleBackgroundView = UIView()\n  fileprivate var tempShadowRadius: CGFloat = 0\n  fileprivate var tempShadowOpacity: Float = 0\n  \n  fileprivate var rippleMask: CAShapeLayer? {\n    get {\n      if rippleOverBounds\n      {\n        return nil\n      }\n      else\n      {\n        let maskLayer = CAShapeLayer()\n        maskLayer.path = UIBezierPath(roundedRect: bounds, cornerRadius: layer.cornerRadius).cgPath\n        return maskLayer\n      }\n    }\n  }\n  \n  required public init?(coder aDecoder: NSCoder)\n  {\n     super.init(coder: aDecoder)\n    setup()\n  }\n  \n  override public init(frame: CGRect)\n  {\n    super.init(frame: frame)\n    setup()\n  }\n  \n  fileprivate func setup()\n  {\n    updateUI()\n    \n    rippleOverBounds = false\n    \n    rippleBackgroundView.backgroundColor = backgroundColor\n    rippleBackgroundView.frame = bounds\n    layer.addSublayer(rippleBackgroundView.layer)\n    rippleBackgroundView.layer.addSublayer(rippleForegroundView.layer)\n    rippleBackgroundView.alpha = 0\n    \n    layer.shadowRadius = 0\n    layer.shadowOffset = CGSize(width: 0, height: 1)\n    layer.shadowColor = UIColor(white: 0.0, alpha: 0.5).cgColor\n  }\n  \n  fileprivate func updateUI()\n  {\n    let size: CGFloat = bounds.width * CGFloat(ripplePercent)\n    let x: CGFloat = (bounds.width/2) - (size/2)\n    let y: CGFloat = (bounds.height/2) - (size/2)\n    let corner: CGFloat = size/2\n    \n    if let backgroundColor = backgroundColor\n    {\n      rippleForegroundView.backgroundColor = backgroundColor.adjustValue(percentage: 1.1)\n    }\n    rippleForegroundView.frame = CGRect(x: x, y: y, width: size, height: size)\n    rippleForegroundView.layer.cornerRadius = corner\n  }\n  \n  override open func beginTracking(_ touch: UITouch, with event: UIEvent?) -> Bool\n  {\n    rippleForegroundView.center = touch.location(in: self)\n    \n    UIView.animate(withDuration: 0.1, animations: { self.rippleBackgroundView.alpha = 1 }, completion: nil)\n    \n    rippleForegroundView.transform = CGAffineTransform(scaleX: 0.5, y: 0.5)\n    \n    UIView.animate(\n      withDuration: 0.7,\n      delay: 0,\n      options: .curveEaseOut,\n      animations: {\n        self.rippleForegroundView.transform = CGAffineTransform.identity\n      },\n      completion: nil\n    )\n    \n    tempShadowRadius = layer.shadowRadius\n    tempShadowOpacity = layer.shadowOpacity\n    \n    let shadowAnim = CABasicAnimation(keyPath:\"shadowRadius\")\n    shadowAnim.toValue = shadowRippleRadius\n    \n    let opacityAnim = CABasicAnimation(keyPath:\"shadowOpacity\")\n    opacityAnim.toValue = 1\n    \n    let groupAnim = CAAnimationGroup()\n    groupAnim.duration = 0.7\n    groupAnim.fillMode = CAMediaTimingFillMode.forwards\n    groupAnim.isRemovedOnCompletion = false\n    groupAnim.animations = [shadowAnim, opacityAnim]\n    \n    layer.add(groupAnim, forKey:\"shadow\")\n    \n    return super.beginTracking(touch, with: event)\n  }\n  \n  override open func endTracking(_ touch: UITouch?, with event: UIEvent?)\n  {\n    super.endTracking(touch, with: event)\n    \n    UIView.animate(\n      withDuration: 0.1,\n      animations: {\n        self.rippleBackgroundView.alpha = 1\n      },\n      completion: {\n        success in\n        \n        UIView.animate(withDuration: 0.6 , animations: { self.rippleBackgroundView.alpha = 0 })\n      }\n    )\n    \n    UIView.animate(\n      withDuration: 0.7,\n      delay: 0,\n      options: [.curveEaseOut, .beginFromCurrentState],\n      animations: {\n        self.rippleForegroundView.transform = CGAffineTransform.identity\n        \n        let shadowAnim = CABasicAnimation(keyPath:\"shadowRadius\")\n        shadowAnim.toValue = self.tempShadowRadius\n        \n        let opacityAnim = CABasicAnimation(keyPath:\"shadowOpacity\")\n        opacityAnim.toValue = self.tempShadowOpacity\n        \n        let groupAnim = CAAnimationGroup()\n        groupAnim.duration = 0.7\n        groupAnim.fillMode = CAMediaTimingFillMode.forwards\n        groupAnim.isRemovedOnCompletion = false\n        groupAnim.animations = [shadowAnim, opacityAnim]\n        \n        self.layer.add(groupAnim, forKey:\"shadowBack\")\n      },\n      completion: nil\n    )\n  }\n  \n  override open func layoutSubviews()\n  {\n    super.layoutSubviews()\n    \n    let oldCenter = rippleForegroundView.center\n    \n    updateUI()\n    \n    rippleForegroundView.center = oldCenter\n    rippleBackgroundView.layer.frame = bounds\n    rippleBackgroundView.layer.mask = rippleMask\n  }\n  \n}\n"
  },
  {
    "path": "Pod/Classes/InputText.swift",
    "content": "import UIKit\n\n@IBDesignable\nopen class InputText: UITextField\n{\n\n  @IBInspectable open var padding: CGSize = CGSize(width: 8, height: 5)\n  @IBInspectable open var borderRadius = CGFloat(5)\n  @IBInspectable open var borderColor = UIColor.lightGray.cgColor\n  @IBInspectable open var borderWidth = CGFloat(1)\n  @IBInspectable open var icon = UIImage()\n  \n  override open func layoutSubviews()\n  {\n    super.layoutSubviews()\n    \n    layer.cornerRadius = borderRadius\n    layer.borderColor = borderColor\n    layer.borderWidth = borderWidth\n  }\n  \n  override open func textRect(forBounds bounds: CGRect) -> CGRect\n  {\n    let rect = super.textRect(forBounds: bounds)\n    \n    let newRect = CGRect(\n      x: rect.origin.x + padding.width,\n      y: rect.origin.y + padding.height,\n      width: rect.size.width - (2 * padding.width),\n      height: rect.size.height - (2 * padding.height)\n    )\n    \n    return newRect\n  }\n  \n  override open func editingRect(forBounds bounds: CGRect) -> CGRect {\n    return textRect(forBounds: bounds)\n  }\n  \n}\n"
  },
  {
    "path": "Pod/Classes/Modal.swift",
    "content": "import UIKit\n\nopen class Modal: UIViewController\n{\n\n  fileprivate var _settings: Settings = Settings() {\n    didSet {\n      _height = _settings.height\n      _bodyHeight = _settings.bodyHeight\n    }\n  }\n  \n  fileprivate var _overlay = UIVisualEffectView(effect: UIBlurEffect(style: .light))\n  fileprivate var dialog = UIView()\n  fileprivate var titleLabel = UILabel()\n  fileprivate var bodyLabel = UITextView()\n  fileprivate var dismissButton = ModalButton(frame: CGRect())\n  fileprivate var status: Status = .notice\n  fileprivate var durationTimer: Timer!\n  fileprivate var _bodyHeight: CGFloat = 90\n  fileprivate var _height: CGFloat = 178\n  \n  var width: CGFloat {\n    var width = (view.frame.width - 2 * _settings.padding)\n    \n    if _settings.equalAspectRatio\n    {\n      width = width > _height ? _height : width\n    }\n    \n    return width <= _settings.maxWidth ? width : _settings.maxWidth\n  }\n  \n  public enum Status\n  {\n    case success, error, notice, warning, info\n  }\n  \n  public enum Action\n  {\n    case none, selector, closure\n  }\n  \n  public enum Shadow\n  {\n    case normal, curl, hover\n  }\n  \n  public struct Settings\n  {\n    public var backgroundColor: UIColor\n    public var borderColor: UIColor\n    public var equalAspectRatio: Bool\n    public var borderRadius: CGFloat\n    public var borderWidth: CGFloat\n    public var height: CGFloat\n    public var maxWidth: CGFloat\n    public var titleHeight: CGFloat\n    public var bodyHeight: CGFloat\n    public var margin: CGFloat\n    public var padding: CGFloat\n    public var buttonHeight: CGFloat\n    public var buttonCornerRadius: Float\n    public var dismissText: String\n    \n    // Shadows\n    public var shadowType: Shadow\n    public var shadowColor: UIColor\n    public var shadowOffset: CGSize\n    public var shadowOpacity: Float\n    public var shadowRadius: CGFloat\n    \n    // Overlay\n    public var overlayColor: UIColor\n    public var overlayBlurStyle: UIBlurEffect.Style\n    \n    // Colors\n    public var titleColor: UIColor\n    public var bodyColor: UIColor\n    \n    public init()\n    {\n      backgroundColor = UIColor.white\n      borderColor = UIColor.lightGray\n      equalAspectRatio = false\n      borderRadius = 5\n      borderWidth = 0.5\n      height = 178\n      maxWidth = 300\n      titleHeight = 40\n      bodyHeight = 90\n      margin = 20\n      padding = 20\n      buttonHeight = 40\n      buttonCornerRadius = 3\n      dismissText = \"Close\"\n      shadowType = .normal\n      shadowColor = UIColor.black\n      shadowOffset = CGSize(width: 0, height: 2)\n      shadowOpacity = 0.2\n      shadowRadius = 1\n      overlayColor = UIColor.clear\n      overlayBlurStyle = .light\n      titleColor = UIColor.darkGray\n      bodyColor = UIColor.gray\n    }\n  }\n  \n  public struct Color\n  {\n    static var success = UIColor(red: 34/255, green: 181/255, blue: 115/255, alpha: 1)\n    static var error = UIColor(red: 193/255, green: 39/255, blue: 45/255, alpha: 1)\n    static var notice = UIColor(red: 200/255, green: 203/255, blue: 177/255, alpha: 1)\n    static var warning = UIColor(red: 235/255, green: 177/255, blue: 0/255, alpha: 1)\n    static var info = UIColor(red: 40/255, green: 102/255, blue: 191/255, alpha: 1)\n  }\n  \n  public struct Font\n  {\n    static var header = UIFont(name: \"Avenir-Medium\", size: 18.0)!\n    static var text = UIFont(name: \"Avenir\", size: 14.0)!\n    static var button = UIFont(name: \"Avenir-Roman\", size: 14.0)!\n  }\n  \n  class ModalButton: Button\n  {\n    var actionType = Action.none\n    var target: AnyObject!\n    var selector: Selector!\n    var action:( () -> Void )!\n  }\n  \n  required public init?(coder aDecoder: NSCoder)\n  {\n    fatalError(\"NSCoding not supported\")\n  }\n  \n  public init(title: String?, body: String?, status: Status, settings: Settings = Settings())\n  {\n    super.init(nibName: nil, bundle: nil)\n    \n    self.titleLabel.text = title\n    self.bodyLabel.text = body\n    self.status = status\n    self._settings = settings\n    self._overlay = UIVisualEffectView(effect: UIBlurEffect(style: _settings.overlayBlurStyle))\n    \n    // Set up main view\n    view.frame = UIScreen.main.bounds\n    view.autoresizingMask =  [UIView.AutoresizingMask.flexibleHeight, UIView.AutoresizingMask.flexibleWidth]\n    view.backgroundColor = _settings.overlayColor\n    view.addSubview(_overlay)\n    \n    // Overlay\n    _overlay.frame = view.frame\n    _overlay.autoresizingMask = [.flexibleHeight, .flexibleWidth]\n    _overlay.contentView.addSubview(dialog)\n//    _overlay.addSubview(dialog)\n    \n    // Dialog\n    dialog.backgroundColor = _settings.backgroundColor\n    dialog.layer.borderColor = _settings.borderColor.cgColor\n    dialog.layer.cornerRadius = _settings.borderRadius\n    dialog.layer.masksToBounds = false\n    dialog.layer.borderWidth = _settings.borderWidth\n    \n    // Title\n    titleLabel.textColor = _settings.titleColor\n    titleLabel.numberOfLines = 1\n    titleLabel.textAlignment = .center\n    titleLabel.font = Font.header\n    titleLabel.frame = CGRect(x: _settings.padding, y: _settings.padding, width: width - 2 * _settings.padding, height: _settings.titleHeight)\n    dialog.addSubview(titleLabel)\n    \n    // Body\n    bodyLabel.backgroundColor = UIColor.clear\n    bodyLabel.textColor = _settings.bodyColor\n    bodyLabel.isEditable = false\n    bodyLabel.textAlignment = .center\n    bodyLabel.textContainerInset = UIEdgeInsets.zero\n    bodyLabel.textContainer.lineFragmentPadding = 0;\n    bodyLabel.font = Font.text\n    dialog.addSubview(bodyLabel)\n    \n    // Button\n    dismissButton.setTitle(_settings.dismissText, for: UIControl.State())\n    dismissButton.titleLabel?.font = Font.button\n    dismissButton.actionType = Action.selector\n    dismissButton.target = self\n    dismissButton.selector = #selector(self.hide)\n    dismissButton.addTarget(self, action: #selector(self.buttonTapped(_:)), for: .touchUpInside)\n    dialog.addSubview(dismissButton)\n  }\n  \n  \n  override open func viewWillLayoutSubviews()\n  {\n    super.viewWillLayoutSubviews()\n    \n    let size = UIScreen.main.bounds.size\n    \n    // Set background frame\n    view.frame.size = size\n    _overlay.frame.size = size\n    \n    // Set frames\n    addShadow(dialog, shadow: _settings.shadowType)\n    dialog.frame.size = CGSize(width: width, height: _height)\n    dialog.center.x = view.center.x\n    dialog.center.y = view.center.y\n    \n    let x = _settings.padding\n    let y = _settings.padding + _settings.titleHeight\n    let w = width - (2 * _settings.padding)\n    \n    bodyLabel.frame = CGRect(x: x, y: y, width: w, height: _bodyHeight)\n    dismissButton.frame = CGRect(x: x, y: y + _bodyHeight + _settings.padding, width: w, height: _settings.buttonHeight)\n    dismissButton.backgroundColor = metaForStatus(status).color\n    dismissButton.layer.masksToBounds = true\n  }\n  \n@objc func buttonTapped(_ btn: ModalButton)\n  {\n    switch btn.actionType\n    {\n      case .closure :\n        btn.action()\n      case .selector :\n        let ctrl = UIControl()\n        ctrl.sendAction(btn.selector, to:btn.target, for:nil)\n      default :\n        print(\"Unknow action type for button\")\n    }\n    \n    hide()\n  }\n  \n  open func show(_ duration: TimeInterval = 0)\n  {\n    view.alpha = 0\n    dialog.frame.origin.y = -view.frame.height\n    \n    if let rv = UIApplication.shared.keyWindow?.subviews.first\n    {\n      rv.addSubview(view)\n      view.frame = rv.bounds\n      _overlay.frame = rv.bounds\n      \n      // Subtitle: adjusts to text view size\n      let r = bodyLabel.text.boundingRect(\n        with: CGSize(width: width - 2 * _settings.padding, height: 90),\n        options: .usesLineFragmentOrigin,\n        attributes: [NSAttributedString.Key.font: Font.text],\n        context: nil\n      )\n      \n      let textHeight = ceil(r.size.height)\n      \n      if textHeight < _bodyHeight\n      {\n        _height -= (_bodyHeight - textHeight)\n        _bodyHeight = textHeight\n      }\n      \n      _height += _settings.buttonHeight + _settings.padding\n      \n      if duration > 0\n      {\n        durationTimer?.invalidate()\n        durationTimer = Timer.scheduledTimer(timeInterval: duration, target: self, selector: #selector(self.hide), userInfo: nil, repeats: false)\n      }\n      \n      // Animate the dialog\n      UIView.animate(\n        withDuration: 0.2,\n        animations: {\n          self.dialog.center.y = rv.center.y + 15\n          self.view.alpha = 1\n        },\n        completion: {\n          finished in\n\n          UIView.animate(withDuration: 0.2, animations: { self.dialog.center = rv.center })\n        }\n      )\n    }\n  }\n  \n    @objc open func hide()\n  {\n    UIView.animate(\n      withDuration: 0.2,\n      animations: {\n        self.view.alpha = 0\n      },\n      completion: {\n        finished in\n        \n        self.view.removeFromSuperview()\n      }\n    )\n  }\n  \n  open func addShadow(_ view: UIView, shadow: Shadow)\n  {\n    view.layer.shadowColor = _settings.shadowColor.cgColor\n    view.layer.shadowOffset = _settings.shadowOffset\n    view.layer.shadowOpacity = _settings.shadowOpacity\n    view.layer.shadowRadius = _settings.shadowRadius\n    \n    switch shadow\n    {\n      case .normal :\n        addDropShadow(view)\n      case .curl :\n        addCurlShadow(view)\n      case .hover :\n        addHoverShadow(view)\n    }\n  }\n  \n  fileprivate func metaForStatus(_ status: Status) -> (text: String, color: UIColor)\n  {\n    switch status\n    {\n      case .success :\n        return (\"Success\", Color.success)\n        \n      case .error :\n        return (\"Error\", Color.error)\n        \n      case .notice :\n        return (\"Notice\", Color.notice)\n        \n      case .warning :\n        return (\"Warning\", Color.warning)\n        \n      case .info :\n        return (\"Info\", Color.info)\n    }\n  }\n  \n  fileprivate func addDropShadow(_ view: UIView) {}\n  \n  fileprivate func addCurlShadow(_ view: UIView)\n  {\n    let size = view.bounds.size\n    let width = size.width\n    let height = size.height\n    let depth = CGFloat(11.0)\n    let lessDepth = 0.8 * depth\n    let curvyness = CGFloat(5)\n    let radius = CGFloat(1)\n    \n    let path = UIBezierPath()\n    \n    // top left\n    path.move(to: CGPoint(x: radius, y: height))\n    \n    // top right\n    path.addLine(to: CGPoint(x: width - 2 * radius, y: height))\n    \n    // bottom right + a little extra\n    path.addLine(to: CGPoint(x: width - 2 * radius, y: height + depth))\n    \n    // path to bottom left via curve\n    path.addCurve(\n      to: CGPoint(x: radius, y: height + depth),\n      controlPoint1: CGPoint(x: width - curvyness, y: height + lessDepth - curvyness),\n      controlPoint2: CGPoint(x: curvyness, y: height + lessDepth - curvyness)\n    )\n    \n    view.layer.shadowPath = path.cgPath\n  }\n  \n  fileprivate func addHoverShadow(_ view: UIView)\n  {\n    let ovalRect = CGRect(x: 10, y: _height + 15, width: width - 20, height: 15)\n    let path = UIBezierPath(roundedRect: ovalRect, cornerRadius: 10)\n    \n    view.layer.shadowPath = path.cgPath\n  }\n  \n}\n"
  },
  {
    "path": "Pod/Classes/ToggleSwitch.swift",
    "content": "import UIKit\n\npublic class ToggleButton: UIView\n{\n  \n  var active: Bool = false\n  \n  public var activeBackgroundColor = UIColor(hex: \"#6B60AB\") {\n    didSet {\n      setNeedsDisplay()\n    }\n  }\n  public var activeBorderColor = UIColor(hex: \"#8579CE\") {\n    didSet {\n      setNeedsDisplay()\n    }\n  }\n  public var activeInnerShadowColor = UIColor(rgba: [255, 255, 255, 0.5]) {\n    didSet {\n      setNeedsDisplay()\n    }\n  }\n  public var disabledBackgroundColor = UIColor(hex: \"#4D428E\") {\n    didSet {\n      setNeedsDisplay()\n    }\n  }\n  public var disabledBorderColor = UIColor(hex: \"#5C509D\") {\n    didSet {\n      setNeedsDisplay()\n    }\n  }\n  public var disabledInnerShadowColor = UIColor(rgba: [255, 255, 255, 0.14]) {\n    didSet {\n      setNeedsDisplay()\n    }\n  }\n  \n  override init(frame: CGRect)\n  {\n    super.init(frame: frame)\n    \n    backgroundColor = .clear\n  }\n  \n  required public init?(coder aDecoder: NSCoder)\n  {\n    fatalError(\"init(coder:) has not been implemented\")\n  }\n  \n  override public func draw(_ rect: CGRect)\n  {\n    let buttonFill = active ? activeBackgroundColor : disabledBackgroundColor\n    let buttonStroke = active ? activeBorderColor : disabledBorderColor\n    let innerShadow = active ? activeInnerShadowColor : disabledInnerShadowColor\n    let x: CGFloat = active ? 35 : 0\n    let context = UIGraphicsGetCurrentContext()!\n    \n    // Oval with drop shadow\n    let ovalPath = UIBezierPath(ovalIn: CGRect(x: 2, y: 1, width: 20, height: 20))\n    context.saveGState()\n    context.setShadow(offset: CGSize(width: 0.1, height: -0.1), blur: 2, color: UIColor.black.cgColor)\n    buttonFill.setFill()\n    ovalPath.fill()\n    \n    // Inner shadow\n    context.saveGState()\n    context.clip(to: ovalPath.bounds)\n    context.setShadow(offset: CGSize.zero, blur: 0)\n    context.setAlpha(innerShadow.cgColor.alpha)\n    context.beginTransparencyLayer(auxiliaryInfo: nil)\n    context.setShadow(offset: CGSize(width: 0.1, height: 1), blur: 3, color: UIColor.white.cgColor)\n    context.setBlendMode(.sourceOut)\n    context.beginTransparencyLayer(auxiliaryInfo: nil)\n    \n    let ovalOpaqueShadow = innerShadow.withAlphaComponent(1)\n    ovalOpaqueShadow.setFill()\n    ovalPath.fill()\n    \n    context.endTransparencyLayer()\n    context.endTransparencyLayer()\n    context.restoreGState()\n    context.restoreGState()\n    \n    buttonStroke.setStroke()\n    ovalPath.lineWidth = 1\n    ovalPath.stroke()\n    \n    frame.origin.x = x\n  }\n}\n\npublic class ToggleSlide: UIView\n{\n  \n  var active: Bool = false\n  \n  public var activeBackgroundColor = UIColor(hex: \"#514398\") {\n    didSet {\n      setNeedsDisplay()\n    }\n  }\n  public var activeBorderColor = UIColor(hex: \"#5B4CA9\") {\n    didSet {\n      setNeedsDisplay()\n    }\n  }\n  public var disabledBackgroundColor = UIColor(hex: \"#382B76\") {\n    didSet {\n      setNeedsDisplay()\n    }\n  }\n  public var disabledBorderColor = UIColor(hex: \"#4B3E8D\") {\n    didSet {\n      setNeedsDisplay()\n    }\n  }\n  \n  override init(frame: CGRect)\n  {\n    super.init(frame: frame)\n    \n    backgroundColor = .clear\n  }\n  \n  required public init?(coder aDecoder: NSCoder)\n  {\n    fatalError(\"init(coder:) has not been implemented\")\n  }\n  \n  override public func draw(_ rect: CGRect)\n  {\n    let slideFill = active ? activeBackgroundColor : disabledBackgroundColor\n    let slideStroke = active ? activeBorderColor : disabledBorderColor\n    let background = UIBezierPath(roundedRect: CGRect(x: 1, y: 7, width: 48, height: 10), cornerRadius: 10)\n    background.lineWidth = 1\n    slideFill.setFill()\n    background.fill()\n    slideStroke.setStroke()\n    background.stroke()\n  }\n}\n\npublic class ToggleLabel: UIButton\n{\n  override init(frame: CGRect)\n  {\n    super.init(frame: frame)\n  }\n  \n  required public init?(coder aDecoder: NSCoder)\n  {\n    fatalError(\"init(coder:) has not been implemented\")\n  }\n}\n\nopen class ToggleSwitch: UIView\n{\n  public var active: Bool = false {\n    didSet {\n      button.active = active\n      slide.active = active\n      button.setNeedsDisplay()\n      slide.setNeedsDisplay()\n    }\n  }\n  public var button = ToggleButton(frame: CGRect(x: 0, y: 1, width: 24, height: 24))\n  public var slide = ToggleSlide(frame: CGRect(x: 4, y: 0, width: 60, height: 20))\n  public var label = ToggleLabel(frame: CGRect(x: 70, y: 0, width: 100, height: 22))\n  public var toggleCallback: (() -> ())?\n  \n  override public init(frame: CGRect)\n  {\n    super.init(frame: frame)\n    \n    backgroundColor = .clear\n    \n    toggleCallback = { print(\"toggle init\") }\n    \n    button.active = active\n    slide.active = active\n    \n    addSubview(slide)\n    addSubview(button)\n    addSubview(label)\n    \n    label.addTarget(self, action: #selector(toggleHandler), for: .touchUpInside)\n    addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(toggleHandler)))\n    addGestureRecognizer(UISwipeGestureRecognizer(target: self, action: #selector(toggleHandler)))\n  }\n  \n  required public init?(coder aDecoder: NSCoder) {\n    fatalError(\"init(coder:) has not been implemented\")\n  }\n  \n    @objc public func toggleHandler()\n  {\n    UIView.animate(\n      withDuration: 0.15,\n      delay: 0.0,\n      options: .curveEaseIn,\n      animations: {\n        self.button.frame.origin.x = self.active ? 0 : 35\n    },\n      completion: {\n        _ in\n        self.active = !self.active\n        self.toggleCallback!()\n    }\n    )\n  }\n  \n}\n"
  },
  {
    "path": "Pod/Classes/UIColor.swift",
    "content": "import UIKit\n\npublic extension UIColor\n{\n  convenience init(hex: String)\n  {\n    var red:   CGFloat = 0.0\n    var green: CGFloat = 0.0\n    var blue:  CGFloat = 0.0\n    let alpha: CGFloat = 1.0\n    \n    if hex.hasPrefix(\"#\")\n    {\n      let index   = hex.characters.index(hex.startIndex, offsetBy: 1)\n      let hex     = hex.substring(from: index)\n      let scanner = Scanner(string: hex)\n      var hexValue: CUnsignedLongLong = 0\n      \n      if scanner.scanHexInt64(&hexValue)\n      {\n        red   = CGFloat((hexValue & 0xFF0000) >> 16) / 255.0\n        green = CGFloat((hexValue & 0x00FF00) >> 8)  / 255.0\n        blue  = CGFloat(hexValue & 0x0000FF) / 255.0\n      }\n      else\n      {\n        print(\"scan hex error, your string should be a hex string of 7 chars. ie: #ebb100\")\n      }\n    }\n    else\n    {\n      print(\"invalid rgb string, missing '#' as prefix\", terminator: \"\")\n    }\n    \n    self.init(red: red, green: green, blue: blue, alpha: alpha)\n  }\n  \n  convenience init(rgba: [CGFloat])\n  {\n    self.init(red: rgba[0]/255.0, green: rgba[1]/255.0, blue: rgba[2]/255.0, alpha: rgba[3])\n  }\n  \n  func adjustValue(percentage: CGFloat = 1.5) -> UIColor\n  {\n    var h: CGFloat = 0\n    var s: CGFloat = 0\n    var b: CGFloat = 0\n    var a: CGFloat = 0\n    \n    self.getHue(&h, saturation: &s, brightness: &b, alpha: &a)\n    \n    return UIColor(hue: h, saturation: s, brightness: (b * percentage), alpha: a)\n  }\n}\n"
  },
  {
    "path": "README.md",
    "content": "# FlourishUI\n\n[![CI Status](http://img.shields.io/travis/Clay McIlrath/FlourishUI.svg?style=flat)](https://travis-ci.org/Clay McIlrath/FlourishUI)\n[![Version](https://img.shields.io/cocoapods/v/FlourishUI.svg?style=flat)](http://cocoapods.org/pods/FlourishUI)\n[![License](https://img.shields.io/cocoapods/l/FlourishUI.svg?style=flat)](http://cocoapods.org/pods/FlourishUI)\n[![Platform](https://img.shields.io/cocoapods/p/FlourishUI.svg?style=flat)](http://cocoapods.org/pods/FlourishUI)\n\n<img src=\"https://github.com/thinkclay/FlourishUI/blob/master/Screenshots/animated.gif\" alt=\"Preview of UI\" align=\"right\" />\n\nWe absolutely **love** beautiful interfaces! As an organization named Unicorn, we are obligated to be unique and majestic. That is why we have made this highly configurable, out-of-the-box-pretty, User Interface library/kit thingy. It has a minimal set of UI components now, but already packs quite a punch with the UIColor extension, animated Material-inspired buttons, and modal views.\n\n## Getting Started\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n\n\n\n\n\n***Release Notes***\n\n[Master](https://github.com/unicorn/FlourishUI/tree/master) contains the latest bleeding edge code. Currently master is supporting Swift 3.0 but there are [releases](https://github.com/thinkclay/FlourishUI/releases) for older versions of Swift.\n\nThis library was built on iOS 8.x, but does offer decent backwards compatibility. We haven't tested older devices thoroughly however, so if you find a breaking issue, please file an issue on the repo or submit a pull request!\n\n\n### Inspiration\n\nThis library was hand-written, but borrowed from concepts in [ZFRipple](https://github.com/zoonooz/ZFRippleButton),\n[SLCAlertView](https://github.com/vikmeup/SCLAlertView-Swift) and [Material](http://www.google.com/design/spec/material-design/introduction.html). We'd like to thank them for paving the way for some cool concepts and for contributing their code as MIT. Following suit, we have also made this open source and completely void of copyright or restrictions. Just use it already, and make your apps look like sexy unicorns!\n\n\n## Installation\n\nFlourishUI is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:\n\n```ruby\npod \"FlourishUI\"\n```\n\nOr if you prefer to skip cocoapods, you can simply drag and drop the [source files](https://github.com/thinkclay/FlourishUI/tree/master/Pod/Classes) directly into your Xcode project.\n\n\n## Usage\n\nMost of the code should be pretty self documenting. FlourishUI uses structs and enums heavily to make an easy-to-read and highly meta approach. Future updates will probably keep the API mostly the same, but switch to a better underlying infrastructure of getters and setters.\n\n### Button\n\nThe Button class is ready to go with Interface Builder and IBDesignable, just inherit! You can check the demo to see this configured with IB.\n\n### Modal\n\nModals are heavily based on configurations, and thus, are built and called in code. We plan on making them more robust in time, but for now, you'll want to simply treat them like you would an AlertView.\n\n```swift\nModal.Overlay.blurStyle = .ExtraLight\nModal.Dialog.shadowType = .Hover\nModal.Dialog.shadowRadius = CGFloat(5)\nModal.Dialog.shadowOffset = CGSize(width: 0, height: 0)\nModal.Dialog.shadowOpacity = 0.1\n\nModal(title: sender.titleLabel?.text, body: body, status: .Warning).show()\n```\n\n### Toggle Switch\n\n<img src=\"https://github.com/thinkclay/FlourishUI/blob/master/Screenshots/3.x.png\" alt=\"Preview of UI\" align=\"right\" width=\"40%\" />\n\nFlourish UI supports Toggle Switches as of 3.x and up! These are drawn entirely with core graphics and animated with UIKit, giving you vector scale and full customization.\n\n```swift\n//\n// Customizing toggle switches\n//\nlet greenColor = UIColor(hex: \"#3D8C8E\")\n\nlet toggle2 = ToggleSwitch()\ntoggle2.frame = CGRect(x: 20, y: view.frame.height - 100, width: view.frame.width - 40, height: 24)\ntoggle2.label.setTitle(\"Custom styled toggle\", for: .normal)\ntoggle2.active = true\n\n// Customize the label associated with the toggle switch\ntoggle2.label.frame.size.width = 200\ntoggle2.label.titleLabel?.textColor = .black\n\n// Customize the background which the toggle button slides across\ntoggle2.slide.activeBackgroundColor = greenColor.adjustValue(percentage: 1.4)\ntoggle2.slide.activeBorderColor = greenColor.adjustValue(percentage: 1.0)\ntoggle2.slide.disabledBackgroundColor = UIColor(hex: \"#99896F\")\ntoggle2.slide.disabledBorderColor = UIColor(hex: \"#99896F\").adjustValue(percentage: 0.5)\n\n// Customize the round toggle button\ntoggle2.button.activeBackgroundColor = greenColor.adjustValue(percentage: 1.3)\ntoggle2.button.activeBorderColor = greenColor.adjustValue(percentage: 1.1)\ntoggle2.button.disabledBackgroundColor = UIColor(rgba: [153, 137, 111, 0.8])\ntoggle2.button.disabledBorderColor = UIColor(rgba: [153, 137, 111, 0.8]).adjustValue(percentage: 0.5)\n\nview.addSubview(toggle2)\n```\n\n### UIColor Extension\n\n```swift\n// Create colors with hex value in string\nlet red = UIColor(hex: \"#ff0000\")\n\n// Darken or lighten the value (lightness)\n// 1 = 100% therefore > 1 is lighter and < 1 is darker\nred.adjustValue(percentage: 1.5)\n```\n\n## License\n\nFlourishUI is available under the MIT license. See the LICENSE file for more info.\n"
  }
]