[
  {
    "path": ".gitignore",
    "content": "# OS X\n.DS_Store\n\n# Xcode\nbuild/\n*.pbxuser\n!default.pbxuser\n*.mode1v3\n!default.mode1v3\n*.mode2v3\n!default.mode2v3\n*.perspectivev3\n!default.perspectivev3\nxcuserdata\n*.xccheckout\nprofile\n*.moved-aside\nDerivedData\n*.hmap\n*.ipa\n\n# Bundler\n.bundle\n\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/CircleSlider.xcworkspace -scheme CircleSlider-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty\n- pod lib lint\n"
  },
  {
    "path": "CircleSlider.podspec",
    "content": "Pod::Spec.new do |s|\ns.name             = \"CircleSlider\"\ns.version          = \"0.6.0\"\ns.summary          = \"CircleSlider is a Circular slider library. written in pure swift.\"\ns.homepage         = \"https://github.com/shushutochako/CircleSlider\"\ns.license          = 'MIT'\ns.author           = { \"shushutochako\" => \"shushutochako22@gmail.com\" }\ns.source           = { :git => \"https://github.com/shushutochako/CircleSlider.git\", :tag => s.version.to_s }\ns.social_media_url = 'https://twitter.com/shushutochako'\n\ns.platform     = :ios, '8.0'\ns.requires_arc = true\n\ns.source_files = 'Pod/Classes/**/*'\nend\n"
  },
  {
    "path": "Example/CircleSlider/AppDelegate.swift",
    "content": "//\n//  AppDelegate.swift\n//  CircleSlider\n//\n//  Created by shushutochako on 11/17/2015.\n//  Copyright (c) 2015 shushutochako. All rights reserved.\n//\n\nimport UIKit\n\n@UIApplicationMain\nclass AppDelegate: UIResponder, UIApplicationDelegate {\n\n    var window: UIWindow?\n\n\n    private func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> 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/CircleSlider/Base.lproj/LaunchScreen.xib",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.XIB\" version=\"3.0\" toolsVersion=\"13196\" targetRuntime=\"iOS.CocoaTouch\" propertyAccessControl=\"none\" useAutolayout=\"YES\" launchScreen=\"YES\" useTraitCollections=\"YES\" colorMatched=\"YES\">\n    <device id=\"retina4_7\" orientation=\"portrait\">\n        <adaptation id=\"fullscreen\"/>\n    </device>\n    <dependencies>\n        <deployment identifier=\"iOS\"/>\n        <plugIn identifier=\"com.apple.InterfaceBuilder.IBCocoaTouchPlugin\" version=\"13173\"/>\n        <capability name=\"Constraints with non-1.0 multipliers\" minToolsVersion=\"5.1\"/>\n        <capability name=\"documents saved in the Xcode 8 format\" minToolsVersion=\"8.0\"/>\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=\"CircleSlider\" 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\" red=\"1\" green=\"1\" blue=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\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/CircleSlider/Base.lproj/Main.storyboard",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB\" version=\"3.0\" toolsVersion=\"13196\" targetRuntime=\"iOS.CocoaTouch\" propertyAccessControl=\"none\" useAutolayout=\"YES\" useTraitCollections=\"YES\" colorMatched=\"YES\" initialViewController=\"vXZ-lx-hvc\">\n    <device id=\"retina4_7\" orientation=\"portrait\">\n        <adaptation id=\"fullscreen\"/>\n    </device>\n    <dependencies>\n        <deployment identifier=\"iOS\"/>\n        <plugIn identifier=\"com.apple.InterfaceBuilder.IBCocoaTouchPlugin\" version=\"13173\"/>\n        <capability name=\"Constraints to layout margins\" minToolsVersion=\"6.0\"/>\n        <capability name=\"documents saved in the Xcode 8 format\" minToolsVersion=\"8.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=\"CircleSlider_Example\" customModuleProvider=\"target\" sceneMemberID=\"viewController\">\n                    <layoutGuides>\n                        <viewControllerLayoutGuide type=\"top\" id=\"jyV-Pf-zRb\"/>\n                        <viewControllerLayoutGuide type=\"bottom\" id=\"2fi-mo-0CV\"/>\n                    </layoutGuides>\n                    <view key=\"view\" contentMode=\"scaleToFill\" id=\"kh9-bI-dsS\">\n                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"375\" height=\"667\"/>\n                        <autoresizingMask key=\"autoresizingMask\" flexibleMaxX=\"YES\" flexibleMaxY=\"YES\"/>\n                        <subviews>\n                            <view contentMode=\"scaleToFill\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"wiH-Ad-oaa\">\n                                <rect key=\"frame\" x=\"97.5\" y=\"30\" width=\"180\" height=\"180\"/>\n                                <color key=\"backgroundColor\" red=\"0.0\" green=\"0.0\" blue=\"0.0\" alpha=\"0.0\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                <constraints>\n                                    <constraint firstAttribute=\"height\" constant=\"180\" id=\"TGZ-JB-CVM\"/>\n                                    <constraint firstAttribute=\"width\" constant=\"180\" id=\"apX-uG-hkX\"/>\n                                </constraints>\n                            </view>\n                            <button opaque=\"NO\" contentMode=\"scaleToFill\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" lineBreakMode=\"middleTruncation\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"S6g-Km-UMU\">\n                                <rect key=\"frame\" x=\"170\" y=\"103\" width=\"35\" height=\"35\"/>\n                                <color key=\"backgroundColor\" white=\"0.0\" alpha=\"0.0\" colorSpace=\"calibratedWhite\"/>\n                                <constraints>\n                                    <constraint firstAttribute=\"width\" constant=\"35\" id=\"Kmo-LX-8ee\"/>\n                                    <constraint firstAttribute=\"height\" constant=\"35\" id=\"SHI-7i-6f2\"/>\n                                </constraints>\n                                <state key=\"normal\" image=\"button_start\"/>\n                                <connections>\n                                    <action selector=\"tapProgress:\" destination=\"vXZ-lx-hvc\" eventType=\"touchUpInside\" id=\"JnL-69-AXY\"/>\n                                </connections>\n                            </button>\n                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"SliderValue\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"WQz-4U-mDl\">\n                                <rect key=\"frame\" x=\"186\" y=\"220\" width=\"189\" height=\"18\"/>\n                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"15\"/>\n                                <nil key=\"textColor\"/>\n                                <nil key=\"highlightedColor\"/>\n                            </label>\n                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"CircleSlider.value :\" textAlignment=\"natural\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"qkc-hT-G2w\">\n                                <rect key=\"frame\" x=\"26\" y=\"220\" width=\"150\" height=\"18\"/>\n                                <constraints>\n                                    <constraint firstAttribute=\"width\" constant=\"150\" id=\"kk7-uG-4dX\"/>\n                                </constraints>\n                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"15\"/>\n                                <nil key=\"textColor\"/>\n                                <nil key=\"highlightedColor\"/>\n                            </label>\n                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"CircleSliderDelegate :\" textAlignment=\"natural\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"Wtw-q1-sbv\">\n                                <rect key=\"frame\" x=\"26\" y=\"253\" width=\"150\" height=\"18\"/>\n                                <constraints>\n                                    <constraint firstAttribute=\"width\" constant=\"150\" id=\"e3c-0Y-IBD\"/>\n                                </constraints>\n                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"15\"/>\n                                <nil key=\"textColor\"/>\n                                <nil key=\"highlightedColor\"/>\n                            </label>\n                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"CircleSlider.status :\" textAlignment=\"natural\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"KNR-ph-u0d\">\n                                <rect key=\"frame\" x=\"26\" y=\"286\" width=\"150\" height=\"18\"/>\n                                <constraints>\n                                    <constraint firstAttribute=\"width\" constant=\"150\" id=\"Bzb-nC-oze\"/>\n                                </constraints>\n                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"15\"/>\n                                <nil key=\"textColor\"/>\n                                <nil key=\"highlightedColor\"/>\n                            </label>\n                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"noChangeMinValue\" textAlignment=\"natural\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"8xo-AZ-oiF\">\n                                <rect key=\"frame\" x=\"185.5\" y=\"286\" width=\"189.5\" height=\"18\"/>\n                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"15\"/>\n                                <nil key=\"textColor\"/>\n                                <nil key=\"highlightedColor\"/>\n                            </label>\n                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"Delegate\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"Qb3-cB-TZN\">\n                                <rect key=\"frame\" x=\"186\" y=\"253\" width=\"189\" height=\"18\"/>\n                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"15\"/>\n                                <nil key=\"textColor\"/>\n                                <nil key=\"highlightedColor\"/>\n                            </label>\n                            <scrollView multipleTouchEnabled=\"YES\" contentMode=\"scaleToFill\" bounces=\"NO\" showsHorizontalScrollIndicator=\"NO\" bouncesZoom=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"FJW-Z4-Aag\">\n                                <rect key=\"frame\" x=\"0.0\" y=\"319\" width=\"375\" height=\"348\"/>\n                                <subviews>\n                                    <view contentMode=\"scaleToFill\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"wH7-TK-kf7\">\n                                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"375\" height=\"514\"/>\n                                        <subviews>\n                                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"Enable Slider\" textAlignment=\"natural\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"beT-UA-667\">\n                                                <rect key=\"frame\" x=\"10\" y=\"15\" width=\"100\" height=\"18\"/>\n                                                <constraints>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"100\" id=\"NcD-cL-Fi8\"/>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"100\" id=\"ehn-Xq-YwL\"/>\n                                                </constraints>\n                                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"15\"/>\n                                                <nil key=\"textColor\"/>\n                                                <nil key=\"highlightedColor\"/>\n                                            </label>\n                                            <switch opaque=\"NO\" contentMode=\"scaleToFill\" horizontalHuggingPriority=\"750\" verticalHuggingPriority=\"750\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" on=\"YES\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"7W0-au-5A8\">\n                                                <rect key=\"frame\" x=\"120\" y=\"8.5\" width=\"51\" height=\"31\"/>\n                                                <connections>\n                                                    <action selector=\"enableSwitchChanged:\" destination=\"vXZ-lx-hvc\" eventType=\"valueChanged\" id=\"34v-PH-Uk7\"/>\n                                                </connections>\n                                            </switch>\n                                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"Track Color\" textAlignment=\"natural\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"Ukk-4N-QYC\">\n                                                <rect key=\"frame\" x=\"10\" y=\"63\" width=\"100\" height=\"18\"/>\n                                                <constraints>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"100\" id=\"EkV-1a-uH1\"/>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"100\" id=\"Rg1-sY-5TL\"/>\n                                                </constraints>\n                                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"15\"/>\n                                                <color key=\"textColor\" red=\"0.0\" green=\"0.0\" blue=\"0.0\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                                <nil key=\"highlightedColor\"/>\n                                            </label>\n                                            <slider opaque=\"NO\" contentMode=\"scaleToFill\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" value=\"127\" minValue=\"0.0\" maxValue=\"255\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"JRS-Fe-8He\">\n                                                <rect key=\"frame\" x=\"118\" y=\"57\" width=\"249\" height=\"31\"/>\n                                                <connections>\n                                                    <action selector=\"trackingColorChanged:\" destination=\"vXZ-lx-hvc\" eventType=\"valueChanged\" id=\"6ev-t6-9Fi\"/>\n                                                </connections>\n                                            </slider>\n                                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"Bar Color\" textAlignment=\"natural\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"wio-Iq-65L\">\n                                                <rect key=\"frame\" x=\"10\" y=\"111\" width=\"100\" height=\"18\"/>\n                                                <constraints>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"100\" id=\"DSw-gz-wJU\"/>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"100\" id=\"vk9-tS-RSd\"/>\n                                                </constraints>\n                                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"15\"/>\n                                                <nil key=\"textColor\"/>\n                                                <nil key=\"highlightedColor\"/>\n                                            </label>\n                                            <slider opaque=\"NO\" contentMode=\"scaleToFill\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" value=\"127\" minValue=\"0.0\" maxValue=\"255\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"UeE-kC-5y6\">\n                                                <rect key=\"frame\" x=\"118\" y=\"105\" width=\"249\" height=\"31\"/>\n                                                <connections>\n                                                    <action selector=\"barColorChanged:\" destination=\"vXZ-lx-hvc\" eventType=\"valueChanged\" id=\"j8c-7a-bdf\"/>\n                                                </connections>\n                                            </slider>\n                                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" lineBreakMode=\"tailTruncation\" numberOfLines=\"2\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"5vs-Bc-og4\">\n                                                <rect key=\"frame\" x=\"10\" y=\"159\" width=\"100\" height=\"33.5\"/>\n                                                <constraints>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"100\" id=\"HNx-aa-Mta\"/>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"100\" id=\"Jje-uk-Kjh\"/>\n                                                </constraints>\n                                                <string key=\"text\">Thumb Color\n(No Image)</string>\n                                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"14\"/>\n                                                <nil key=\"textColor\"/>\n                                                <nil key=\"highlightedColor\"/>\n                                            </label>\n                                            <slider opaque=\"NO\" contentMode=\"scaleToFill\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" value=\"127\" minValue=\"0.0\" maxValue=\"255\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"9qO-Kd-Tn3\">\n                                                <rect key=\"frame\" x=\"118\" y=\"161\" width=\"249\" height=\"31\"/>\n                                                <connections>\n                                                    <action selector=\"thumbColorChanged:\" destination=\"vXZ-lx-hvc\" eventType=\"valueChanged\" id=\"qSP-di-3Rd\"/>\n                                                </connections>\n                                            </slider>\n                                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"Bar Width\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"8jf-T4-wYU\">\n                                                <rect key=\"frame\" x=\"10\" y=\"222.5\" width=\"100\" height=\"18\"/>\n                                                <constraints>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"100\" id=\"15I-af-3y4\"/>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"100\" id=\"Zmq-Ag-q9g\"/>\n                                                </constraints>\n                                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"15\"/>\n                                                <color key=\"textColor\" red=\"0.0\" green=\"0.0\" blue=\"0.0\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                                <nil key=\"highlightedColor\"/>\n                                            </label>\n                                            <slider opaque=\"NO\" contentMode=\"scaleToFill\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" value=\"30\" minValue=\"10\" maxValue=\"50\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"6ow-7V-DKj\">\n                                                <rect key=\"frame\" x=\"118\" y=\"216\" width=\"249\" height=\"31\"/>\n                                                <connections>\n                                                    <action selector=\"barWidthChanged:\" destination=\"vXZ-lx-hvc\" eventType=\"valueChanged\" id=\"H8C-6B-2N9\"/>\n                                                </connections>\n                                            </slider>\n                                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"Thumb Width\" textAlignment=\"natural\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"uti-gZ-R0l\">\n                                                <rect key=\"frame\" x=\"10\" y=\"270.5\" width=\"100\" height=\"18\"/>\n                                                <constraints>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"100\" id=\"3Ih-0G-GXn\"/>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"100\" id=\"lJ6-AR-NOY\"/>\n                                                </constraints>\n                                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"15\"/>\n                                                <color key=\"textColor\" red=\"0.0\" green=\"0.0\" blue=\"0.0\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                                <nil key=\"highlightedColor\"/>\n                                            </label>\n                                            <slider opaque=\"NO\" contentMode=\"scaleToFill\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" value=\"40\" minValue=\"20\" maxValue=\"60\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"BC0-rC-j4x\">\n                                                <rect key=\"frame\" x=\"118\" y=\"264\" width=\"249\" height=\"31\"/>\n                                                <connections>\n                                                    <action selector=\"thumbWidthChanged:\" destination=\"vXZ-lx-hvc\" eventType=\"valueChanged\" id=\"Gi7-Xg-wvW\"/>\n                                                </connections>\n                                            </slider>\n                                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"View Inset\" textAlignment=\"natural\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"jLd-3I-s7p\">\n                                                <rect key=\"frame\" x=\"10\" y=\"366.5\" width=\"100\" height=\"18\"/>\n                                                <constraints>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"100\" id=\"Fd1-yp-iPW\"/>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"100\" id=\"W8L-xx-UQ5\"/>\n                                                </constraints>\n                                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"15\"/>\n                                                <color key=\"textColor\" red=\"0.0\" green=\"0.0\" blue=\"0.0\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                                <nil key=\"highlightedColor\"/>\n                                            </label>\n                                            <slider opaque=\"NO\" contentMode=\"scaleToFill\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" value=\"20\" minValue=\"0.0\" maxValue=\"40\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"dmr-jf-erE\">\n                                                <rect key=\"frame\" x=\"118\" y=\"360\" width=\"249\" height=\"31\"/>\n                                                <connections>\n                                                    <action selector=\"viewInsetChanged:\" destination=\"vXZ-lx-hvc\" eventType=\"valueChanged\" id=\"21F-Mf-BfY\"/>\n                                                </connections>\n                                            </slider>\n                                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"Start Angle\" textAlignment=\"natural\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"eHS-ww-cET\">\n                                                <rect key=\"frame\" x=\"10\" y=\"414.5\" width=\"100\" height=\"18\"/>\n                                                <constraints>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"100\" id=\"EVa-af-KGc\"/>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"100\" id=\"PBL-Ae-pap\"/>\n                                                </constraints>\n                                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"15\"/>\n                                                <nil key=\"textColor\"/>\n                                                <nil key=\"highlightedColor\"/>\n                                            </label>\n                                            <slider opaque=\"NO\" contentMode=\"scaleToFill\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" value=\"0.5\" minValue=\"0.0\" maxValue=\"360\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"1XU-4h-uPu\">\n                                                <rect key=\"frame\" x=\"118\" y=\"408\" width=\"249\" height=\"31\"/>\n                                                <connections>\n                                                    <action selector=\"startAngle:\" destination=\"vXZ-lx-hvc\" eventType=\"valueChanged\" id=\"67B-TL-Knh\"/>\n                                                </connections>\n                                            </slider>\n                                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"Thumb Image\" textAlignment=\"natural\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"yNx-Om-ZmF\">\n                                                <rect key=\"frame\" x=\"10\" y=\"462.5\" width=\"100\" height=\"18\"/>\n                                                <constraints>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"100\" id=\"5jb-K8-Tpa\"/>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"100\" id=\"jHf-dT-1kH\"/>\n                                                </constraints>\n                                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"15\"/>\n                                                <nil key=\"textColor\"/>\n                                                <nil key=\"highlightedColor\"/>\n                                            </label>\n                                            <button opaque=\"NO\" contentMode=\"scaleToFill\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" lineBreakMode=\"middleTruncation\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"QVj-BM-p8y\">\n                                                <rect key=\"frame\" x=\"120\" y=\"456.5\" width=\"30\" height=\"30\"/>\n                                                <constraints>\n                                                    <constraint firstAttribute=\"height\" constant=\"30\" id=\"4ZA-4H-dz3\"/>\n                                                    <constraint firstAttribute=\"width\" constant=\"30\" id=\"Ggs-Ee-4ut\"/>\n                                                </constraints>\n                                                <state key=\"normal\" image=\"thumb_image_1\"/>\n                                                <connections>\n                                                    <action selector=\"thumbImage1BtnTapped:\" destination=\"vXZ-lx-hvc\" eventType=\"touchUpInside\" id=\"pSB-se-pxc\"/>\n                                                </connections>\n                                            </button>\n                                            <button opaque=\"NO\" contentMode=\"scaleToFill\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" lineBreakMode=\"middleTruncation\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"m4l-Yy-BhN\">\n                                                <rect key=\"frame\" x=\"170\" y=\"456.5\" width=\"30\" height=\"30\"/>\n                                                <constraints>\n                                                    <constraint firstAttribute=\"height\" constant=\"30\" id=\"Myt-bR-GfD\"/>\n                                                    <constraint firstAttribute=\"width\" constant=\"30\" id=\"dfV-wx-7Np\"/>\n                                                </constraints>\n                                                <state key=\"normal\" image=\"thumb_image_2\"/>\n                                                <connections>\n                                                    <action selector=\"thumbImage2BtnTapped:\" destination=\"vXZ-lx-hvc\" eventType=\"touchUpInside\" id=\"AeQ-DG-2NQ\"/>\n                                                </connections>\n                                            </button>\n                                            <button opaque=\"NO\" contentMode=\"scaleToFill\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" lineBreakMode=\"middleTruncation\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"w7W-rE-TNV\">\n                                                <rect key=\"frame\" x=\"220\" y=\"456.5\" width=\"30\" height=\"30\"/>\n                                                <constraints>\n                                                    <constraint firstAttribute=\"height\" constant=\"30\" id=\"g3W-eM-Y0g\"/>\n                                                    <constraint firstAttribute=\"width\" constant=\"30\" id=\"hGf-85-lf3\"/>\n                                                </constraints>\n                                                <state key=\"normal\" image=\"thumb_image_3\"/>\n                                                <connections>\n                                                    <action selector=\"thumbImage3BtnTapped:\" destination=\"vXZ-lx-hvc\" eventType=\"touchUpInside\" id=\"OhP-mF-4lV\"/>\n                                                </connections>\n                                            </button>\n                                            <button opaque=\"NO\" contentMode=\"scaleToFill\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" lineBreakMode=\"wordWrap\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"ZXC-2m-pMg\">\n                                                <rect key=\"frame\" x=\"270\" y=\"446.5\" width=\"50\" height=\"50\"/>\n                                                <constraints>\n                                                    <constraint firstAttribute=\"height\" constant=\"50\" id=\"GNv-TT-4PX\"/>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"50\" id=\"qId-kG-H8X\"/>\n                                                </constraints>\n                                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"13\"/>\n                                                <state key=\"normal\">\n                                                    <string key=\"title\">  No\nImage</string>\n                                                    <color key=\"titleColor\" red=\"0.0\" green=\"0.47843137250000001\" blue=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                                </state>\n                                                <connections>\n                                                    <action selector=\"thumbNoImageBtnTapped:\" destination=\"vXZ-lx-hvc\" eventType=\"touchUpInside\" id=\"OpC-cy-3lO\"/>\n                                                </connections>\n                                            </button>\n                                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"Thumb Position\" textAlignment=\"natural\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"p4J-9q-IGY\">\n                                                <rect key=\"frame\" x=\"0.0\" y=\"318.5\" width=\"110\" height=\"18\"/>\n                                                <constraints>\n                                                    <constraint firstAttribute=\"width\" relation=\"greaterThanOrEqual\" constant=\"110\" id=\"FzE-GM-MBW\"/>\n                                                </constraints>\n                                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"15\"/>\n                                                <nil key=\"textColor\"/>\n                                                <nil key=\"highlightedColor\"/>\n                                            </label>\n                                            <slider opaque=\"NO\" contentMode=\"scaleToFill\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" value=\"0.5\" minValue=\"0.0\" maxValue=\"1\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"i34-dT-t7s\">\n                                                <rect key=\"frame\" x=\"118\" y=\"313\" width=\"249\" height=\"31\"/>\n                                                <connections>\n                                                    <action selector=\"thumbPositionChanged:\" destination=\"vXZ-lx-hvc\" eventType=\"valueChanged\" id=\"8qd-Rl-d4b\"/>\n                                                </connections>\n                                            </slider>\n                                        </subviews>\n                                        <color key=\"backgroundColor\" white=\"1\" alpha=\"1\" colorSpace=\"calibratedWhite\"/>\n                                        <constraints>\n                                            <constraint firstItem=\"m4l-Yy-BhN\" firstAttribute=\"centerY\" secondItem=\"yNx-Om-ZmF\" secondAttribute=\"centerY\" id=\"19C-8f-Sto\"/>\n                                            <constraint firstItem=\"5vs-Bc-og4\" firstAttribute=\"leading\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"leading\" constant=\"10\" id=\"1Me-aQ-gns\"/>\n                                            <constraint firstItem=\"i34-dT-t7s\" firstAttribute=\"leading\" secondItem=\"p4J-9q-IGY\" secondAttribute=\"trailing\" constant=\"10\" id=\"2YD-ib-LE5\"/>\n                                            <constraint firstAttribute=\"trailing\" secondItem=\"6ow-7V-DKj\" secondAttribute=\"trailing\" constant=\"10\" id=\"4RK-Mc-5n8\"/>\n                                            <constraint firstAttribute=\"trailing\" secondItem=\"JRS-Fe-8He\" secondAttribute=\"trailing\" constant=\"10\" id=\"6lB-Yn-qka\"/>\n                                            <constraint firstItem=\"UeE-kC-5y6\" firstAttribute=\"leading\" secondItem=\"wio-Iq-65L\" secondAttribute=\"trailing\" constant=\"10\" id=\"73u-RW-Nmr\"/>\n                                            <constraint firstItem=\"Ukk-4N-QYC\" firstAttribute=\"leading\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"leading\" constant=\"10\" id=\"7Ws-2s-IJH\"/>\n                                            <constraint firstItem=\"beT-UA-667\" firstAttribute=\"leading\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"leading\" constant=\"10\" id=\"7vU-Q2-kA2\"/>\n                                            <constraint firstItem=\"yNx-Om-ZmF\" firstAttribute=\"top\" secondItem=\"eHS-ww-cET\" secondAttribute=\"bottom\" constant=\"30\" id=\"7yr-hV-BOK\"/>\n                                            <constraint firstItem=\"yNx-Om-ZmF\" firstAttribute=\"leading\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"leading\" constant=\"10\" id=\"9Nj-O7-PQU\"/>\n                                            <constraint firstItem=\"eHS-ww-cET\" firstAttribute=\"leading\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"leading\" constant=\"10\" id=\"ASa-6R-J4K\"/>\n                                            <constraint firstItem=\"uti-gZ-R0l\" firstAttribute=\"top\" secondItem=\"8jf-T4-wYU\" secondAttribute=\"bottom\" constant=\"30\" id=\"BSv-gV-W6I\"/>\n                                            <constraint firstItem=\"7W0-au-5A8\" firstAttribute=\"centerY\" secondItem=\"beT-UA-667\" secondAttribute=\"centerY\" id=\"Bfr-pP-VzC\"/>\n                                            <constraint firstItem=\"i34-dT-t7s\" firstAttribute=\"centerY\" secondItem=\"p4J-9q-IGY\" secondAttribute=\"centerY\" id=\"BuJ-8b-KOr\"/>\n                                            <constraint firstItem=\"9qO-Kd-Tn3\" firstAttribute=\"centerY\" secondItem=\"5vs-Bc-og4\" secondAttribute=\"centerY\" id=\"CBq-O8-W9f\"/>\n                                            <constraint firstItem=\"UeE-kC-5y6\" firstAttribute=\"centerY\" secondItem=\"wio-Iq-65L\" secondAttribute=\"centerY\" id=\"Dn5-pu-AAo\"/>\n                                            <constraint firstAttribute=\"trailing\" secondItem=\"dmr-jf-erE\" secondAttribute=\"trailing\" constant=\"10\" id=\"HnO-GE-AZj\"/>\n                                            <constraint firstItem=\"6ow-7V-DKj\" firstAttribute=\"leading\" secondItem=\"8jf-T4-wYU\" secondAttribute=\"trailing\" constant=\"10\" id=\"ICS-OS-duI\"/>\n                                            <constraint firstItem=\"QVj-BM-p8y\" firstAttribute=\"centerY\" secondItem=\"yNx-Om-ZmF\" secondAttribute=\"centerY\" id=\"IhZ-Th-sxB\"/>\n                                            <constraint firstAttribute=\"trailing\" secondItem=\"ZXC-2m-pMg\" secondAttribute=\"trailing\" constant=\"55\" id=\"Nlf-hR-EY0\"/>\n                                            <constraint firstItem=\"p4J-9q-IGY\" firstAttribute=\"leading\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"leading\" id=\"PbA-ov-0xM\"/>\n                                            <constraint firstAttribute=\"trailing\" secondItem=\"UeE-kC-5y6\" secondAttribute=\"trailing\" constant=\"10\" id=\"R4J-8b-7kl\"/>\n                                            <constraint firstAttribute=\"trailing\" secondItem=\"BC0-rC-j4x\" secondAttribute=\"trailing\" constant=\"10\" id=\"R6s-Xj-gcG\"/>\n                                            <constraint firstAttribute=\"trailing\" secondItem=\"i34-dT-t7s\" secondAttribute=\"trailing\" constant=\"10\" id=\"TH7-cL-kCO\"/>\n                                            <constraint firstItem=\"8jf-T4-wYU\" firstAttribute=\"leading\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"leading\" constant=\"10\" id=\"YDu-Jd-3YD\"/>\n                                            <constraint firstItem=\"w7W-rE-TNV\" firstAttribute=\"centerY\" secondItem=\"yNx-Om-ZmF\" secondAttribute=\"centerY\" id=\"YGI-hR-ajP\"/>\n                                            <constraint firstItem=\"BC0-rC-j4x\" firstAttribute=\"leading\" secondItem=\"uti-gZ-R0l\" secondAttribute=\"trailing\" constant=\"10\" id=\"YYd-HQ-Qkx\"/>\n                                            <constraint firstItem=\"p4J-9q-IGY\" firstAttribute=\"top\" secondItem=\"uti-gZ-R0l\" secondAttribute=\"bottom\" constant=\"30\" id=\"ZFx-eJ-KQj\"/>\n                                            <constraint firstItem=\"w7W-rE-TNV\" firstAttribute=\"leading\" secondItem=\"m4l-Yy-BhN\" secondAttribute=\"trailing\" constant=\"20\" id=\"Zcg-bX-ufh\"/>\n                                            <constraint firstItem=\"eHS-ww-cET\" firstAttribute=\"leading\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"leading\" constant=\"10\" id=\"aIp-65-ZUe\"/>\n                                            <constraint firstItem=\"JRS-Fe-8He\" firstAttribute=\"leading\" secondItem=\"Ukk-4N-QYC\" secondAttribute=\"trailing\" constant=\"10\" id=\"bHB-cp-UZj\"/>\n                                            <constraint firstItem=\"Ukk-4N-QYC\" firstAttribute=\"top\" secondItem=\"beT-UA-667\" secondAttribute=\"bottom\" constant=\"30\" id=\"bZt-IL-MAf\"/>\n                                            <constraint firstItem=\"BC0-rC-j4x\" firstAttribute=\"centerY\" secondItem=\"uti-gZ-R0l\" secondAttribute=\"centerY\" id=\"bib-lz-4tq\"/>\n                                            <constraint firstItem=\"dmr-jf-erE\" firstAttribute=\"leading\" secondItem=\"jLd-3I-s7p\" secondAttribute=\"trailing\" constant=\"10\" id=\"cbC-jf-1cb\"/>\n                                            <constraint firstAttribute=\"trailing\" secondItem=\"1XU-4h-uPu\" secondAttribute=\"trailing\" constant=\"10\" id=\"cqn-c2-e4R\"/>\n                                            <constraint firstItem=\"JRS-Fe-8He\" firstAttribute=\"centerY\" secondItem=\"Ukk-4N-QYC\" secondAttribute=\"centerY\" id=\"d8J-Su-NRm\"/>\n                                            <constraint firstItem=\"wio-Iq-65L\" firstAttribute=\"leading\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"leading\" constant=\"10\" id=\"dWY-NY-khO\"/>\n                                            <constraint firstItem=\"9qO-Kd-Tn3\" firstAttribute=\"leading\" secondItem=\"5vs-Bc-og4\" secondAttribute=\"trailing\" constant=\"10\" id=\"dci-Vd-NTh\"/>\n                                            <constraint firstItem=\"jLd-3I-s7p\" firstAttribute=\"leading\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"leading\" constant=\"10\" id=\"eQY-am-iuU\"/>\n                                            <constraint firstItem=\"ZXC-2m-pMg\" firstAttribute=\"centerY\" secondItem=\"yNx-Om-ZmF\" secondAttribute=\"centerY\" id=\"eTH-tc-Ew0\"/>\n                                            <constraint firstItem=\"jLd-3I-s7p\" firstAttribute=\"top\" secondItem=\"p4J-9q-IGY\" secondAttribute=\"bottom\" constant=\"30\" id=\"fIu-sg-lEl\"/>\n                                            <constraint firstAttribute=\"height\" constant=\"514\" id=\"hHk-jh-OJU\"/>\n                                            <constraint firstItem=\"6ow-7V-DKj\" firstAttribute=\"centerY\" secondItem=\"8jf-T4-wYU\" secondAttribute=\"centerY\" id=\"jEW-uo-hhV\"/>\n                                            <constraint firstItem=\"wio-Iq-65L\" firstAttribute=\"leading\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"leading\" constant=\"10\" id=\"jpO-e1-7P3\"/>\n                                            <constraint firstAttribute=\"trailing\" secondItem=\"9qO-Kd-Tn3\" secondAttribute=\"trailing\" constant=\"10\" id=\"jvA-c4-XlS\"/>\n                                            <constraint firstItem=\"1XU-4h-uPu\" firstAttribute=\"leading\" secondItem=\"eHS-ww-cET\" secondAttribute=\"trailing\" constant=\"10\" id=\"jwu-V4-M9D\"/>\n                                            <constraint firstItem=\"dmr-jf-erE\" firstAttribute=\"centerY\" secondItem=\"jLd-3I-s7p\" secondAttribute=\"centerY\" id=\"lZi-oN-RcN\"/>\n                                            <constraint firstItem=\"1XU-4h-uPu\" firstAttribute=\"centerY\" secondItem=\"eHS-ww-cET\" secondAttribute=\"centerY\" id=\"nd3-AO-T84\"/>\n                                            <constraint firstItem=\"8jf-T4-wYU\" firstAttribute=\"top\" secondItem=\"5vs-Bc-og4\" secondAttribute=\"bottom\" constant=\"30\" id=\"oUb-Ju-cgg\"/>\n                                            <constraint firstItem=\"m4l-Yy-BhN\" firstAttribute=\"leading\" secondItem=\"QVj-BM-p8y\" secondAttribute=\"trailing\" constant=\"20\" id=\"ojt-Ph-IeF\"/>\n                                            <constraint firstItem=\"8jf-T4-wYU\" firstAttribute=\"leading\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"leading\" constant=\"10\" id=\"quo-Ss-te7\"/>\n                                            <constraint firstItem=\"QVj-BM-p8y\" firstAttribute=\"leading\" secondItem=\"yNx-Om-ZmF\" secondAttribute=\"trailing\" constant=\"10\" id=\"rai-Hl-sax\"/>\n                                            <constraint firstItem=\"ZXC-2m-pMg\" firstAttribute=\"leading\" secondItem=\"w7W-rE-TNV\" secondAttribute=\"trailing\" constant=\"20\" id=\"ru6-OA-IOl\"/>\n                                            <constraint firstItem=\"wio-Iq-65L\" firstAttribute=\"top\" secondItem=\"Ukk-4N-QYC\" secondAttribute=\"bottom\" constant=\"30\" id=\"saC-vD-7KK\"/>\n                                            <constraint firstItem=\"eHS-ww-cET\" firstAttribute=\"top\" secondItem=\"jLd-3I-s7p\" secondAttribute=\"bottom\" constant=\"30\" id=\"t4O-Yb-cEh\"/>\n                                            <constraint firstItem=\"5vs-Bc-og4\" firstAttribute=\"leading\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"leading\" constant=\"10\" id=\"tKN-KC-emp\"/>\n                                            <constraint firstItem=\"jLd-3I-s7p\" firstAttribute=\"leading\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"leading\" constant=\"10\" id=\"uIl-mv-bzD\"/>\n                                            <constraint firstItem=\"uti-gZ-R0l\" firstAttribute=\"leading\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"leading\" constant=\"10\" id=\"v7M-iG-cFt\"/>\n                                            <constraint firstItem=\"uti-gZ-R0l\" firstAttribute=\"leading\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"leading\" constant=\"10\" id=\"vh2-bt-EOb\"/>\n                                            <constraint firstItem=\"5vs-Bc-og4\" firstAttribute=\"top\" secondItem=\"wio-Iq-65L\" secondAttribute=\"bottom\" constant=\"30\" id=\"vpG-Fj-4u0\"/>\n                                            <constraint firstItem=\"beT-UA-667\" firstAttribute=\"top\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"top\" constant=\"15\" id=\"wbf-Qy-rwk\"/>\n                                            <constraint firstItem=\"7W0-au-5A8\" firstAttribute=\"leading\" secondItem=\"beT-UA-667\" secondAttribute=\"trailing\" constant=\"10\" id=\"yhw-QE-sxg\"/>\n                                        </constraints>\n                                    </view>\n                                </subviews>\n                                <constraints>\n                                    <constraint firstItem=\"wH7-TK-kf7\" firstAttribute=\"top\" secondItem=\"FJW-Z4-Aag\" secondAttribute=\"top\" id=\"0Wy-ji-WJH\"/>\n                                    <constraint firstItem=\"wH7-TK-kf7\" firstAttribute=\"width\" secondItem=\"FJW-Z4-Aag\" secondAttribute=\"width\" id=\"4RP-rd-oHi\"/>\n                                    <constraint firstAttribute=\"bottom\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"bottom\" id=\"YvD-fU-zZL\"/>\n                                    <constraint firstAttribute=\"trailing\" secondItem=\"wH7-TK-kf7\" secondAttribute=\"trailing\" id=\"aQf-sK-Usc\"/>\n                                    <constraint firstItem=\"wH7-TK-kf7\" firstAttribute=\"leading\" secondItem=\"FJW-Z4-Aag\" secondAttribute=\"leading\" id=\"gxn-8I-7f1\"/>\n                                </constraints>\n                            </scrollView>\n                        </subviews>\n                        <color key=\"backgroundColor\" red=\"0.9448208212852478\" green=\"0.9448208212852478\" blue=\"0.9448208212852478\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                        <constraints>\n                            <constraint firstAttribute=\"trailing\" secondItem=\"WQz-4U-mDl\" secondAttribute=\"trailing\" id=\"1KA-LQ-5PT\"/>\n                            <constraint firstItem=\"Qb3-cB-TZN\" firstAttribute=\"top\" secondItem=\"WQz-4U-mDl\" secondAttribute=\"bottom\" constant=\"15\" id=\"8zY-Js-0Bj\"/>\n                            <constraint firstItem=\"wiH-Ad-oaa\" firstAttribute=\"top\" secondItem=\"jyV-Pf-zRb\" secondAttribute=\"bottom\" constant=\"10\" id=\"9BC-t9-ATl\"/>\n                            <constraint firstItem=\"KNR-ph-u0d\" firstAttribute=\"leading\" secondItem=\"qkc-hT-G2w\" secondAttribute=\"leading\" id=\"ADR-m0-869\"/>\n                            <constraint firstItem=\"FJW-Z4-Aag\" firstAttribute=\"leading\" secondItem=\"kh9-bI-dsS\" secondAttribute=\"leading\" id=\"Bn7-n5-Lsk\"/>\n                            <constraint firstItem=\"S6g-Km-UMU\" firstAttribute=\"centerX\" secondItem=\"wiH-Ad-oaa\" secondAttribute=\"centerX\" id=\"Ca7-Ga-gcA\"/>\n                            <constraint firstItem=\"S6g-Km-UMU\" firstAttribute=\"centerY\" secondItem=\"wiH-Ad-oaa\" secondAttribute=\"centerY\" id=\"D0F-1H-Aj4\"/>\n                            <constraint firstItem=\"wiH-Ad-oaa\" firstAttribute=\"centerX\" secondItem=\"kh9-bI-dsS\" secondAttribute=\"centerX\" id=\"Faq-At-ho4\"/>\n                            <constraint firstItem=\"8xo-AZ-oiF\" firstAttribute=\"top\" secondItem=\"Qb3-cB-TZN\" secondAttribute=\"bottom\" constant=\"15\" id=\"GRD-H3-lSg\"/>\n                            <constraint firstItem=\"KNR-ph-u0d\" firstAttribute=\"top\" secondItem=\"Wtw-q1-sbv\" secondAttribute=\"bottom\" constant=\"15\" id=\"JLf-k0-sIU\"/>\n                            <constraint firstItem=\"8xo-AZ-oiF\" firstAttribute=\"leading\" secondItem=\"KNR-ph-u0d\" secondAttribute=\"trailing\" constant=\"10\" id=\"Lrd-v5-kDg\"/>\n                            <constraint firstItem=\"qkc-hT-G2w\" firstAttribute=\"top\" secondItem=\"wiH-Ad-oaa\" secondAttribute=\"bottom\" constant=\"10\" id=\"Lz9-of-lgR\"/>\n                            <constraint firstItem=\"FJW-Z4-Aag\" firstAttribute=\"top\" secondItem=\"KNR-ph-u0d\" secondAttribute=\"bottom\" constant=\"15\" id=\"Ogg-gY-XNw\"/>\n                            <constraint firstAttribute=\"trailing\" secondItem=\"Qb3-cB-TZN\" secondAttribute=\"trailing\" id=\"WQI-MM-ZVf\"/>\n                            <constraint firstAttribute=\"bottom\" secondItem=\"FJW-Z4-Aag\" secondAttribute=\"bottom\" id=\"cA4-fg-CTo\"/>\n                            <constraint firstItem=\"WQz-4U-mDl\" firstAttribute=\"top\" secondItem=\"wiH-Ad-oaa\" secondAttribute=\"bottom\" constant=\"10\" id=\"cqe-UR-EcZ\"/>\n                            <constraint firstAttribute=\"trailing\" secondItem=\"FJW-Z4-Aag\" secondAttribute=\"trailing\" id=\"dg0-aq-oIm\"/>\n                            <constraint firstItem=\"Wtw-q1-sbv\" firstAttribute=\"leading\" secondItem=\"qkc-hT-G2w\" secondAttribute=\"leading\" id=\"evm-qL-gNv\"/>\n                            <constraint firstItem=\"WQz-4U-mDl\" firstAttribute=\"leading\" secondItem=\"qkc-hT-G2w\" secondAttribute=\"trailing\" constant=\"10\" id=\"gYl-D1-8p1\"/>\n                            <constraint firstItem=\"Wtw-q1-sbv\" firstAttribute=\"top\" secondItem=\"qkc-hT-G2w\" secondAttribute=\"bottom\" constant=\"15\" id=\"gkO-5C-jog\"/>\n                            <constraint firstItem=\"qkc-hT-G2w\" firstAttribute=\"leading\" secondItem=\"kh9-bI-dsS\" secondAttribute=\"leadingMargin\" constant=\"10\" id=\"neR-UB-YRV\"/>\n                            <constraint firstItem=\"Qb3-cB-TZN\" firstAttribute=\"leading\" secondItem=\"Wtw-q1-sbv\" secondAttribute=\"trailing\" constant=\"10\" id=\"utu-y1-Nx3\"/>\n                            <constraint firstAttribute=\"trailing\" secondItem=\"8xo-AZ-oiF\" secondAttribute=\"trailing\" id=\"y8m-bU-O9N\"/>\n                        </constraints>\n                    </view>\n                    <connections>\n                        <outlet property=\"delegateLabel\" destination=\"Qb3-cB-TZN\" id=\"3Rf-T5-aiG\"/>\n                        <outlet property=\"sliderArea\" destination=\"wiH-Ad-oaa\" id=\"ku4-vA-MDL\"/>\n                        <outlet property=\"statusLabel\" destination=\"8xo-AZ-oiF\" id=\"Cnk-VF-W59\"/>\n                        <outlet property=\"tapProgressButton\" destination=\"S6g-Km-UMU\" id=\"sk1-wd-saU\"/>\n                        <outlet property=\"valueLabel\" destination=\"WQz-4U-mDl\" id=\"ZyZ-gY-hYH\"/>\n                    </connections>\n                </viewController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"x5A-6p-PRh\" sceneMemberID=\"firstResponder\"/>\n            </objects>\n            <point key=\"canvasLocation\" x=\"332\" y=\"304.4977511244378\"/>\n        </scene>\n    </scenes>\n    <resources>\n        <image name=\"button_start\" width=\"79\" height=\"90\"/>\n        <image name=\"thumb_image_1\" width=\"396\" height=\"396\"/>\n        <image name=\"thumb_image_2\" width=\"396\" height=\"402\"/>\n        <image name=\"thumb_image_3\" width=\"41\" height=\"41\"/>\n    </resources>\n</document>\n"
  },
  {
    "path": "Example/CircleSlider/Images.xcassets/AppIcon.appiconset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"iphone\",\n      \"size\" : \"20x20\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"iphone\",\n      \"size\" : \"20x20\",\n      \"scale\" : \"3x\"\n    },\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      \"idiom\" : \"ios-marketing\",\n      \"size\" : \"1024x1024\",\n      \"scale\" : \"1x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/CircleSlider/Images.xcassets/Contents.json",
    "content": "{\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/CircleSlider/Images.xcassets/button_end.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"button_end.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/CircleSlider/Images.xcassets/button_start.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"button_start.pdf\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/CircleSlider/Images.xcassets/button_stop.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"button_stop.pdf\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/CircleSlider/Images.xcassets/thumb_image_1.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"thumb_image_1.pdf\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/CircleSlider/Images.xcassets/thumb_image_2.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"thumb_image_2.pdf\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/CircleSlider/Images.xcassets/thumb_image_3.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"thumb_image.pdf\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/CircleSlider/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>0.6.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/CircleSlider/ViewController.swift",
    "content": "//\n//  ViewController.swift\n//  CircleSlider\n//\n//  Created by shushutochako on 11/17/2015.\n//  Copyright (c) 2015 shushutochako. All rights reserved.\n//\n\nimport UIKit\nimport CircleSlider\n\nclass ViewController: UIViewController {\n    @IBOutlet weak var sliderArea: UIView!\n    @IBOutlet weak var tapProgressButton: UIButton!\n    @IBOutlet weak var valueLabel: UILabel!\n    @IBOutlet weak var delegateLabel: UILabel!\n    @IBOutlet weak var statusLabel: UILabel!\n    \n    private var circleSlider: CircleSlider!\n    private var timer: Timer?\n    private var minValue: Float = 20\n    private var maxValue: Float = 100\n    private var sliderOptions: [CircleSliderOption] {\n        return [\n            CircleSliderOption.barColor(UIColor(red: 127 / 255, green: 244 / 255, blue: 23 / 255, alpha: 1)),\n            CircleSliderOption.thumbColor(UIColor(red: 127 / 255, green: 185 / 255, blue: 204 / 255, alpha: 1)),\n            CircleSliderOption.trackingColor(UIColor(red: 78 / 255, green: 136 / 255, blue: 185 / 255, alpha: 1)),\n            CircleSliderOption.barWidth(20),\n            CircleSliderOption.startAngle(0),\n            CircleSliderOption.maxValue(self.maxValue),\n            CircleSliderOption.minValue(self.minValue),\n            CircleSliderOption.thumbImage(UIImage(named: \"thumb_image_1\")!)\n        ]\n    }\n    private var progressOptions: [CircleSliderOption] {\n        return [\n            .barColor(UIColor(red: 255 / 255, green: 190 / 255, blue: 190 / 255, alpha: 1)),\n            .trackingColor(UIColor(red: 159 / 255, green: 0 / 255, blue: 0 / 255, alpha: 1)),\n            .barWidth(30),\n            .sliderEnabled(false)\n        ]\n    }\n    \n    override func viewDidLoad() {\n        super.viewDidLoad()\n        buildCircleSlider()\n    }\n    \n    override func viewDidLayoutSubviews() {\n        super.viewDidLayoutSubviews()\n        circleSlider.frame = sliderArea.bounds\n    }\n    \n    private func buildCircleSlider() {\n        circleSlider = CircleSlider(frame: sliderArea.bounds, options: sliderOptions)\n        circleSlider?.addTarget(self, action: #selector(valueChange(sender:)), for: .valueChanged)\n        sliderArea.addSubview(circleSlider!)\n        circleSlider.delegate = self\n    }\n    \n    @objc func valueChange(sender: CircleSlider) {\n        valueLabel.text = \"\\(Int(sender.value))\"\n        changeButtonImage(circleSlider.status)\n    }\n    \n    @IBAction func tapProgress(_: AnyObject) {\n        \n        switch circleSlider.status {\n            \n        case CircleSliderStatus.noChangeMinValue:\n            timer = Timer.scheduledTimer(timeInterval: 0.02, target: self, selector: #selector(fire(timer:)), userInfo: nil, repeats: true)\n            \n        case CircleSliderStatus.reachedMaxValue:\n            tapProgressButton.setImage(UIImage(named: \"button_start\"), for: UIControlState.normal)\n            circleSlider.value = minValue\n            timer = Timer.scheduledTimer(timeInterval: 0.02, target: self, selector: #selector(fire(timer:)), userInfo: nil, repeats: true)\n            \n        case CircleSliderStatus.inProgressChangeValue:\n            if (timer?.isValid)! {\n                tapProgressButton.setImage(UIImage(named: \"button_start\"), for: UIControlState.normal)\n                timer?.invalidate()\n            } else {\n                tapProgressButton.setImage(UIImage(named: \"button_stop\"), for: UIControlState.normal)\n                timer = Timer.scheduledTimer(timeInterval: 0.02, target: self, selector: #selector(fire(timer:)), userInfo: nil, repeats: true)\n            }\n        }\n    }\n    \n    @objc func fire(timer _: Timer) {\n        circleSlider.value += 0.5\n        changeButtonImage(circleSlider.status)\n    }\n    \n    private func changeButtonImage(_ status: CircleSliderStatus) {\n        switch status {\n        case CircleSliderStatus.noChangeMinValue:\n            tapProgressButton.setImage(UIImage(named: \"button_start\"), for: UIControlState.normal)\n            statusLabel.text = \"noChangeMinValue\"\n            \n        case CircleSliderStatus.inProgressChangeValue:\n            tapProgressButton.setImage(UIImage(named: \"button_stop\"), for: UIControlState.normal)\n            statusLabel.text = \"inProgressChangeValue\"\n            \n        case CircleSliderStatus.reachedMaxValue:\n            tapProgressButton.setImage(UIImage(named: \"button_end\"), for: UIControlState.normal)\n            statusLabel.text = \"reachedMaxValue\"\n            timer?.invalidate()\n            timer = nil\n        }\n    }\n    \n    @IBAction func enableSwitchChanged(_ sender: Any) {\n        let lastValue = circleSlider.value\n        circleSlider.changeOptions([.sliderEnabled((sender as! UISwitch).isOn)])\n        circleSlider.value = lastValue\n    }\n    \n    @IBAction func trackingColorChanged(_ sender: AnyObject) {\n        let redValue = CGFloat((sender as! UISlider).value) / 255\n        let newColor = UIColor(red: redValue, green: 136 / 255, blue: 185 / 255, alpha: 1)\n        let lastValue = circleSlider.value\n        circleSlider.changeOptions([.trackingColor(newColor)])\n        circleSlider.value = lastValue\n    }\n    \n    @IBAction func barColorChanged(_ sender: Any) {\n        let redValue = CGFloat((sender as! UISlider).value) / 255\n        let newColor = UIColor(red: redValue, green: 244 / 255, blue: 23 / 255, alpha: 1)\n        let lastValue = circleSlider.value\n        circleSlider.changeOptions([.barColor(newColor)])\n        circleSlider.value = lastValue\n    }\n    \n    @IBAction func thumbColorChanged(_ sender: Any) {\n        let redValue = CGFloat((sender as! UISlider).value) / 255\n        let newColor = UIColor(red: redValue, green: 185 / 255, blue: 204 / 255, alpha: 1)\n        let lastValue = circleSlider.value\n        circleSlider.changeOptions([.thumbColor(newColor)])\n        circleSlider.value = lastValue\n    }\n    \n    @IBAction func barWidthChanged(_ sender: AnyObject) {\n        let lastValue = circleSlider.value\n        circleSlider.changeOptions([.barWidth(CGFloat((sender as! UISlider).value))])\n        circleSlider.value = lastValue\n    }\n    \n    @IBAction func thumbWidthChanged(_ sender: AnyObject) {\n        let lastValue = circleSlider.value\n        circleSlider.changeOptions([.thumbWidth(CGFloat((sender as! UISlider).value))])\n        circleSlider.value = lastValue\n    }\n    \n    @IBAction func viewInsetChanged(_ sender: AnyObject) {\n        let lastValue = circleSlider.value\n        circleSlider.changeOptions([.viewInset(CGFloat((sender as! UISlider).value))])\n        circleSlider.value = lastValue\n    }\n    \n    @IBAction func startAngle(_ sender: Any) {\n        let lastValue = circleSlider.value\n        circleSlider.changeOptions([.startAngle(Double((sender as! UISlider).value))])\n        circleSlider.value = lastValue\n    }\n    \n    @IBAction func thumbImage1BtnTapped(_: Any) {\n        let lastValue = circleSlider.value\n        circleSlider.changeOptions([.thumbImage(UIImage(named: \"thumb_image_1\")!)])\n        circleSlider.value = lastValue\n    }\n    \n    @IBAction func thumbImage2BtnTapped(_: Any) {\n        let lastValue = circleSlider.value\n        circleSlider.changeOptions([.thumbImage(UIImage(named: \"thumb_image_2\")!)])\n        circleSlider.value = lastValue\n    }\n    \n    @IBAction func thumbImage3BtnTapped(_: Any) {\n        let lastValue = circleSlider.value\n        circleSlider.changeOptions([.thumbImage(UIImage(named: \"thumb_image_3\")!)])\n        circleSlider.value = lastValue\n    }\n    \n    @IBAction func thumbNoImageBtnTapped(_: Any) {\n        let lastValue = circleSlider.value\n        circleSlider.changeOptions([.thumbImage(nil)])\n        circleSlider.value = lastValue\n    }\n    \n    @IBAction func thumbPositionChanged(_ sender: Any) {\n        let lastValue = circleSlider.value\n        circleSlider.changeOptions([.thumbPosition(Float((sender as! UISlider).value))])\n        circleSlider.value = lastValue\n    }\n}\n\nextension ViewController: CircleSliderDelegate {\n    func didStartChangeValue() {\n        delegateLabel.text = \"didStartChangeValue\"\n    }\n    \n    func didReachedMaxValue() {\n        delegateLabel.text = \"didReachedMaxValue\"\n    }\n    \n}\n"
  },
  {
    "path": "Example/CircleSlider.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\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\t607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };\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\t607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };\n\t\t658C975683BDF1762D941177 /* Pods_CircleSlider_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94CA1A2D1D0C805EFE523E5C /* Pods_CircleSlider_Example.framework */; };\n\t\t90A5B1568ED00F0E7C0FB8EF /* Pods_CircleSlider_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A56BFB830D9D0DFB8307FBFC /* Pods_CircleSlider_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 = CircleSlider;\n\t\t};\n/* End PBXContainerItemProxy section */\n\n/* Begin PBXFileReference section */\n\t\t5204AEF712DEA2ED1A682562 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = \"<group>\"; };\n\t\t56D23B4A232CDBC81D5AA21D /* Pods-CircleSlider_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-CircleSlider_Tests.debug.xcconfig\"; path = \"Pods/Target Support Files/Pods-CircleSlider_Tests/Pods-CircleSlider_Tests.debug.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t607FACD01AFB9204008FA782 /* CircleSlider_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CircleSlider_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\t607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; 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 /* CircleSlider_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CircleSlider_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\t607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = \"<group>\"; };\n\t\t6F53932EDF83B3CD75A7F6AA /* CircleSlider.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = CircleSlider.podspec; path = ../CircleSlider.podspec; sourceTree = \"<group>\"; };\n\t\t77D2050CAC5F5D44AD79F6C4 /* Pods-CircleSlider_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-CircleSlider_Tests.release.xcconfig\"; path = \"Pods/Target Support Files/Pods-CircleSlider_Tests/Pods-CircleSlider_Tests.release.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t9312A4C29FD716957B7E8A17 /* Pods-CircleSlider_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-CircleSlider_Example.debug.xcconfig\"; path = \"Pods/Target Support Files/Pods-CircleSlider_Example/Pods-CircleSlider_Example.debug.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t94CA1A2D1D0C805EFE523E5C /* Pods_CircleSlider_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CircleSlider_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\tA56BFB830D9D0DFB8307FBFC /* Pods_CircleSlider_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CircleSlider_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\tDBE22831791D4DDA6F49A8BE /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = \"<group>\"; };\n\t\tFB250602577B0817FF2027F7 /* Pods-CircleSlider_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-CircleSlider_Example.release.xcconfig\"; path = \"Pods/Target Support Files/Pods-CircleSlider_Example/Pods-CircleSlider_Example.release.xcconfig\"; 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\t658C975683BDF1762D941177 /* Pods_CircleSlider_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\t90A5B1568ED00F0E7C0FB8EF /* Pods_CircleSlider_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\t607FACC71AFB9204008FA782 = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t607FACF51AFB993E008FA782 /* Podspec Metadata */,\n\t\t\t\t607FACD21AFB9204008FA782 /* Example for CircleSlider */,\n\t\t\t\t607FACE81AFB9204008FA782 /* Tests */,\n\t\t\t\t607FACD11AFB9204008FA782 /* Products */,\n\t\t\t\tA5ACA027A8B258C18262C54F /* Pods */,\n\t\t\t\t76F2CBD6B086068199AF2429 /* 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 /* CircleSlider_Example.app */,\n\t\t\t\t607FACE51AFB9204008FA782 /* CircleSlider_Tests.xctest */,\n\t\t\t);\n\t\t\tname = Products;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t607FACD21AFB9204008FA782 /* Example for CircleSlider */ = {\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\t607FACD91AFB9204008FA782 /* 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 CircleSlider\";\n\t\t\tpath = CircleSlider;\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\t607FACEB1AFB9204008FA782 /* Tests.swift */,\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\t6F53932EDF83B3CD75A7F6AA /* CircleSlider.podspec */,\n\t\t\t\t5204AEF712DEA2ED1A682562 /* README.md */,\n\t\t\t\tDBE22831791D4DDA6F49A8BE /* LICENSE */,\n\t\t\t);\n\t\t\tname = \"Podspec Metadata\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t76F2CBD6B086068199AF2429 /* Frameworks */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t94CA1A2D1D0C805EFE523E5C /* Pods_CircleSlider_Example.framework */,\n\t\t\t\tA56BFB830D9D0DFB8307FBFC /* Pods_CircleSlider_Tests.framework */,\n\t\t\t);\n\t\t\tname = Frameworks;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tA5ACA027A8B258C18262C54F /* Pods */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t9312A4C29FD716957B7E8A17 /* Pods-CircleSlider_Example.debug.xcconfig */,\n\t\t\t\tFB250602577B0817FF2027F7 /* Pods-CircleSlider_Example.release.xcconfig */,\n\t\t\t\t56D23B4A232CDBC81D5AA21D /* Pods-CircleSlider_Tests.debug.xcconfig */,\n\t\t\t\t77D2050CAC5F5D44AD79F6C4 /* Pods-CircleSlider_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 /* CircleSlider_Example */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget \"CircleSlider_Example\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t638BA53FC6B50FB4B904DF66 /* [CP] 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\t21B385BE366406DC55B0E9CF /* [CP] Embed Pods Frameworks */,\n\t\t\t\tDA79C943C2AF2C50B8EBEF85 /* [CP] 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 = CircleSlider_Example;\n\t\t\tproductName = CircleSlider;\n\t\t\tproductReference = 607FACD01AFB9204008FA782 /* CircleSlider_Example.app */;\n\t\t\tproductType = \"com.apple.product-type.application\";\n\t\t};\n\t\t607FACE41AFB9204008FA782 /* CircleSlider_Tests */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget \"CircleSlider_Tests\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t8800402E87C2F452FE6F839A /* [CP] 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\t1CFD5811F4D6B93DC9547ADD /* [CP] Embed Pods Frameworks */,\n\t\t\t\t35537F0E9A0854D9C081C131 /* [CP] 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 = CircleSlider_Tests;\n\t\t\tproductName = Tests;\n\t\t\tproductReference = 607FACE51AFB9204008FA782 /* CircleSlider_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 = 0710;\n\t\t\t\tLastUpgradeCheck = 0900;\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\tDevelopmentTeam = MS47564222;\n\t\t\t\t\t\tLastSwiftMigration = 0800;\n\t\t\t\t\t\tProvisioningStyle = Automatic;\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\tDevelopmentTeam = MS47564222;\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 \"CircleSlider\" */;\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 /* CircleSlider_Example */,\n\t\t\t\t607FACE41AFB9204008FA782 /* CircleSlider_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\t607FACDB1AFB9204008FA782 /* 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);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXResourcesBuildPhase section */\n\n/* Begin PBXShellScriptBuildPhase section */\n\t\t1CFD5811F4D6B93DC9547ADD /* [CP] 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\t\"${SRCROOT}/Pods/Target Support Files/Pods-CircleSlider_Tests/Pods-CircleSlider_Tests-frameworks.sh\",\n\t\t\t\t\"${BUILT_PRODUCTS_DIR}/CircleSlider/CircleSlider.framework\",\n\t\t\t);\n\t\t\tname = \"[CP] Embed Pods Frameworks\";\n\t\t\toutputPaths = (\n\t\t\t\t\"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CircleSlider.framework\",\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-CircleSlider_Tests/Pods-CircleSlider_Tests-frameworks.sh\\\"\\n\";\n\t\t\tshowEnvVarsInLog = 0;\n\t\t};\n\t\t21B385BE366406DC55B0E9CF /* [CP] 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\t\"${SRCROOT}/Pods/Target Support Files/Pods-CircleSlider_Example/Pods-CircleSlider_Example-frameworks.sh\",\n\t\t\t\t\"${BUILT_PRODUCTS_DIR}/CircleSlider/CircleSlider.framework\",\n\t\t\t);\n\t\t\tname = \"[CP] Embed Pods Frameworks\";\n\t\t\toutputPaths = (\n\t\t\t\t\"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CircleSlider.framework\",\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-CircleSlider_Example/Pods-CircleSlider_Example-frameworks.sh\\\"\\n\";\n\t\t\tshowEnvVarsInLog = 0;\n\t\t};\n\t\t35537F0E9A0854D9C081C131 /* [CP] 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 = \"[CP] 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-CircleSlider_Tests/Pods-CircleSlider_Tests-resources.sh\\\"\\n\";\n\t\t\tshowEnvVarsInLog = 0;\n\t\t};\n\t\t638BA53FC6B50FB4B904DF66 /* [CP] 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\t\"${PODS_PODFILE_DIR_PATH}/Podfile.lock\",\n\t\t\t\t\"${PODS_ROOT}/Manifest.lock\",\n\t\t\t);\n\t\t\tname = \"[CP] Check Pods Manifest.lock\";\n\t\t\toutputPaths = (\n\t\t\t\t\"$(DERIVED_FILE_DIR)/Pods-CircleSlider_Example-checkManifestLockResult.txt\",\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"diff \\\"${PODS_PODFILE_DIR_PATH}/Podfile.lock\\\" \\\"${PODS_ROOT}/Manifest.lock\\\" > /dev/null\\nif [ $? != 0 ] ; then\\n    # print error to STDERR\\n    echo \\\"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\\\" >&2\\n    exit 1\\nfi\\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\\necho \\\"SUCCESS\\\" > \\\"${SCRIPT_OUTPUT_FILE_0}\\\"\\n\";\n\t\t\tshowEnvVarsInLog = 0;\n\t\t};\n\t\t8800402E87C2F452FE6F839A /* [CP] 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\t\"${PODS_PODFILE_DIR_PATH}/Podfile.lock\",\n\t\t\t\t\"${PODS_ROOT}/Manifest.lock\",\n\t\t\t);\n\t\t\tname = \"[CP] Check Pods Manifest.lock\";\n\t\t\toutputPaths = (\n\t\t\t\t\"$(DERIVED_FILE_DIR)/Pods-CircleSlider_Tests-checkManifestLockResult.txt\",\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"diff \\\"${PODS_PODFILE_DIR_PATH}/Podfile.lock\\\" \\\"${PODS_ROOT}/Manifest.lock\\\" > /dev/null\\nif [ $? != 0 ] ; then\\n    # print error to STDERR\\n    echo \\\"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\\\" >&2\\n    exit 1\\nfi\\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\\necho \\\"SUCCESS\\\" > \\\"${SCRIPT_OUTPUT_FILE_0}\\\"\\n\";\n\t\t\tshowEnvVarsInLog = 0;\n\t\t};\n\t\tDA79C943C2AF2C50B8EBEF85 /* [CP] 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 = \"[CP] 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-CircleSlider_Example/Pods-CircleSlider_Example-resources.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\t607FACEC1AFB9204008FA782 /* Tests.swift in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXSourcesBuildPhase section */\n\n/* Begin PBXTargetDependency section */\n\t\t607FACE71AFB9204008FA782 /* PBXTargetDependency */ = {\n\t\t\tisa = PBXTargetDependency;\n\t\t\ttarget = 607FACCF1AFB9204008FA782 /* CircleSlider_Example */;\n\t\t\ttargetProxy = 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */;\n\t\t};\n/* End PBXTargetDependency section */\n\n/* Begin PBXVariantGroup section */\n\t\t607FACD91AFB9204008FA782 /* Main.storyboard */ = {\n\t\t\tisa = PBXVariantGroup;\n\t\t\tchildren = (\n\t\t\t\t607FACDA1AFB9204008FA782 /* Base */,\n\t\t\t);\n\t\t\tname = Main.storyboard;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\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_BLOCK_CAPTURE_AUTORELEASING = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_COMMA = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_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_NON_LITERAL_NULL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_LITERAL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_RANGE_LOOP_ANALYSIS = YES;\n\t\t\t\tCLANG_WARN_STRICT_PROTOTYPES = YES;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCLANG_WARN_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.0;\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\tSWIFT_VERSION = 4.0;\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_BLOCK_CAPTURE_AUTORELEASING = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_COMMA = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_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_NON_LITERAL_NULL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_LITERAL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_RANGE_LOOP_ANALYSIS = YES;\n\t\t\t\tCLANG_WARN_STRICT_PROTOTYPES = YES;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCLANG_WARN_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.0;\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\tSWIFT_VERSION = 4.0;\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 = 9312A4C29FD716957B7E8A17 /* Pods-CircleSlider_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\tCODE_SIGN_IDENTITY = \"iPhone Developer\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tDEVELOPMENT_TEAM = MS47564222;\n\t\t\t\tINFOPLIST_FILE = CircleSlider/Info.plist;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 8.0;\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\tPROVISIONING_PROFILE = \"\";\n\t\t\t\tPROVISIONING_PROFILE_SPECIFIER = \"\";\n\t\t\t\tSWIFT_VERSION = 4.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 = FB250602577B0817FF2027F7 /* Pods-CircleSlider_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\tCODE_SIGN_IDENTITY = \"iPhone Developer\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tDEVELOPMENT_TEAM = MS47564222;\n\t\t\t\tINFOPLIST_FILE = CircleSlider/Info.plist;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 8.0;\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\tPROVISIONING_PROFILE = \"\";\n\t\t\t\tSWIFT_VERSION = 4.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 = 56D23B4A232CDBC81D5AA21D /* Pods-CircleSlider_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\tDEVELOPMENT_TEAM = MS47564222;\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 = 4.0;\n\t\t\t\tTEST_HOST = \"$(BUILT_PRODUCTS_DIR)/CircleSlider_Example.app/CircleSlider_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 = 77D2050CAC5F5D44AD79F6C4 /* Pods-CircleSlider_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\tDEVELOPMENT_TEAM = MS47564222;\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 = 4.0;\n\t\t\t\tTEST_HOST = \"$(BUILT_PRODUCTS_DIR)/CircleSlider_Example.app/CircleSlider_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 \"CircleSlider\" */ = {\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 \"CircleSlider_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 \"CircleSlider_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/CircleSlider.xcodeproj/project.xcworkspace/contents.xcworkspacedata",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n   version = \"1.0\">\n   <FileRef\n      location = \"self:CircleSlider.xcodeproj\">\n   </FileRef>\n</Workspace>\n"
  },
  {
    "path": "Example/CircleSlider.xcodeproj/xcshareddata/xcschemes/CircleSlider-Example.xcscheme",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0900\"\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 = \"CircleSlider_Example.app\"\n               BlueprintName = \"CircleSlider_Example\"\n               ReferencedContainer = \"container:CircleSlider.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 = \"CircleSlider_Tests.xctest\"\n               BlueprintName = \"CircleSlider_Tests\"\n               ReferencedContainer = \"container:CircleSlider.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      language = \"\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\">\n      <Testables>\n         <TestableReference\n            skipped = \"NO\">\n            <BuildableReference\n               BuildableIdentifier = \"primary\"\n               BlueprintIdentifier = \"607FACE41AFB9204008FA782\"\n               BuildableName = \"CircleSlider_Tests.xctest\"\n               BlueprintName = \"CircleSlider_Tests\"\n               ReferencedContainer = \"container:CircleSlider.xcodeproj\">\n            </BuildableReference>\n         </TestableReference>\n      </Testables>\n      <MacroExpansion>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"607FACCF1AFB9204008FA782\"\n            BuildableName = \"CircleSlider_Example.app\"\n            BlueprintName = \"CircleSlider_Example\"\n            ReferencedContainer = \"container:CircleSlider.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      language = \"\"\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 = \"CircleSlider_Example.app\"\n            BlueprintName = \"CircleSlider_Example\"\n            ReferencedContainer = \"container:CircleSlider.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 = \"CircleSlider_Example.app\"\n            BlueprintName = \"CircleSlider_Example\"\n            ReferencedContainer = \"container:CircleSlider.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/CircleSlider.xcworkspace/contents.xcworkspacedata",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n   version = \"1.0\">\n   <FileRef\n      location = \"group:CircleSlider.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 'CircleSlider_Example' do\n  pod \"CircleSlider\", :path => \"../\"\nend\n\ntarget 'CircleSlider_Tests' do\n  pod \"CircleSlider\", :path => \"../\"\n\n  \nend\n"
  },
  {
    "path": "Example/Pods/Local Podspecs/CircleSlider.podspec.json",
    "content": "{\n  \"name\": \"CircleSlider\",\n  \"version\": \"0.5.0\",\n  \"summary\": \"CircleSlider is a Circular slider library. written in pure swift.\",\n  \"homepage\": \"https://github.com/shushutochako/CircleSlider\",\n  \"license\": \"MIT\",\n  \"authors\": {\n    \"shushutochako\": \"shushutochako22@gmail.com\"\n  },\n  \"source\": {\n    \"git\": \"https://github.com/shushutochako/CircleSlider.git\",\n    \"tag\": \"0.5.0\"\n  },\n  \"social_media_url\": \"https://twitter.com/shushutochako\",\n  \"platforms\": {\n    \"ios\": \"8.0\"\n  },\n  \"requires_arc\": true,\n  \"source_files\": \"Pod/Classes/**/*\"\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\t0B0507CF1C631475B9C2BB54DAE5A2DF /* CircleSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2244967777521C1F8D9FB30A08481626 /* CircleSlider.swift */; };\n\t\t0D34C9925F86C07C4F21F2B6B41A2BFF /* CircleSlider-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B73ED233D61636F4226D70991BF32CCB /* CircleSlider-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };\n\t\t1208CB78980A9F17835163A9D05F4235 /* Math.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCF765AA20E3150E2E6B6DAA42DAB8C2 /* Math.swift */; };\n\t\t57D4CFBB7C41EE0E9F5C91E03A08483A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */; };\n\t\t6746EDB4EA36946FC42197FE53263285 /* Pods-CircleSlider_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 045DE881A21972EB143E51BC6CC8EC36 /* Pods-CircleSlider_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };\n\t\t74882E6121B3296E2958AC91D0FF73CF /* TrackLayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B3F534491496F9BCF670987FD32E03C /* TrackLayer.swift */; };\n\t\t7A1CC123F65F0A2634E2A15B066CA97B /* Pods-CircleSlider_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BC53A9C3D8AB58F6A1EDC0E30E9E6F7 /* Pods-CircleSlider_Example-dummy.m */; };\n\t\t83E40B2D9D34FCAFBB717CDB6E39792C /* Pods-CircleSlider_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 85A843C5EF627E5C92D5DB26A44BB63D /* Pods-CircleSlider_Tests-dummy.m */; };\n\t\t9346FA4202521C90BAAA91B932AAFF34 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */; };\n\t\tA44C99F76205B5608590149DF4DC5026 /* Pods-CircleSlider_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 205F22356842419FEC9CE6E92DACA29F /* Pods-CircleSlider_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };\n\t\tC7E99D50DB6E6CB4A48BF1276A633DBC /* CircleSlider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BFADA3A495D1BA84C8BB26F892DA95F /* CircleSlider-dummy.m */; };\n\t\tFD75197C62AE481D958456225E86690F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */; };\n/* End PBXBuildFile section */\n\n/* Begin PBXContainerItemProxy section */\n\t\tFEAF775AEEA550C481220723D8A699B5 /* PBXContainerItemProxy */ = {\n\t\t\tisa = PBXContainerItemProxy;\n\t\t\tcontainerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;\n\t\t\tproxyType = 1;\n\t\t\tremoteGlobalIDString = 1D6EA7FFE0AA4C1522DE136BAC3E2134;\n\t\t\tremoteInfo = CircleSlider;\n\t\t};\n\t\tFF846356B2E5145DF5BDF5E76EBC7ACD /* PBXContainerItemProxy */ = {\n\t\t\tisa = PBXContainerItemProxy;\n\t\t\tcontainerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;\n\t\t\tproxyType = 1;\n\t\t\tremoteGlobalIDString = 1D6EA7FFE0AA4C1522DE136BAC3E2134;\n\t\t\tremoteInfo = CircleSlider;\n\t\t};\n/* End PBXContainerItemProxy section */\n\n/* Begin PBXFileReference section */\n\t\t045DE881A21972EB143E51BC6CC8EC36 /* Pods-CircleSlider_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = \"Pods-CircleSlider_Example-umbrella.h\"; sourceTree = \"<group>\"; };\n\t\t059B72664BC4DEDCBF94E24DE9460CA3 /* Pods-CircleSlider_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = \"Pods-CircleSlider_Tests-resources.sh\"; sourceTree = \"<group>\"; };\n\t\t0BC53A9C3D8AB58F6A1EDC0E30E9E6F7 /* Pods-CircleSlider_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = \"Pods-CircleSlider_Example-dummy.m\"; sourceTree = \"<group>\"; };\n\t\t12752937C2F1AA956062010A3B7D1446 /* CircleSlider.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CircleSlider.framework; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t14C8577DF040F97E1A24218A02D5648E /* Pods-CircleSlider_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = \"Pods-CircleSlider_Tests-acknowledgements.plist\"; sourceTree = \"<group>\"; };\n\t\t1A63D140A861714DD20CDC8C59EA0571 /* Pods-CircleSlider_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = \"Pods-CircleSlider_Tests-frameworks.sh\"; sourceTree = \"<group>\"; };\n\t\t1D6643155E7919B400D7A2A23E76AEB0 /* Pods-CircleSlider_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = \"Pods-CircleSlider_Tests-acknowledgements.markdown\"; sourceTree = \"<group>\"; };\n\t\t1F5A891C464321940903322659773D75 /* Pods-CircleSlider_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = \"Pods-CircleSlider_Example-acknowledgements.markdown\"; sourceTree = \"<group>\"; };\n\t\t205F22356842419FEC9CE6E92DACA29F /* Pods-CircleSlider_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = \"Pods-CircleSlider_Tests-umbrella.h\"; sourceTree = \"<group>\"; };\n\t\t2244967777521C1F8D9FB30A08481626 /* CircleSlider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CircleSlider.swift; path = Pod/Classes/CircleSlider.swift; sourceTree = \"<group>\"; };\n\t\t2DE5FC5FD8D3905AE5ADD33C4485B168 /* CircleSlider.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = \"sourcecode.module-map\"; path = CircleSlider.modulemap; sourceTree = \"<group>\"; };\n\t\t3D18715507E170976793DA151D55005A /* Pods-CircleSlider_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = \"Pods-CircleSlider_Tests.debug.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t4B7F3B30C083CC94385994FB91DB6A4A /* Pods_CircleSlider_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CircleSlider_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t4BFADA3A495D1BA84C8BB26F892DA95F /* CircleSlider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = \"CircleSlider-dummy.m\"; sourceTree = \"<group>\"; };\n\t\t57AE48610F8BD546CA5D54DA6AC98C89 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\t5B3F534491496F9BCF670987FD32E03C /* TrackLayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TrackLayer.swift; path = Pod/Classes/TrackLayer.swift; sourceTree = \"<group>\"; };\n\t\t6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };\n\t\t6AA0A94BC36BC71421C94FB1B981A893 /* Pods_CircleSlider_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CircleSlider_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t6C7B6BA6575725D886DFA45C2F0E60F2 /* CircleSlider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = \"CircleSlider-prefix.pch\"; sourceTree = \"<group>\"; };\n\t\t71769D75A52C5A360EBA66B114E3AEDE /* CircleSlider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CircleSlider.xcconfig; sourceTree = \"<group>\"; };\n\t\t814D9F67F395D5DD7F733E9E83B52153 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\t85A843C5EF627E5C92D5DB26A44BB63D /* Pods-CircleSlider_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = \"Pods-CircleSlider_Tests-dummy.m\"; sourceTree = \"<group>\"; };\n\t\t93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };\n\t\t940E0F561F0D6A09FFC732EF160A9E54 /* Pods-CircleSlider_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = \"Pods-CircleSlider_Example.debug.xcconfig\"; sourceTree = \"<group>\"; };\n\t\tB73ED233D61636F4226D70991BF32CCB /* CircleSlider-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = \"CircleSlider-umbrella.h\"; sourceTree = \"<group>\"; };\n\t\tBBFD0C08437DF58B969694243BC5DBFE /* Pods-CircleSlider_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = \"sourcecode.module-map\"; path = \"Pods-CircleSlider_Example.modulemap\"; sourceTree = \"<group>\"; };\n\t\tCB55D63B216D78E16ABD57926540C49B /* Pods-CircleSlider_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = \"Pods-CircleSlider_Example-resources.sh\"; sourceTree = \"<group>\"; };\n\t\tCCF765AA20E3150E2E6B6DAA42DAB8C2 /* Math.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Math.swift; path = Pod/Classes/Math.swift; sourceTree = \"<group>\"; };\n\t\tCD7E14C8DF5157367C83207FD1F6A7DC /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\tE95D8226DE71692B055FDE68B33291CF /* Pods-CircleSlider_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = \"sourcecode.module-map\"; path = \"Pods-CircleSlider_Tests.modulemap\"; sourceTree = \"<group>\"; };\n\t\tEA254F8FC3425F9B75078124FA910ABA /* Pods-CircleSlider_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = \"Pods-CircleSlider_Example.release.xcconfig\"; sourceTree = \"<group>\"; };\n\t\tEDE12D0874B87D8DCB716A938F61074F /* Pods-CircleSlider_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = \"Pods-CircleSlider_Tests.release.xcconfig\"; sourceTree = \"<group>\"; };\n\t\tEE6A154D72649ACE264B5073D024374B /* Pods-CircleSlider_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = \"Pods-CircleSlider_Example-acknowledgements.plist\"; sourceTree = \"<group>\"; };\n\t\tFE6734A57D3E4BCD4DD3ED9D0F68AA5A /* Pods-CircleSlider_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = \"Pods-CircleSlider_Example-frameworks.sh\"; sourceTree = \"<group>\"; };\n/* End PBXFileReference section */\n\n/* Begin PBXFrameworksBuildPhase section */\n\t\t50E58B4A6426841F6350D9788EAD4CE4 /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t57D4CFBB7C41EE0E9F5C91E03A08483A /* Foundation.framework in Frameworks */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\t608FC1757D7726A8FBE0EBA4D4CFD400 /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tFD75197C62AE481D958456225E86690F /* Foundation.framework in Frameworks */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tC150C1D52710047E088CEA675C01F6A5 /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t9346FA4202521C90BAAA91B932AAFF34 /* 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\t0052024811B17705D1BEC3C2D696C449 /* Pods-CircleSlider_Tests */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t57AE48610F8BD546CA5D54DA6AC98C89 /* Info.plist */,\n\t\t\t\tE95D8226DE71692B055FDE68B33291CF /* Pods-CircleSlider_Tests.modulemap */,\n\t\t\t\t1D6643155E7919B400D7A2A23E76AEB0 /* Pods-CircleSlider_Tests-acknowledgements.markdown */,\n\t\t\t\t14C8577DF040F97E1A24218A02D5648E /* Pods-CircleSlider_Tests-acknowledgements.plist */,\n\t\t\t\t85A843C5EF627E5C92D5DB26A44BB63D /* Pods-CircleSlider_Tests-dummy.m */,\n\t\t\t\t1A63D140A861714DD20CDC8C59EA0571 /* Pods-CircleSlider_Tests-frameworks.sh */,\n\t\t\t\t059B72664BC4DEDCBF94E24DE9460CA3 /* Pods-CircleSlider_Tests-resources.sh */,\n\t\t\t\t205F22356842419FEC9CE6E92DACA29F /* Pods-CircleSlider_Tests-umbrella.h */,\n\t\t\t\t3D18715507E170976793DA151D55005A /* Pods-CircleSlider_Tests.debug.xcconfig */,\n\t\t\t\tEDE12D0874B87D8DCB716A938F61074F /* Pods-CircleSlider_Tests.release.xcconfig */,\n\t\t\t);\n\t\t\tname = \"Pods-CircleSlider_Tests\";\n\t\t\tpath = \"Target Support Files/Pods-CircleSlider_Tests\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t4BD20A54DC04CF0FF5B274CC0F969B87 /* Development Pods */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t76D53057A25E095BD91A209E5AE6AEC3 /* CircleSlider */,\n\t\t\t);\n\t\t\tname = \"Development Pods\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t76D53057A25E095BD91A209E5AE6AEC3 /* CircleSlider */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t2244967777521C1F8D9FB30A08481626 /* CircleSlider.swift */,\n\t\t\t\tCCF765AA20E3150E2E6B6DAA42DAB8C2 /* Math.swift */,\n\t\t\t\t5B3F534491496F9BCF670987FD32E03C /* TrackLayer.swift */,\n\t\t\t\tE91E853C80CEB057E0E6101CDBC679C5 /* Support Files */,\n\t\t\t);\n\t\t\tname = CircleSlider;\n\t\t\tpath = ../..;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t7DB346D0F39D3F0E887471402A8071AB = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */,\n\t\t\t\t4BD20A54DC04CF0FF5B274CC0F969B87 /* Development Pods */,\n\t\t\t\tBC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */,\n\t\t\t\t96816B8D0894BEC023BCAD48C91898AE /* Products */,\n\t\t\t\t86E124B55A510B2093513520D67476E8 /* Targets Support Files */,\n\t\t\t);\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t86E124B55A510B2093513520D67476E8 /* Targets Support Files */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tD0E469A502EF12A9DC0608B1F7902C6F /* Pods-CircleSlider_Example */,\n\t\t\t\t0052024811B17705D1BEC3C2D696C449 /* Pods-CircleSlider_Tests */,\n\t\t\t);\n\t\t\tname = \"Targets Support Files\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t96816B8D0894BEC023BCAD48C91898AE /* Products */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t12752937C2F1AA956062010A3B7D1446 /* CircleSlider.framework */,\n\t\t\t\t6AA0A94BC36BC71421C94FB1B981A893 /* Pods_CircleSlider_Example.framework */,\n\t\t\t\t4B7F3B30C083CC94385994FB91DB6A4A /* Pods_CircleSlider_Tests.framework */,\n\t\t\t);\n\t\t\tname = Products;\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\tD35AF013A5F0BAD4F32504907A52519E /* iOS */,\n\t\t\t);\n\t\t\tname = Frameworks;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tD0E469A502EF12A9DC0608B1F7902C6F /* Pods-CircleSlider_Example */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tCD7E14C8DF5157367C83207FD1F6A7DC /* Info.plist */,\n\t\t\t\tBBFD0C08437DF58B969694243BC5DBFE /* Pods-CircleSlider_Example.modulemap */,\n\t\t\t\t1F5A891C464321940903322659773D75 /* Pods-CircleSlider_Example-acknowledgements.markdown */,\n\t\t\t\tEE6A154D72649ACE264B5073D024374B /* Pods-CircleSlider_Example-acknowledgements.plist */,\n\t\t\t\t0BC53A9C3D8AB58F6A1EDC0E30E9E6F7 /* Pods-CircleSlider_Example-dummy.m */,\n\t\t\t\tFE6734A57D3E4BCD4DD3ED9D0F68AA5A /* Pods-CircleSlider_Example-frameworks.sh */,\n\t\t\t\tCB55D63B216D78E16ABD57926540C49B /* Pods-CircleSlider_Example-resources.sh */,\n\t\t\t\t045DE881A21972EB143E51BC6CC8EC36 /* Pods-CircleSlider_Example-umbrella.h */,\n\t\t\t\t940E0F561F0D6A09FFC732EF160A9E54 /* Pods-CircleSlider_Example.debug.xcconfig */,\n\t\t\t\tEA254F8FC3425F9B75078124FA910ABA /* Pods-CircleSlider_Example.release.xcconfig */,\n\t\t\t);\n\t\t\tname = \"Pods-CircleSlider_Example\";\n\t\t\tpath = \"Target Support Files/Pods-CircleSlider_Example\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tD35AF013A5F0BAD4F32504907A52519E /* iOS */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */,\n\t\t\t);\n\t\t\tname = iOS;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tE91E853C80CEB057E0E6101CDBC679C5 /* Support Files */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t2DE5FC5FD8D3905AE5ADD33C4485B168 /* CircleSlider.modulemap */,\n\t\t\t\t71769D75A52C5A360EBA66B114E3AEDE /* CircleSlider.xcconfig */,\n\t\t\t\t4BFADA3A495D1BA84C8BB26F892DA95F /* CircleSlider-dummy.m */,\n\t\t\t\t6C7B6BA6575725D886DFA45C2F0E60F2 /* CircleSlider-prefix.pch */,\n\t\t\t\tB73ED233D61636F4226D70991BF32CCB /* CircleSlider-umbrella.h */,\n\t\t\t\t814D9F67F395D5DD7F733E9E83B52153 /* Info.plist */,\n\t\t\t);\n\t\t\tname = \"Support Files\";\n\t\t\tpath = \"Example/Pods/Target Support Files/CircleSlider\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXGroup section */\n\n/* Begin PBXHeadersBuildPhase section */\n\t\t27F876E76CBC8DA016320E704F37F3E5 /* Headers */ = {\n\t\t\tisa = PBXHeadersBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tA44C99F76205B5608590149DF4DC5026 /* Pods-CircleSlider_Tests-umbrella.h in Headers */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tC836D216CE18B579ECE90ECC1EBBD79A /* Headers */ = {\n\t\t\tisa = PBXHeadersBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t0D34C9925F86C07C4F21F2B6B41A2BFF /* CircleSlider-umbrella.h in Headers */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tD45F3B226BE7AC49EF6ABDC7FC9C1705 /* Headers */ = {\n\t\t\tisa = PBXHeadersBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t6746EDB4EA36946FC42197FE53263285 /* Pods-CircleSlider_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\t1D6EA7FFE0AA4C1522DE136BAC3E2134 /* CircleSlider */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 4681955EC24A011E9997ACF49D99E409 /* Build configuration list for PBXNativeTarget \"CircleSlider\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t06EF85485E9150FEF472F3CE759B3F47 /* Sources */,\n\t\t\t\t608FC1757D7726A8FBE0EBA4D4CFD400 /* Frameworks */,\n\t\t\t\tC836D216CE18B579ECE90ECC1EBBD79A /* Headers */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t);\n\t\t\tname = CircleSlider;\n\t\t\tproductName = CircleSlider;\n\t\t\tproductReference = 12752937C2F1AA956062010A3B7D1446 /* CircleSlider.framework */;\n\t\t\tproductType = \"com.apple.product-type.framework\";\n\t\t};\n\t\tB5F6AF5D4067C56E4AFF15122FF6741D /* Pods-CircleSlider_Tests */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 6E22833E4D8E66BBD613E02A54250C59 /* Build configuration list for PBXNativeTarget \"Pods-CircleSlider_Tests\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t25BA48E52D351D82C29D3BE48982227D /* Sources */,\n\t\t\t\tC150C1D52710047E088CEA675C01F6A5 /* Frameworks */,\n\t\t\t\t27F876E76CBC8DA016320E704F37F3E5 /* Headers */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t\tBA7A27BFE28E26C1013A7FF9C1D2DE0E /* PBXTargetDependency */,\n\t\t\t);\n\t\t\tname = \"Pods-CircleSlider_Tests\";\n\t\t\tproductName = \"Pods-CircleSlider_Tests\";\n\t\t\tproductReference = 4B7F3B30C083CC94385994FB91DB6A4A /* Pods_CircleSlider_Tests.framework */;\n\t\t\tproductType = \"com.apple.product-type.framework\";\n\t\t};\n\t\tB70FE00B687E7C8EE739D3EC75153DF3 /* Pods-CircleSlider_Example */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = C710CFA879A13B08EFA8C9578FA148C1 /* Build configuration list for PBXNativeTarget \"Pods-CircleSlider_Example\" */;\n\t\t\tbuildPhases = (\n\t\t\t\tB5A9C68103E1537C2CB8E753D60AC3CA /* Sources */,\n\t\t\t\t50E58B4A6426841F6350D9788EAD4CE4 /* Frameworks */,\n\t\t\t\tD45F3B226BE7AC49EF6ABDC7FC9C1705 /* Headers */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t\t0F602E9AFD8972151FF3127A0C6D8FC4 /* PBXTargetDependency */,\n\t\t\t);\n\t\t\tname = \"Pods-CircleSlider_Example\";\n\t\t\tproductName = \"Pods-CircleSlider_Example\";\n\t\t\tproductReference = 6AA0A94BC36BC71421C94FB1B981A893 /* Pods_CircleSlider_Example.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 = 0830;\n\t\t\t\tLastUpgradeCheck = 0700;\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 = 96816B8D0894BEC023BCAD48C91898AE /* Products */;\n\t\t\tprojectDirPath = \"\";\n\t\t\tprojectRoot = \"\";\n\t\t\ttargets = (\n\t\t\t\t1D6EA7FFE0AA4C1522DE136BAC3E2134 /* CircleSlider */,\n\t\t\t\tB70FE00B687E7C8EE739D3EC75153DF3 /* Pods-CircleSlider_Example */,\n\t\t\t\tB5F6AF5D4067C56E4AFF15122FF6741D /* Pods-CircleSlider_Tests */,\n\t\t\t);\n\t\t};\n/* End PBXProject section */\n\n/* Begin PBXSourcesBuildPhase section */\n\t\t06EF85485E9150FEF472F3CE759B3F47 /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tC7E99D50DB6E6CB4A48BF1276A633DBC /* CircleSlider-dummy.m in Sources */,\n\t\t\t\t0B0507CF1C631475B9C2BB54DAE5A2DF /* CircleSlider.swift in Sources */,\n\t\t\t\t1208CB78980A9F17835163A9D05F4235 /* Math.swift in Sources */,\n\t\t\t\t74882E6121B3296E2958AC91D0FF73CF /* TrackLayer.swift in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\t25BA48E52D351D82C29D3BE48982227D /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t83E40B2D9D34FCAFBB717CDB6E39792C /* Pods-CircleSlider_Tests-dummy.m in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tB5A9C68103E1537C2CB8E753D60AC3CA /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t7A1CC123F65F0A2634E2A15B066CA97B /* Pods-CircleSlider_Example-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\t0F602E9AFD8972151FF3127A0C6D8FC4 /* PBXTargetDependency */ = {\n\t\t\tisa = PBXTargetDependency;\n\t\t\tname = CircleSlider;\n\t\t\ttarget = 1D6EA7FFE0AA4C1522DE136BAC3E2134 /* CircleSlider */;\n\t\t\ttargetProxy = FF846356B2E5145DF5BDF5E76EBC7ACD /* PBXContainerItemProxy */;\n\t\t};\n\t\tBA7A27BFE28E26C1013A7FF9C1D2DE0E /* PBXTargetDependency */ = {\n\t\t\tisa = PBXTargetDependency;\n\t\t\tname = CircleSlider;\n\t\t\ttarget = 1D6EA7FFE0AA4C1522DE136BAC3E2134 /* CircleSlider */;\n\t\t\ttargetProxy = FEAF775AEEA550C481220723D8A699B5 /* PBXContainerItemProxy */;\n\t\t};\n/* End PBXTargetDependency section */\n\n/* Begin XCBuildConfiguration section */\n\t\t0F82AB8867614F0E1B4BF5D1CE17948D /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 71769D75A52C5A360EBA66B114E3AEDE /* CircleSlider.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tCODE_SIGN_IDENTITY = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=appletvos*]\" = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=watchos*]\" = \"\";\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/CircleSlider/CircleSlider-prefix.pch\";\n\t\t\t\tINFOPLIST_FILE = \"Target Support Files/CircleSlider/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/CircleSlider/CircleSlider.modulemap\";\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = NO;\n\t\t\t\tPRODUCT_NAME = CircleSlider;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t\tSWIFT_ACTIVE_COMPILATION_CONDITIONS = \"$(inherited) \";\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-Owholemodule\";\n\t\t\t\tSWIFT_VERSION = 4.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\t1B169FD6A391B0FD2917E4C6AB105708 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 3D18715507E170976793DA151D55005A /* Pods-CircleSlider_Tests.debug.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tCODE_SIGN_IDENTITY = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=appletvos*]\" = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=watchos*]\" = \"\";\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-CircleSlider_Tests/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\tMACH_O_TYPE = staticlib;\n\t\t\t\tMODULEMAP_FILE = \"Target Support Files/Pods-CircleSlider_Tests/Pods-CircleSlider_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_CircleSlider_Tests;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t\tSWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;\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\t1C7D17A37D091C98D2F0DD886C3A9320 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_ANALYZER_NONNULL = YES;\n\t\t\t\tCLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES;\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_DOCUMENTATION_COMMENTS = YES;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INFINITE_RECURSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES;\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\tCODE_SIGNING_REQUIRED = NO;\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.0;\n\t\t\t\tONLY_ACTIVE_ARCH = YES;\n\t\t\t\tPROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/;\n\t\t\t\tSTRIP_INSTALLED_PRODUCT = NO;\n\t\t\t\tSWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;\n\t\t\t\tSYMROOT = \"${SRCROOT}/../build\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t34FE9531DA9AF2820790339988D5FF41 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_ANALYZER_NONNULL = YES;\n\t\t\t\tCLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES;\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_DOCUMENTATION_COMMENTS = YES;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INFINITE_RECURSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES;\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\tCODE_SIGNING_REQUIRED = NO;\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.0;\n\t\t\t\tPROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/;\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\t49770F3210575CD55836195276F23249 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = EDE12D0874B87D8DCB716A938F61074F /* Pods-CircleSlider_Tests.release.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tCODE_SIGN_IDENTITY = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=appletvos*]\" = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=watchos*]\" = \"\";\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-CircleSlider_Tests/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\tMACH_O_TYPE = staticlib;\n\t\t\t\tMODULEMAP_FILE = \"Target Support Files/Pods-CircleSlider_Tests/Pods-CircleSlider_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_CircleSlider_Tests;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-Owholemodule\";\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\t66109B45AA14E6F2D4EED05D703F9A06 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = EA254F8FC3425F9B75078124FA910ABA /* Pods-CircleSlider_Example.release.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tCODE_SIGN_IDENTITY = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=appletvos*]\" = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=watchos*]\" = \"\";\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-CircleSlider_Example/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\tMACH_O_TYPE = staticlib;\n\t\t\t\tMODULEMAP_FILE = \"Target Support Files/Pods-CircleSlider_Example/Pods-CircleSlider_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_CircleSlider_Example;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-Owholemodule\";\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\tF18C2A971152E54A4A8184880C7AFD8F /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 71769D75A52C5A360EBA66B114E3AEDE /* CircleSlider.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tCODE_SIGN_IDENTITY = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=appletvos*]\" = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=watchos*]\" = \"\";\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/CircleSlider/CircleSlider-prefix.pch\";\n\t\t\t\tINFOPLIST_FILE = \"Target Support Files/CircleSlider/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/CircleSlider/CircleSlider.modulemap\";\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = YES;\n\t\t\t\tPRODUCT_NAME = CircleSlider;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t\tSWIFT_ACTIVE_COMPILATION_CONDITIONS = \"$(inherited) \";\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-Onone\";\n\t\t\t\tSWIFT_VERSION = 4.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\tF3F9842DB1F92821D6D83319015BFBEC /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 940E0F561F0D6A09FFC732EF160A9E54 /* Pods-CircleSlider_Example.debug.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tCODE_SIGN_IDENTITY = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=appletvos*]\" = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=watchos*]\" = \"\";\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-CircleSlider_Example/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\tMACH_O_TYPE = staticlib;\n\t\t\t\tMODULEMAP_FILE = \"Target Support Files/Pods-CircleSlider_Example/Pods-CircleSlider_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_CircleSlider_Example;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t\tSWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;\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/* End XCBuildConfiguration section */\n\n/* Begin XCConfigurationList section */\n\t\t2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject \"Pods\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t1C7D17A37D091C98D2F0DD886C3A9320 /* Debug */,\n\t\t\t\t34FE9531DA9AF2820790339988D5FF41 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\t4681955EC24A011E9997ACF49D99E409 /* Build configuration list for PBXNativeTarget \"CircleSlider\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\tF18C2A971152E54A4A8184880C7AFD8F /* Debug */,\n\t\t\t\t0F82AB8867614F0E1B4BF5D1CE17948D /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\t6E22833E4D8E66BBD613E02A54250C59 /* Build configuration list for PBXNativeTarget \"Pods-CircleSlider_Tests\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t1B169FD6A391B0FD2917E4C6AB105708 /* Debug */,\n\t\t\t\t49770F3210575CD55836195276F23249 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\tC710CFA879A13B08EFA8C9578FA148C1 /* Build configuration list for PBXNativeTarget \"Pods-CircleSlider_Example\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\tF3F9842DB1F92821D6D83319015BFBEC /* Debug */,\n\t\t\t\t66109B45AA14E6F2D4EED05D703F9A06 /* 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/Target Support Files/CircleSlider/CircleSlider-dummy.m",
    "content": "#import <Foundation/Foundation.h>\n@interface PodsDummy_CircleSlider : NSObject\n@end\n@implementation PodsDummy_CircleSlider\n@end\n"
  },
  {
    "path": "Example/Pods/Target Support Files/CircleSlider/CircleSlider-prefix.pch",
    "content": "#ifdef __OBJC__\n#import <UIKit/UIKit.h>\n#else\n#ifndef FOUNDATION_EXPORT\n#if defined(__cplusplus)\n#define FOUNDATION_EXPORT extern \"C\"\n#else\n#define FOUNDATION_EXPORT extern\n#endif\n#endif\n#endif\n\n"
  },
  {
    "path": "Example/Pods/Target Support Files/CircleSlider/CircleSlider-umbrella.h",
    "content": "#ifdef __OBJC__\n#import <UIKit/UIKit.h>\n#else\n#ifndef FOUNDATION_EXPORT\n#if defined(__cplusplus)\n#define FOUNDATION_EXPORT extern \"C\"\n#else\n#define FOUNDATION_EXPORT extern\n#endif\n#endif\n#endif\n\n\nFOUNDATION_EXPORT double CircleSliderVersionNumber;\nFOUNDATION_EXPORT const unsigned char CircleSliderVersionString[];\n\n"
  },
  {
    "path": "Example/Pods/Target Support Files/CircleSlider/CircleSlider.modulemap",
    "content": "framework module CircleSlider {\n  umbrella header \"CircleSlider-umbrella.h\"\n\n  export *\n  module * { export * }\n}\n"
  },
  {
    "path": "Example/Pods/Target Support Files/CircleSlider/CircleSlider.xcconfig",
    "content": "CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/CircleSlider\nGCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1\nHEADER_SEARCH_PATHS = \"${PODS_ROOT}/Headers/Private\" \"${PODS_ROOT}/Headers/Public\"\nOTHER_SWIFT_FLAGS = $(inherited) \"-D\" \"COCOAPODS\"\nPODS_BUILD_DIR = $BUILD_DIR\nPODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\nPODS_ROOT = ${SRCROOT}\nPODS_TARGET_SRCROOT = ${PODS_ROOT}/../..\nPRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}\nSKIP_INSTALL = YES\n"
  },
  {
    "path": "Example/Pods/Target Support Files/CircleSlider/Info.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>CFBundleDevelopmentRegion</key>\n\t<string>en</string>\n\t<key>CFBundleExecutable</key>\n\t<string>${EXECUTABLE_NAME}</string>\n\t<key>CFBundleIdentifier</key>\n\t<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>\n\t<key>CFBundleInfoDictionaryVersion</key>\n\t<string>6.0</string>\n\t<key>CFBundleName</key>\n\t<string>${PRODUCT_NAME}</string>\n\t<key>CFBundlePackageType</key>\n\t<string>FMWK</string>\n\t<key>CFBundleShortVersionString</key>\n\t<string>0.6.0</string>\n\t<key>CFBundleSignature</key>\n\t<string>????</string>\n\t<key>CFBundleVersion</key>\n\t<string>${CURRENT_PROJECT_VERSION}</string>\n\t<key>NSPrincipalClass</key>\n\t<string></string>\n</dict>\n</plist>\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-CircleSlider_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-CircleSlider_Example/Pods-CircleSlider_Example-acknowledgements.markdown",
    "content": "# Acknowledgements\nThis application makes use of the following third party libraries:\n\n## CircleSlider\n\nCopyright (c) 2015 shushutochako <shushutochako22@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-CircleSlider_Example/Pods-CircleSlider_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) 2015 shushutochako &lt;shushutochako22@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>License</key>\n\t\t\t<string>MIT</string>\n\t\t\t<key>Title</key>\n\t\t\t<string>CircleSlider</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-CircleSlider_Example/Pods-CircleSlider_Example-dummy.m",
    "content": "#import <Foundation/Foundation.h>\n@interface PodsDummy_Pods_CircleSlider_Example : NSObject\n@end\n@implementation PodsDummy_Pods_CircleSlider_Example\n@end\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-CircleSlider_Example/Pods-CircleSlider_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\n# This protects against multiple targets copying the same framework dependency at the same time. The solution\n# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html\nRSYNC_PROTECT_TMP_FILES=(--filter \"P .*.??????\")\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=\"${TARGET_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 don't throw errors.\n  echo \"rsync --delete -av \"${RSYNC_PROTECT_TMP_FILES[@]}\" --filter \\\"- CVS/\\\" --filter \\\"- .svn/\\\" --filter \\\"- .git/\\\" --filter \\\"- .hg/\\\" --filter \\\"- Headers\\\" --filter \\\"- PrivateHeaders\\\" --filter \\\"- Modules\\\" \\\"${source}\\\" \\\"${destination}\\\"\"\n  rsync --delete -av \"${RSYNC_PROTECT_TMP_FILES[@]}\" --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# Copies the dSYM of a vendored framework\ninstall_dsym() {\n  local source=\"$1\"\n  if [ -r \"$source\" ]; then\n    echo \"rsync --delete -av \"${RSYNC_PROTECT_TMP_FILES[@]}\" --filter \\\"- CVS/\\\" --filter \\\"- .svn/\\\" --filter \\\"- .git/\\\" --filter \\\"- .hg/\\\" --filter \\\"- Headers\\\" --filter \\\"- PrivateHeaders\\\" --filter \\\"- Modules\\\" \\\"${source}\\\" \\\"${DWARF_DSYM_FOLDER_PATH}\\\"\"\n    rsync --delete -av \"${RSYNC_PROTECT_TMP_FILES[@]}\" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DWARF_DSYM_FOLDER_PATH}\"\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    local code_sign_cmd=\"/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'\"\n\n    if [ \"${COCOAPODS_PARALLEL_CODE_SIGN}\" == \"true\" ]; then\n      code_sign_cmd=\"$code_sign_cmd &\"\n    fi\n    echo \"$code_sign_cmd\"\n    eval \"$code_sign_cmd\"\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 ! [[ \"${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 \"${BUILT_PRODUCTS_DIR}/CircleSlider/CircleSlider.framework\"\nfi\nif [[ \"$CONFIGURATION\" == \"Release\" ]]; then\n  install_framework \"${BUILT_PRODUCTS_DIR}/CircleSlider/CircleSlider.framework\"\nfi\nif [ \"${COCOAPODS_PARALLEL_CODE_SIGN}\" == \"true\" ]; then\n  wait\nfi\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-CircleSlider_Example/Pods-CircleSlider_Example-resources.sh",
    "content": "#!/bin/sh\nset -e\n\nmkdir -p \"${TARGET_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\n# This protects against multiple targets copying the same framework dependency at the same time. The solution\n# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html\nRSYNC_PROTECT_TMP_FILES=(--filter \"P .*.??????\")\n\ncase \"${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  3)\n    TARGET_DEVICE_ARGS=\"--target-device tv\"\n    ;;\n  4)\n    TARGET_DEVICE_ARGS=\"--target-device watch\"\n    ;;\n  *)\n    TARGET_DEVICE_ARGS=\"--target-device mac\"\n    ;;\nesac\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 ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$RESOURCE_PATH\\\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}\" || true\n      ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$RESOURCE_PATH\\\" .storyboard`.storyboardc\" \"$RESOURCE_PATH\" --sdk \"${SDKROOT}\" ${TARGET_DEVICE_ARGS}\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 ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$RESOURCE_PATH\\\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}\" || true\n      ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$RESOURCE_PATH\\\" .xib`.nib\" \"$RESOURCE_PATH\" --sdk \"${SDKROOT}\" ${TARGET_DEVICE_ARGS}\n      ;;\n    *.framework)\n      echo \"mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\" || true\n      mkdir -p \"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      echo \"rsync --delete -av \"${RSYNC_PROTECT_TMP_FILES[@]}\" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\" || true\n      rsync --delete -av \"${RSYNC_PROTECT_TMP_FILES[@]}\" \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      ;;\n    *.xcdatamodel)\n      echo \"xcrun momc \\\"$RESOURCE_PATH\\\" \\\"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\"`.mom\\\"\" || true\n      xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcdatamodel`.mom\"\n      ;;\n    *.xcdatamodeld)\n      echo \"xcrun momc \\\"$RESOURCE_PATH\\\" \\\"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcdatamodeld`.momd\\\"\" || true\n      xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcdatamodeld`.momd\"\n      ;;\n    *.xcmappingmodel)\n      echo \"xcrun mapc \\\"$RESOURCE_PATH\\\" \\\"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcmappingmodel`.cdm\\\"\" || true\n      xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcmappingmodel`.cdm\"\n      ;;\n    *.xcassets)\n      ABSOLUTE_XCASSET_FILE=\"$RESOURCE_PATH\"\n      XCASSET_FILES+=(\"$ABSOLUTE_XCASSET_FILE\")\n      ;;\n    *)\n      echo \"$RESOURCE_PATH\" || true\n      echo \"$RESOURCE_PATH\" >> \"$RESOURCES_TO_COPY\"\n      ;;\n  esac\n}\n\nmkdir -p \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nrsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from=\"$RESOURCES_TO_COPY\" / \"${TARGET_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  # 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 != \"${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-CircleSlider_Example/Pods-CircleSlider_Example-umbrella.h",
    "content": "#ifdef __OBJC__\n#import <UIKit/UIKit.h>\n#else\n#ifndef FOUNDATION_EXPORT\n#if defined(__cplusplus)\n#define FOUNDATION_EXPORT extern \"C\"\n#else\n#define FOUNDATION_EXPORT extern\n#endif\n#endif\n#endif\n\n\nFOUNDATION_EXPORT double Pods_CircleSlider_ExampleVersionNumber;\nFOUNDATION_EXPORT const unsigned char Pods_CircleSlider_ExampleVersionString[];\n\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-CircleSlider_Example/Pods-CircleSlider_Example.debug.xcconfig",
    "content": "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES\nFRAMEWORK_SEARCH_PATHS = $(inherited) \"$PODS_CONFIGURATION_BUILD_DIR/CircleSlider\"\nGCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1\nLD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'\nOTHER_CFLAGS = $(inherited) -iquote \"$PODS_CONFIGURATION_BUILD_DIR/CircleSlider/CircleSlider.framework/Headers\"\nOTHER_LDFLAGS = $(inherited) -framework \"CircleSlider\"\nOTHER_SWIFT_FLAGS = $(inherited) \"-D\" \"COCOAPODS\"\nPODS_BUILD_DIR = $BUILD_DIR\nPODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\nPODS_PODFILE_DIR_PATH = ${SRCROOT}/.\nPODS_ROOT = ${SRCROOT}/Pods\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-CircleSlider_Example/Pods-CircleSlider_Example.modulemap",
    "content": "framework module Pods_CircleSlider_Example {\n  umbrella header \"Pods-CircleSlider_Example-umbrella.h\"\n\n  export *\n  module * { export * }\n}\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-CircleSlider_Example/Pods-CircleSlider_Example.release.xcconfig",
    "content": "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES\nFRAMEWORK_SEARCH_PATHS = $(inherited) \"$PODS_CONFIGURATION_BUILD_DIR/CircleSlider\"\nGCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1\nLD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'\nOTHER_CFLAGS = $(inherited) -iquote \"$PODS_CONFIGURATION_BUILD_DIR/CircleSlider/CircleSlider.framework/Headers\"\nOTHER_LDFLAGS = $(inherited) -framework \"CircleSlider\"\nOTHER_SWIFT_FLAGS = $(inherited) \"-D\" \"COCOAPODS\"\nPODS_BUILD_DIR = $BUILD_DIR\nPODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\nPODS_PODFILE_DIR_PATH = ${SRCROOT}/.\nPODS_ROOT = ${SRCROOT}/Pods\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-CircleSlider_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-CircleSlider_Tests/Pods-CircleSlider_Tests-acknowledgements.markdown",
    "content": "# Acknowledgements\nThis application makes use of the following third party libraries:\n\n## CircleSlider\n\nCopyright (c) 2015 shushutochako <shushutochako22@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-CircleSlider_Tests/Pods-CircleSlider_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) 2015 shushutochako &lt;shushutochako22@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>License</key>\n\t\t\t<string>MIT</string>\n\t\t\t<key>Title</key>\n\t\t\t<string>CircleSlider</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-CircleSlider_Tests/Pods-CircleSlider_Tests-dummy.m",
    "content": "#import <Foundation/Foundation.h>\n@interface PodsDummy_Pods_CircleSlider_Tests : NSObject\n@end\n@implementation PodsDummy_Pods_CircleSlider_Tests\n@end\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-CircleSlider_Tests/Pods-CircleSlider_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\n# This protects against multiple targets copying the same framework dependency at the same time. The solution\n# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html\nRSYNC_PROTECT_TMP_FILES=(--filter \"P .*.??????\")\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=\"${TARGET_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 don't throw errors.\n  echo \"rsync --delete -av \"${RSYNC_PROTECT_TMP_FILES[@]}\" --filter \\\"- CVS/\\\" --filter \\\"- .svn/\\\" --filter \\\"- .git/\\\" --filter \\\"- .hg/\\\" --filter \\\"- Headers\\\" --filter \\\"- PrivateHeaders\\\" --filter \\\"- Modules\\\" \\\"${source}\\\" \\\"${destination}\\\"\"\n  rsync --delete -av \"${RSYNC_PROTECT_TMP_FILES[@]}\" --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# Copies the dSYM of a vendored framework\ninstall_dsym() {\n  local source=\"$1\"\n  if [ -r \"$source\" ]; then\n    echo \"rsync --delete -av \"${RSYNC_PROTECT_TMP_FILES[@]}\" --filter \\\"- CVS/\\\" --filter \\\"- .svn/\\\" --filter \\\"- .git/\\\" --filter \\\"- .hg/\\\" --filter \\\"- Headers\\\" --filter \\\"- PrivateHeaders\\\" --filter \\\"- Modules\\\" \\\"${source}\\\" \\\"${DWARF_DSYM_FOLDER_PATH}\\\"\"\n    rsync --delete -av \"${RSYNC_PROTECT_TMP_FILES[@]}\" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DWARF_DSYM_FOLDER_PATH}\"\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    local code_sign_cmd=\"/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'\"\n\n    if [ \"${COCOAPODS_PARALLEL_CODE_SIGN}\" == \"true\" ]; then\n      code_sign_cmd=\"$code_sign_cmd &\"\n    fi\n    echo \"$code_sign_cmd\"\n    eval \"$code_sign_cmd\"\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 ! [[ \"${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 \"${BUILT_PRODUCTS_DIR}/CircleSlider/CircleSlider.framework\"\nfi\nif [[ \"$CONFIGURATION\" == \"Release\" ]]; then\n  install_framework \"${BUILT_PRODUCTS_DIR}/CircleSlider/CircleSlider.framework\"\nfi\nif [ \"${COCOAPODS_PARALLEL_CODE_SIGN}\" == \"true\" ]; then\n  wait\nfi\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-CircleSlider_Tests/Pods-CircleSlider_Tests-resources.sh",
    "content": "#!/bin/sh\nset -e\n\nmkdir -p \"${TARGET_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\n# This protects against multiple targets copying the same framework dependency at the same time. The solution\n# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html\nRSYNC_PROTECT_TMP_FILES=(--filter \"P .*.??????\")\n\ncase \"${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  3)\n    TARGET_DEVICE_ARGS=\"--target-device tv\"\n    ;;\n  4)\n    TARGET_DEVICE_ARGS=\"--target-device watch\"\n    ;;\n  *)\n    TARGET_DEVICE_ARGS=\"--target-device mac\"\n    ;;\nesac\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 ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$RESOURCE_PATH\\\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}\" || true\n      ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$RESOURCE_PATH\\\" .storyboard`.storyboardc\" \"$RESOURCE_PATH\" --sdk \"${SDKROOT}\" ${TARGET_DEVICE_ARGS}\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 ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$RESOURCE_PATH\\\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}\" || true\n      ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$RESOURCE_PATH\\\" .xib`.nib\" \"$RESOURCE_PATH\" --sdk \"${SDKROOT}\" ${TARGET_DEVICE_ARGS}\n      ;;\n    *.framework)\n      echo \"mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\" || true\n      mkdir -p \"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      echo \"rsync --delete -av \"${RSYNC_PROTECT_TMP_FILES[@]}\" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\" || true\n      rsync --delete -av \"${RSYNC_PROTECT_TMP_FILES[@]}\" \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      ;;\n    *.xcdatamodel)\n      echo \"xcrun momc \\\"$RESOURCE_PATH\\\" \\\"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\"`.mom\\\"\" || true\n      xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcdatamodel`.mom\"\n      ;;\n    *.xcdatamodeld)\n      echo \"xcrun momc \\\"$RESOURCE_PATH\\\" \\\"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcdatamodeld`.momd\\\"\" || true\n      xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcdatamodeld`.momd\"\n      ;;\n    *.xcmappingmodel)\n      echo \"xcrun mapc \\\"$RESOURCE_PATH\\\" \\\"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcmappingmodel`.cdm\\\"\" || true\n      xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xcmappingmodel`.cdm\"\n      ;;\n    *.xcassets)\n      ABSOLUTE_XCASSET_FILE=\"$RESOURCE_PATH\"\n      XCASSET_FILES+=(\"$ABSOLUTE_XCASSET_FILE\")\n      ;;\n    *)\n      echo \"$RESOURCE_PATH\" || true\n      echo \"$RESOURCE_PATH\" >> \"$RESOURCES_TO_COPY\"\n      ;;\n  esac\n}\n\nmkdir -p \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nrsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from=\"$RESOURCES_TO_COPY\" / \"${TARGET_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  # 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 != \"${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-CircleSlider_Tests/Pods-CircleSlider_Tests-umbrella.h",
    "content": "#ifdef __OBJC__\n#import <UIKit/UIKit.h>\n#else\n#ifndef FOUNDATION_EXPORT\n#if defined(__cplusplus)\n#define FOUNDATION_EXPORT extern \"C\"\n#else\n#define FOUNDATION_EXPORT extern\n#endif\n#endif\n#endif\n\n\nFOUNDATION_EXPORT double Pods_CircleSlider_TestsVersionNumber;\nFOUNDATION_EXPORT const unsigned char Pods_CircleSlider_TestsVersionString[];\n\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-CircleSlider_Tests/Pods-CircleSlider_Tests.debug.xcconfig",
    "content": "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES\nFRAMEWORK_SEARCH_PATHS = $(inherited) \"$PODS_CONFIGURATION_BUILD_DIR/CircleSlider\"\nGCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1\nLD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'\nOTHER_CFLAGS = $(inherited) -iquote \"$PODS_CONFIGURATION_BUILD_DIR/CircleSlider/CircleSlider.framework/Headers\"\nOTHER_LDFLAGS = $(inherited) -framework \"CircleSlider\"\nOTHER_SWIFT_FLAGS = $(inherited) \"-D\" \"COCOAPODS\"\nPODS_BUILD_DIR = $BUILD_DIR\nPODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\nPODS_PODFILE_DIR_PATH = ${SRCROOT}/.\nPODS_ROOT = ${SRCROOT}/Pods\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-CircleSlider_Tests/Pods-CircleSlider_Tests.modulemap",
    "content": "framework module Pods_CircleSlider_Tests {\n  umbrella header \"Pods-CircleSlider_Tests-umbrella.h\"\n\n  export *\n  module * { export * }\n}\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-CircleSlider_Tests/Pods-CircleSlider_Tests.release.xcconfig",
    "content": "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES\nFRAMEWORK_SEARCH_PATHS = $(inherited) \"$PODS_CONFIGURATION_BUILD_DIR/CircleSlider\"\nGCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1\nLD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'\nOTHER_CFLAGS = $(inherited) -iquote \"$PODS_CONFIGURATION_BUILD_DIR/CircleSlider/CircleSlider.framework/Headers\"\nOTHER_LDFLAGS = $(inherited) -framework \"CircleSlider\"\nOTHER_SWIFT_FLAGS = $(inherited) \"-D\" \"COCOAPODS\"\nPODS_BUILD_DIR = $BUILD_DIR\nPODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\nPODS_PODFILE_DIR_PATH = ${SRCROOT}/.\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": "Example/Tests/Tests.swift",
    "content": "import UIKit\nimport XCTest\nimport CircleSlider\n\nclass Tests: XCTestCase {\n    \n    override func setUp() {\n        super.setUp()\n        // Put setup code here. This method is called before the invocation of each test method in the class.\n    }\n    \n    override func tearDown() {\n        // Put teardown code here. This method is called after the invocation of each test method in the class.\n        super.tearDown()\n    }\n    \n    func testExample() {\n        // This is an example of a functional test case.\n        XCTAssert(true, \"Pass\")\n    }\n    \n    func testPerformanceExample() {\n        // This is an example of a performance test case.\n        self.measure() {\n            // Put the code you want to measure the time of here.\n        }\n    }\n    \n}\n"
  },
  {
    "path": "LICENSE",
    "content": "Copyright (c) 2015 shushutochako <shushutochako22@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/CircleSlider.swift",
    "content": "//\n//  CircleSlider.swift\n//  CircleSlider\n//\n//  Created by shushutochako on 11/17/15.\n//  Copyright © 2015 shushutochako. All rights reserved.\n//\n\npublic enum CircleSliderOption {\n    case startAngle(Double)\n    case barColor(UIColor)\n    case trackingColor(UIColor)\n    case thumbColor(UIColor)\n    case thumbImage(UIImage?)\n    case barWidth(CGFloat)\n    case thumbWidth(CGFloat)\n    case maxValue(Float)\n    case minValue(Float)\n    case sliderEnabled(Bool)\n    case viewInset(CGFloat)\n    case minMaxSwitchTreshold(Float)\n    case thumbPosition(Float)\n}\n\npublic enum CircleSliderStatus {\n    case noChangeMinValue\n    case inProgressChangeValue\n    case reachedMaxValue\n}\n\nopen class CircleSlider: UIControl {\n    open var delegate: CircleSliderDelegate?\n    open var status: CircleSliderStatus {\n        switch _value {\n        case minValue:\n            return CircleSliderStatus.noChangeMinValue\n            \n        case maxValue:\n            return CircleSliderStatus.reachedMaxValue\n            \n        default:\n            return CircleSliderStatus.inProgressChangeValue\n        }\n    }\n    \n    fileprivate let minThumbTouchAreaWidth: CGFloat = 44\n    fileprivate var latestDegree: Double = 0\n    fileprivate var _value: Float = 0\n    open var value: Float {\n        get {\n            return self._value\n        }\n        set {\n            var value = newValue\n            let significantChange = (self.maxValue - self.minValue) * (1.0 - self.minMaxSwitchTreshold)\n            let isSignificantChangeOccured = fabs(newValue - self._value) > significantChange\n            \n            if isSignificantChangeOccured {\n                if self._value < newValue {\n                    value = self.minValue\n                } else {\n                    value = self.maxValue\n                }\n            } else {\n                value = newValue\n            }\n            \n            if _value == minValue && newValue > minValue {\n                self.delegate?.didStartChangeValue()\n            }\n            \n            self._value = value\n            self.sendActions(for: .valueChanged)\n            var degree = Math.degreeFromValue(self.startAngle, value: self.value, maxValue: self.maxValue, minValue: self.minValue)\n            \n            // fix rendering issue near max value\n            // substract 1/100 of one degree from the current degree to fix a very little overflow\n            // which otherwise cause to display a layer as it is on a min value\n            if self._value == self.maxValue {\n                degree = degree - degree / (360 * 100)\n                self.delegate?.didReachedMaxValue()\n            }\n            \n            self.layout(degree)\n        }\n    }\n    fileprivate var trackLayer: TrackLayer! {\n        didSet {\n            self.layer.addSublayer(self.trackLayer)\n        }\n    }\n    fileprivate var thumbView: UIView! {\n        didSet {\n            if self.sliderEnabled {\n                self.thumbView.backgroundColor = self.thumbColor\n                self.thumbView.center = self.thumbCenter(self.startAngle)\n                self.thumbView.layer.cornerRadius = self.thumbView!.bounds.size.width * 0.5\n                self.addSubview(self.thumbView)\n                if let thumbImage = self.thumbImage {\n                    let thumbImageView = UIImageView(frame: self.thumbView.bounds)\n                    thumbImageView.image = thumbImage\n                    self.thumbView.addSubview(thumbImageView)\n                    self.thumbView.backgroundColor = UIColor.clear\n                }\n            } else {\n                self.thumbView.isHidden = true\n            }\n        }\n    }\n    // Options\n    fileprivate var startAngle: Double = -90\n    fileprivate var barColor = UIColor.lightGray\n    fileprivate var trackingColor = UIColor.blue\n    fileprivate var thumbColor = UIColor.black\n    fileprivate var barWidth: CGFloat = 20\n    fileprivate var maxValue: Float = 101\n    fileprivate var minValue: Float = 0\n    fileprivate var sliderEnabled = true\n    fileprivate var viewInset: CGFloat = 20\n    fileprivate var minMaxSwitchTreshold: Float = 0.0 // from 0.0 to 1.0\n    fileprivate var thumbImage: UIImage?\n    fileprivate var _thumbWidth: CGFloat?\n    fileprivate var thumbWidth: CGFloat {\n        get {\n            if let retValue = self._thumbWidth {\n                return retValue\n            }\n            return self.barWidth * 1.5\n        }\n        set {\n            self._thumbWidth = newValue\n        }\n    }\n    fileprivate var thumbPosition: Float = 0.5\n    \n    open override func awakeFromNib() {\n        super.awakeFromNib()\n        backgroundColor = UIColor.clear\n    }\n    \n    public init(frame: CGRect, options: [CircleSliderOption]?) {\n        super.init(frame: frame)\n        if let options = options {\n            build(options)\n        }\n    }\n    \n    convenience init(frame: CGRect, options: [CircleSliderOption]?, delegate: CircleSliderDelegate?) {\n        self.init(frame: frame, options: options)\n        self.delegate = delegate\n    }\n    \n    public required init?(coder _: NSCoder) {\n        fatalError(\"init(coder:) has not been implemented\")\n    }\n    \n    open override func layoutSublayers(of _: CALayer) {\n        if trackLayer == nil {\n            trackLayer = TrackLayer(bounds: bounds.insetBy(dx: viewInset, dy: viewInset), setting: createLayerSetting())\n        }\n        if thumbView == nil {\n            thumbView = UIView(frame: CGRect(x: 0, y: 0, width: thumbWidth, height: thumbWidth))\n        }\n    }\n    \n    open override func hitTest(_ point: CGPoint, with _: UIEvent?) -> UIView? {\n        if !sliderEnabled {\n            return nil\n        }\n        let rect = trackLayer.hollowRect\n        let hollowPath = UIBezierPath(roundedRect: rect, cornerRadius: trackLayer.hollowRadius)\n        if !(bounds.contains(point) || hollowPath.contains(point)) ||\n            !(thumbView.frame.contains(point)) {\n            return nil\n        }\n        return self\n    }\n    \n    open override func continueTracking(_ touch: UITouch, with _: UIEvent?) -> Bool {\n        let degree = Math.pointPairToBearingDegrees(center, endPoint: touch.location(in: self))\n        latestDegree = degree\n        layout(degree)\n        let value = Float(Math.adjustValue(startAngle, degree: degree, maxValue: self.maxValue, minValue: self.minValue))\n        self.value = value\n        return true\n    }\n    \n    open func changeOptions(_ options: [CircleSliderOption]) {\n        build(options)\n        redraw()\n    }\n    \n    fileprivate func redraw() {\n        \n        if trackLayer != nil {\n            trackLayer.removeFromSuperlayer()\n        }\n        trackLayer = TrackLayer(bounds: bounds.insetBy(dx: viewInset, dy: viewInset), setting: createLayerSetting())\n        if thumbView != nil {\n            thumbView.removeFromSuperview()\n        }\n        thumbView = UIView(frame: CGRect(x: 0, y: 0, width: thumbWidth, height: thumbWidth))\n        layout(latestDegree)\n    }\n    \n    fileprivate func build(_ options: [CircleSliderOption]) {\n        for option in options {\n            switch option {\n            case let .startAngle(value):\n                self.startAngle = value\n                latestDegree = self.startAngle\n            case let .barColor(value):\n                self.barColor = value\n            case let .trackingColor(value):\n                self.trackingColor = value\n            case let .thumbColor(value):\n                self.thumbColor = value\n            case let .barWidth(value):\n                self.barWidth = value\n            case let .thumbWidth(value):\n                self.thumbWidth = value\n            case let .maxValue(value):\n                self.maxValue = value\n                // Adjust because value not rise up to the maxValue\n                self.maxValue += 1\n            case let .minValue(value):\n                self.minValue = value\n                _value = self.minValue\n            case let .sliderEnabled(value):\n                self.sliderEnabled = value\n            case let .viewInset(value):\n                self.viewInset = value\n            case let .minMaxSwitchTreshold(value):\n                self.minMaxSwitchTreshold = value\n            case let .thumbImage(value):\n                self.thumbImage = value\n            case let .thumbPosition(value):\n                self.thumbPosition = value\n            }\n        }\n    }\n    \n    fileprivate func layout(_ degree: Double) {\n        if let trackLayer = self.trackLayer, let thumbView = self.thumbView {\n            trackLayer.degree = degree\n            thumbView.center = thumbCenter(degree)\n            trackLayer.setNeedsDisplay()\n        }\n    }\n    \n    fileprivate func createLayerSetting() -> TrackLayer.Setting {\n        var setting = TrackLayer.Setting()\n        setting.startAngle = startAngle\n        setting.barColor = barColor\n        setting.trackingColor = trackingColor\n        setting.barWidth = barWidth\n        return setting\n    }\n    \n    fileprivate func thumbCenter(_ degree: Double) -> CGPoint {\n        let radius = (bounds.insetBy(dx: viewInset, dy: viewInset).width * 0.5) - (barWidth * CGFloat(thumbPosition))\n        return Math.pointFromAngle(frame, angle: degree, radius: Double(radius))\n    }\n}\n\npublic protocol CircleSliderDelegate {\n    func didStartChangeValue()\n    func didReachedMaxValue()\n}\n"
  },
  {
    "path": "Pod/Classes/Math.swift",
    "content": "//\n//  CircleSliderMath.swift\n//  Pods\n//\n//  Created by shushutochako on 11/17/15.\n//  Copyright © 2015 shushutochako. All rights reserved.\n//\n\nimport UIKit\n\ninternal class Math {\n    \n    internal class func degreesToRadians(_ angle: Double) -> Double {\n        return angle / 180 * Double.pi\n    }\n    \n    internal class func pointFromAngle(_ frame: CGRect, angle: Double, radius: Double) -> CGPoint {\n        let radian = degreesToRadians(angle)\n        let x = Double(frame.midX) + cos(radian) * radius\n        let y = Double(frame.midY) + sin(radian) * radius\n        return CGPoint(x: x, y: y)\n    }\n    \n    internal class func pointPairToBearingDegrees(_ startPoint: CGPoint, endPoint: CGPoint) -> Double {\n        let originPoint = CGPoint(x: endPoint.x - startPoint.x, y: endPoint.y - startPoint.y)\n        let bearingRadians = atan2(Double(originPoint.y), Double(originPoint.x))\n        var bearingDegrees = bearingRadians * (180.0 / Double.pi)\n        bearingDegrees = (bearingDegrees > 0.0 ? bearingDegrees : (360.0 + bearingDegrees))\n        return bearingDegrees\n    }\n    \n    internal class func adjustValue(_ startAngle: Double, degree: Double, maxValue: Float, minValue: Float) -> Double {\n        let ratio = Double((maxValue - minValue) / 360)\n        let ratioStart = ratio * startAngle\n        let ratioDegree = ratio * degree\n        let adjustValue: Double\n        if startAngle < 0 {\n            adjustValue = (360 + startAngle) > degree ? (ratioDegree - ratioStart) : (ratioDegree - ratioStart) - (360 * ratio)\n        } else {\n            adjustValue = (360 - (360 - startAngle)) < degree ? (ratioDegree - ratioStart) : (ratioDegree - ratioStart) + (360 * ratio)\n        }\n        return adjustValue + (Double(minValue))\n    }\n    \n    internal class func adjustDegree(_ startAngle: Double, degree: Double) -> Double {\n        return (360 + startAngle) > degree ? degree : -(360 - degree)\n    }\n    \n    internal class func degreeFromValue(_ startAngle: Double, value: Float, maxValue: Float, minValue: Float) -> Double {\n        let ratio = Double((maxValue - minValue) / 360)\n        let angle = Double(value) / ratio\n        return angle + startAngle - (Double(minValue) / ratio)\n    }\n}\n"
  },
  {
    "path": "Pod/Classes/TrackLayer.swift",
    "content": "//\n//  TrackLayer.swift\n//  Pods\n//\n//  Created by shushutochako on 11/17/15.\n//  Copyright © 2015 shushutochako. All rights reserved.\n//\n\nimport UIKit\n\ninternal class TrackLayer: CAShapeLayer {\n    struct Setting {\n        var startAngle = Double()\n        var barWidth = CGFloat()\n        var barColor = UIColor()\n        var trackingColor = UIColor()\n    }\n    internal var setting = Setting()\n    internal var degree: Double = 0\n    internal var hollowRadius: CGFloat {\n        return (self.bounds.width * 0.5) - self.setting.barWidth\n    }\n    internal var currentCenter: CGPoint {\n        return CGPoint(x: self.bounds.midX, y: self.bounds.midY)\n    }\n    internal var hollowRect: CGRect {\n        return CGRect(\n            x: self.currentCenter.x - self.hollowRadius,\n            y: self.currentCenter.y - self.hollowRadius,\n            width: self.hollowRadius * 2.0,\n            height: self.hollowRadius * 2.0)\n    }\n    internal init(bounds: CGRect, setting: Setting) {\n        super.init()\n        self.bounds = bounds\n        self.setting = setting\n        cornerRadius = self.bounds.size.width * 0.5\n        masksToBounds = true\n        position = currentCenter\n        backgroundColor = self.setting.barColor.cgColor\n        mask()\n    }\n    \n    required init?(coder _: NSCoder) {\n        fatalError(\"init(coder:) has not been implemented\")\n    }\n    \n    internal override func draw(in ctx: CGContext) {\n        drawTrack(ctx: ctx)\n    }\n    \n    private func mask() {\n        let maskLayer = CAShapeLayer()\n        maskLayer.bounds = bounds\n        let ovalRect = hollowRect\n        let path = UIBezierPath(ovalIn: ovalRect)\n        path.append(UIBezierPath(rect: maskLayer.bounds))\n        maskLayer.path = path.cgPath\n        maskLayer.position = currentCenter\n        maskLayer.fillRule = kCAFillRuleEvenOdd\n        mask = maskLayer\n    }\n    \n    private func drawTrack(ctx: CGContext) {\n        let adjustDegree = Math.adjustDegree(setting.startAngle, degree: self.degree)\n        let centerX = currentCenter.x\n        let centerY = currentCenter.y\n        let radius = min(centerX, centerY)\n        ctx.setFillColor(setting.trackingColor.cgColor)\n        ctx.beginPath()\n        ctx.move(to: CGPoint(x: centerX, y: centerY))\n        ctx.addArc(center: CGPoint(x: centerX, y: centerY),\n                   radius: radius,\n                   startAngle: CGFloat(Math.degreesToRadians(setting.startAngle)),\n                   endAngle: CGFloat(Math.degreesToRadians(adjustDegree)),\n                   clockwise: false)\n        ctx.closePath()\n        ctx.fillPath()\n    }\n}\n"
  },
  {
    "path": "README.md",
    "content": "# CircleSlider\n\n[![CI Status](http://img.shields.io/travis/shushutochako/CircleSlider.svg?style=flat)](https://travis-ci.org/shushutochako/CircleSlider)\n[![Version](https://img.shields.io/cocoapods/v/CircleSlider.svg?style=flat)](http://cocoapods.org/pods/CircleSlider)\n[![License](https://img.shields.io/cocoapods/l/CircleSlider.svg?style=flat)](http://cocoapods.org/pods/CircleSlider)\n[![Platform](https://img.shields.io/cocoapods/p/CircleSlider.svg?style=flat)](http://cocoapods.org/pods/CircleSlider)\n\n## Description and [appetize.io`s DEMO](https://appetize.io/app/mf8uu1ktc0r83tz4v2kzzumygm)\n![](https://github.com/shushutochako/CircleSlider/blob/master/ScreenShots/Screenshot.gif)\n\n## Usage\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n- iOS 8.0+\n- Xcode 8.0\n\n## Installation\n\n### CocoaPods(iOS 8+)\nCircleSlider is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\nuse_frameworks!\npod \"CircleSlider\"\n```\n\n### Manual Installation\nThe class file required for CircleSlider is located in the Classes folder in the root of this repository as listed below:\n```\nCircleSlider.swift\nTrackLayer.swift\nMath.swift\n```\n\n## Usage\nTo run the example project, clone the repo, and run pod install from the Example directory first.\n\n### Simple\n```\nself.circleSlider = CircleSlider(frame: self.sliderArea.bounds, options: nil)\nself.circleSlider?.addTarget(self, action: Selector(\"valueChange:\"), forControlEvents: .ValueChanged)\nself.sliderArea.addSubview(self.circleSlider)\n```\n\n### Custom\n```\nlet options = [\n.BarColor(UIColor(red: 198/255, green: 244/255, blue: 23/255, alpha: 0.2)),\n.ThumbColor(UIColor(red: 141/255, green: 185/255, blue: 204/255, alpha: 1)),\n.TrackingColor(UIColor(red: 78/255, green: 136/255, blue: 185/255, alpha: 1)),\n.BarWidth(20),\n.StartAngle(-45),\n.MaxValue(150),\n.MinValue(20)\n]\nself.circleSlider = CircleSlider(frame: self.sliderArea.bounds, options: options)\nself.circleSlider?.addTarget(self, action: Selector(\"valueChange:\"), forControlEvents: .ValueChanged)\nself.sliderArea.addSubview(self.circleSlider)\n\n```\n\n### Change options after instantiation\n```\nself.circleSlider.changeOptions([.BarWidth(45)])\n```\n\n## Customization\n- ``case StartAngle(Double)``\n- ``case BarColor(UIColor)``\n- ``case TrackingColor(UIColor)``\n- ``case ThumbColor(UIColor)``\n- ``case ThumbImage(UIImage)``\n- ``case BarWidth(CGFloat)``\n- ``case ThumbWidth(CGFloat)``\n- ``case MaxValue(Float)``\n- ``case MinValue(Float)``\n- ``case SliderEnabled(Bool) ``\n    - If you want to use as a progress, it should be this to false\n- ``case ViewInset(CGFloat) ``\n- ``case MinMaxSwitchTreshold(Float) ``\n\n\n## Author\nshushutochako, shushutochako22@gmail.com\n\n## License\nCircleSlider is available under the MIT license. See the LICENSE file for more info.\n"
  }
]