[
  {
    "path": ".gitignore",
    "content": "# OS X\n.DS_Store\n\n# Xcode\nbuild/\n*.pbxuser\n!default.pbxuser\n*.mode1v3\n!default.mode1v3\n*.mode2v3\n!default.mode2v3\n*.perspectivev3\n!default.perspectivev3\nxcuserdata\n*.xccheckout\nprofile\n*.moved-aside\nDerivedData\n*.hmap\n*.ipa\n\n# Bundler\n.bundle\n\n# 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": ".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\ninstall:\n- gem install xcpretty --no-rdoc --no-ri --no-document --quiet\nscript:\n- set -o pipefail && xcodebuild test -workspace Example/DXCustomCallout-ObjC.xcworkspace -scheme DXCustomCallout-ObjC-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c\n- pod lib lint --quick\n"
  },
  {
    "path": "DXCustomCallout-ObjC.podspec",
    "content": "#\n# Be sure to run `pod lib lint DXCustomCallout-ObjC.podspec' to ensure this is a\n# valid spec and remove all comments before submitting the spec.\n#\n# Any lines starting with a # are optional, but encouraged\n#\n# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html\n#\n\nPod::Spec.new do |s|\n  s.name             = \"DXCustomCallout-ObjC\"\n  s.version          = \"0.2.0\"\n  s.summary          = \"A simpler approach to CustomCallouts on MKMapview\"\n  s.description      = <<-DESC\nDXAnnotationView takes a PinView and a CalloutView as UIViews and beautifully displays it in MKMapView. It is;\n                       * Easy to use\n                       * Highly configurable\n                       DESC\n  s.homepage         = \"https://github.com/s3lvin/DXCustomCallout-ObjC\"\n  s.screenshots     = \"http://s26.postimg.org/68lrdhei1/i_OS_Simulator_Screen_Shot_13_Apr_2015_1_02_35_am.png\"\n  s.license          = 'MIT'\n  s.author           = { \"s3lvin\" => \"mariaselvin@gmail.com\" }\n  s.source           = { :git => \"https://github.com/s3lvin/DXCustomCallout-ObjC.git\", :tag => s.version.to_s }\n\n  s.platform     = :ios, '7.0'\n  s.requires_arc = true\n\n  s.source_files = 'Pod/Classes/**/*'\n\n#s.public_header_files = 'Pod/Classes/**/*.h'\n  s.frameworks = 'UIKit', 'MapKit'\n\nend\n"
  },
  {
    "path": "Example/DXCustomCallout-ObjC/Base.lproj/Main_iPad.storyboard",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB\" version=\"3.0\" toolsVersion=\"7531\" systemVersion=\"14D131\" targetRuntime=\"iOS.CocoaTouch.iPad\" propertyAccessControl=\"none\" useAutolayout=\"YES\" initialViewController=\"BYZ-38-t0r\">\n    <dependencies>\n        <deployment identifier=\"iOS\"/>\n        <plugIn identifier=\"com.apple.InterfaceBuilder.IBCocoaTouchPlugin\" version=\"7520\"/>\n    </dependencies>\n    <scenes>\n        <!--View Controller-->\n        <scene sceneID=\"tne-QT-ifu\">\n            <objects>\n                <viewController id=\"BYZ-38-t0r\" customClass=\"DXViewController\" sceneMemberID=\"viewController\">\n                    <layoutGuides>\n                        <viewControllerLayoutGuide type=\"top\" id=\"y3c-jy-aDJ\"/>\n                        <viewControllerLayoutGuide type=\"bottom\" id=\"wfy-db-euE\"/>\n                    </layoutGuides>\n                    <view key=\"view\" contentMode=\"scaleToFill\" id=\"8bC-Xf-vdC\">\n                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"768\" height=\"1024\"/>\n                        <autoresizingMask key=\"autoresizingMask\" widthSizable=\"YES\" heightSizable=\"YES\"/>\n                        <subviews>\n                            <mapView clipsSubviews=\"YES\" multipleTouchEnabled=\"YES\" contentMode=\"scaleToFill\" fixedFrame=\"YES\" mapType=\"standard\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"8RY-oE-tPj\">\n                                <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"768\" height=\"1024\"/>\n                                <connections>\n                                    <outlet property=\"delegate\" destination=\"BYZ-38-t0r\" id=\"Pvq-cj-FGl\"/>\n                                </connections>\n                            </mapView>\n                        </subviews>\n                        <color key=\"backgroundColor\" white=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"calibratedWhite\"/>\n                    </view>\n                    <connections>\n                        <outlet property=\"mapView\" destination=\"8RY-oE-tPj\" id=\"9xy-JF-HQd\"/>\n                    </connections>\n                </viewController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"dkx-z0-nzr\" sceneMemberID=\"firstResponder\"/>\n            </objects>\n        </scene>\n    </scenes>\n    <simulatedMetricsContainer key=\"defaultSimulatedMetrics\">\n        <simulatedStatusBarMetrics key=\"statusBar\"/>\n        <simulatedOrientationMetrics key=\"orientation\"/>\n        <simulatedScreenMetrics key=\"destination\"/>\n    </simulatedMetricsContainer>\n</document>\n"
  },
  {
    "path": "Example/DXCustomCallout-ObjC/Base.lproj/Main_iPhone.storyboard",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB\" version=\"3.0\" toolsVersion=\"7531\" systemVersion=\"14D131\" targetRuntime=\"iOS.CocoaTouch\" propertyAccessControl=\"none\" useAutolayout=\"YES\" initialViewController=\"vXZ-lx-hvc\">\n    <dependencies>\n        <deployment identifier=\"iOS\"/>\n        <plugIn identifier=\"com.apple.InterfaceBuilder.IBCocoaTouchPlugin\" version=\"7520\"/>\n    </dependencies>\n    <scenes>\n        <!--View Controller-->\n        <scene sceneID=\"ufC-wZ-h7g\">\n            <objects>\n                <viewController id=\"vXZ-lx-hvc\" customClass=\"DXViewController\" 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=\"320\" height=\"568\"/>\n                        <autoresizingMask key=\"autoresizingMask\" flexibleMaxX=\"YES\" flexibleMaxY=\"YES\"/>\n                        <subviews>\n                            <mapView clipsSubviews=\"YES\" multipleTouchEnabled=\"YES\" contentMode=\"scaleToFill\" fixedFrame=\"YES\" mapType=\"standard\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"fu8-rV-qXg\">\n                                <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"320\" height=\"568\"/>\n                                <connections>\n                                    <outlet property=\"delegate\" destination=\"vXZ-lx-hvc\" id=\"TK1-li-kTC\"/>\n                                </connections>\n                            </mapView>\n                        </subviews>\n                        <color key=\"backgroundColor\" white=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"calibratedWhite\"/>\n                    </view>\n                    <connections>\n                        <outlet property=\"mapView\" destination=\"fu8-rV-qXg\" id=\"maB-OB-56d\"/>\n                    </connections>\n                </viewController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"x5A-6p-PRh\" sceneMemberID=\"firstResponder\"/>\n            </objects>\n        </scene>\n    </scenes>\n    <simulatedMetricsContainer key=\"defaultSimulatedMetrics\">\n        <simulatedStatusBarMetrics key=\"statusBar\"/>\n        <simulatedOrientationMetrics key=\"orientation\"/>\n        <simulatedScreenMetrics key=\"destination\" type=\"retina4\"/>\n    </simulatedMetricsContainer>\n</document>\n"
  },
  {
    "path": "Example/DXCustomCallout-ObjC/DXAppDelegate.h",
    "content": "//\n//  DXAppDelegate.h\n//  DXCustomCallout-ObjC\n//\n//  Created by CocoaPods on 04/13/2015.\n//  Copyright (c) 2014 s3lvin. All rights reserved.\n//\n\n#import <UIKit/UIKit.h>\n\n@interface DXAppDelegate : UIResponder <UIApplicationDelegate>\n\n@property (strong, nonatomic) UIWindow *window;\n\n@end\n"
  },
  {
    "path": "Example/DXCustomCallout-ObjC/DXAppDelegate.m",
    "content": "//\n//  DXAppDelegate.m\n//  DXCustomCallout-ObjC\n//\n//  Created by CocoaPods on 04/13/2015.\n//  Copyright (c) 2014 s3lvin. All rights reserved.\n//\n\n#import \"DXAppDelegate.h\"\n\n@implementation DXAppDelegate\n\n- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions\n{\n    // Override point for customization after application launch.\n    return YES;\n}\n\t\t\t\t\t\t\t\n- (void)applicationWillResignActive:(UIApplication *)application\n{\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- (void)applicationDidEnterBackground:(UIApplication *)application\n{\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- (void)applicationWillEnterForeground:(UIApplication *)application\n{\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- (void)applicationDidBecomeActive:(UIApplication *)application\n{\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- (void)applicationWillTerminate:(UIApplication *)application\n{\n    // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.\n}\n\n@end\n"
  },
  {
    "path": "Example/DXCustomCallout-ObjC/DXCustomCallout-ObjC-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>CFBundleDisplayName</key>\n\t<string>${PRODUCT_NAME}</string>\n\t<key>CFBundleExecutable</key>\n\t<string>${EXECUTABLE_NAME}</string>\n\t<key>CFBundleIdentifier</key>\n\t<string>org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}</string>\n\t<key>CFBundleInfoDictionaryVersion</key>\n\t<string>6.0</string>\n\t<key>CFBundleName</key>\n\t<string>${PRODUCT_NAME}</string>\n\t<key>CFBundlePackageType</key>\n\t<string>APPL</string>\n\t<key>CFBundleShortVersionString</key>\n\t<string>1.0</string>\n\t<key>CFBundleSignature</key>\n\t<string>????</string>\n\t<key>CFBundleVersion</key>\n\t<string>1.0</string>\n\t<key>LSRequiresIPhoneOS</key>\n\t<true/>\n\t<key>UIMainStoryboardFile</key>\n\t<string>Main_iPhone</string>\n\t<key>UIMainStoryboardFile~ipad</key>\n\t<string>Main_iPad</string>\n\t<key>UIRequiredDeviceCapabilities</key>\n\t<array>\n\t\t<string>armv7</string>\n\t</array>\n\t<key>UISupportedInterfaceOrientations</key>\n\t<array>\n\t\t<string>UIInterfaceOrientationPortrait</string>\n\t\t<string>UIInterfaceOrientationLandscapeLeft</string>\n\t\t<string>UIInterfaceOrientationLandscapeRight</string>\n\t</array>\n\t<key>UISupportedInterfaceOrientations~ipad</key>\n\t<array>\n\t\t<string>UIInterfaceOrientationPortrait</string>\n\t\t<string>UIInterfaceOrientationPortraitUpsideDown</string>\n\t\t<string>UIInterfaceOrientationLandscapeLeft</string>\n\t\t<string>UIInterfaceOrientationLandscapeRight</string>\n\t</array>\n</dict>\n</plist>\n"
  },
  {
    "path": "Example/DXCustomCallout-ObjC/DXCustomCallout-ObjC-Prefix.pch",
    "content": "//\n//  Prefix header\n//\n//  The contents of this file are implicitly included at the beginning of every source file.\n//\n\n#import <Availability.h>\n\n#ifndef __IPHONE_5_0\n#warning \"This project uses features only available in iOS SDK 5.0 and later.\"\n#endif\n\n#ifdef __OBJC__\n    #import <UIKit/UIKit.h>\n    #import <Foundation/Foundation.h>\n    #import <MapKit/MapKit.h>\n    #import <DXAnnotationView.h>\n    #import <DXAnnotationSettings.h>\n#endif\n"
  },
  {
    "path": "Example/DXCustomCallout-ObjC/DXViewController.h",
    "content": "//\n//  DXViewController.h\n//  DXCustomCallout-ObjC\n//\n//  Created by s3lvin on 04/13/2015.\n//  Copyright (c) 2014 s3lvin. All rights reserved.\n//\n\n#import <UIKit/UIKit.h>\n\n@interface DXViewController : UIViewController\n\n@end\n"
  },
  {
    "path": "Example/DXCustomCallout-ObjC/DXViewController.m",
    "content": "//\n//  DXViewController.m\n//  DXCustomCallout-ObjC\n//\n//  Created by s3lvin on 04/13/2015.\n//  Copyright (c) 2014 s3lvin. All rights reserved.\n//\n\n#import \"DXViewController.h\"\n\n@interface DXAnnotation : NSObject <MKAnnotation>\n\n@property(nonatomic, assign) CLLocationCoordinate2D coordinate;\n\n@end\n\n@interface DXViewController () <MKMapViewDelegate>\n\n@property(weak, nonatomic) IBOutlet MKMapView *mapView;\n\n@end\n\n@implementation DXViewController\n\n- (void)viewDidLoad {\n    [super viewDidLoad];\n\n    DXAnnotation *annotation1 = [DXAnnotation new];\n    annotation1.coordinate = CLLocationCoordinate2DMake(12.9667, 77.5667);\n    [self.mapView addAnnotation:annotation1];\n\n    DXAnnotation *ann2 = [DXAnnotation new];\n    ann2.coordinate = CLLocationCoordinate2DMake(44.518640, 11.362665);\n    \n    DXAnnotation *ann3 = [DXAnnotation new];\n    ann3.coordinate = CLLocationCoordinate2DMake(44.521318, 11.374080);\n    \n    DXAnnotation *ann4 = [DXAnnotation new];\n    ann4.coordinate = CLLocationCoordinate2DMake(44.500746, 11.345394);\n    \n    DXAnnotation *ann5 = [DXAnnotation new];\n    ann5.coordinate = CLLocationCoordinate2DMake(44.490537, 11.358033);\n    \n    DXAnnotation *ann6 = [DXAnnotation new];\n    ann6.coordinate = CLLocationCoordinate2DMake(44.504082, 11.354256);\n    \n    [self.mapView addAnnotation:ann2];\n    [self.mapView addAnnotation:ann3];\n    [self.mapView addAnnotation:ann4];\n    [self.mapView addAnnotation:ann5];\n    [self.mapView addAnnotation:ann6];\n    \n    [self.mapView setRegion:MKCoordinateRegionMakeWithDistance(ann2.coordinate, 10000, 10000)];\n}\n\n- (MKAnnotationView *)mapView:(MKMapView *)mapView\n            viewForAnnotation:(id<MKAnnotation>)annotation {\n\n    if ([annotation isKindOfClass:[DXAnnotation class]]) {\n\n        UIImageView *pinView = nil;\n\n        UIView *calloutView = nil;\n\n        DXAnnotationView *annotationView = (DXAnnotationView *)[mapView dequeueReusableAnnotationViewWithIdentifier:NSStringFromClass([DXAnnotationView class])];\n        if (!annotationView) {\n            pinView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@\"pin\"]];\n            calloutView = [[[NSBundle mainBundle] loadNibNamed:@\"myView\" owner:self options:nil] firstObject];\n            \n            annotationView = [[DXAnnotationView alloc] initWithAnnotation:annotation\n                                                          reuseIdentifier:NSStringFromClass([DXAnnotationView class])\n                                                                  pinView:pinView\n                                                              calloutView:calloutView\n                                                                 settings:[DXAnnotationSettings defaultSettings]];\n        }else {\n            \n            //Changing PinView's image to test the recycle\n            pinView = (UIImageView *)annotationView.pinView;\n            pinView.image = [UIImage imageNamed:@\"car-blue-icon\"];\n        }\n        \n        \n        return annotationView;\n    }\n    return nil;\n}\n\n- (void)mapView:(MKMapView *)mapView didDeselectAnnotationView:(MKAnnotationView *)view {\n    if ([view isKindOfClass:[DXAnnotationView class]]) {\n        [((DXAnnotationView *)view)hideCalloutView];\n        view.layer.zPosition = -1;\n    }\n}\n\n- (void)mapView:(MKMapView *)mapView didSelectAnnotationView:(MKAnnotationView *)view {\n    if ([view isKindOfClass:[DXAnnotationView class]]) {\n        [((DXAnnotationView *)view)showCalloutView];\n        view.layer.zPosition = 0;\n    }\n}\n\n- (void)didReceiveMemoryWarning {\n    [super didReceiveMemoryWarning];\n    // Dispose of any resources that can be recreated.\n}\n\n@end\n\n@implementation DXAnnotation\n\n@end"
  },
  {
    "path": "Example/DXCustomCallout-ObjC/Images.xcassets/AppIcon.appiconset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"iphone\",\n      \"size\" : \"29x29\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"iphone\",\n      \"size\" : \"40x40\",\n      \"scale\" : \"2x\"\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\" : \"ipad\",\n      \"size\" : \"29x29\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"ipad\",\n      \"size\" : \"29x29\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"ipad\",\n      \"size\" : \"40x40\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"ipad\",\n      \"size\" : \"40x40\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"ipad\",\n      \"size\" : \"76x76\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"ipad\",\n      \"size\" : \"76x76\",\n      \"scale\" : \"2x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/DXCustomCallout-ObjC/Images.xcassets/LaunchImage.launchimage/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"orientation\" : \"portrait\",\n      \"idiom\" : \"iphone\",\n      \"extent\" : \"full-screen\",\n      \"minimum-system-version\" : \"7.0\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"orientation\" : \"portrait\",\n      \"idiom\" : \"iphone\",\n      \"subtype\" : \"retina4\",\n      \"extent\" : \"full-screen\",\n      \"minimum-system-version\" : \"7.0\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"orientation\" : \"portrait\",\n      \"idiom\" : \"ipad\",\n      \"extent\" : \"full-screen\",\n      \"minimum-system-version\" : \"7.0\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"orientation\" : \"landscape\",\n      \"idiom\" : \"ipad\",\n      \"extent\" : \"full-screen\",\n      \"minimum-system-version\" : \"7.0\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"orientation\" : \"portrait\",\n      \"idiom\" : \"ipad\",\n      \"extent\" : \"full-screen\",\n      \"minimum-system-version\" : \"7.0\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"orientation\" : \"landscape\",\n      \"idiom\" : \"ipad\",\n      \"extent\" : \"full-screen\",\n      \"minimum-system-version\" : \"7.0\",\n      \"scale\" : \"2x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}\n"
  },
  {
    "path": "Example/DXCustomCallout-ObjC/Images.xcassets/car-blue-icon.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"car-blue-icon.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/DXCustomCallout-ObjC/Images.xcassets/pin.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"pin.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "Example/DXCustomCallout-ObjC/en.lproj/InfoPlist.strings",
    "content": "/* Localized versions of Info.plist keys */\n\n"
  },
  {
    "path": "Example/DXCustomCallout-ObjC/main.m",
    "content": "//\n//  main.m\n//  DXCustomCallout-ObjC\n//\n//  Created by s3lvin on 04/13/2015.\n//  Copyright (c) 2014 s3lvin. All rights reserved.\n//\n\n#import <UIKit/UIKit.h>\n\n#import \"DXAppDelegate.h\"\n\nint main(int argc, char * argv[])\n{\n    @autoreleasepool {\n        return UIApplicationMain(argc, argv, nil, NSStringFromClass([DXAppDelegate class]));\n    }\n}\n"
  },
  {
    "path": "Example/DXCustomCallout-ObjC/myView.xib",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.XIB\" version=\"3.0\" toolsVersion=\"7531\" systemVersion=\"14D131\" targetRuntime=\"iOS.CocoaTouch\" propertyAccessControl=\"none\" useAutolayout=\"YES\" useTraitCollections=\"YES\">\n    <dependencies>\n        <deployment identifier=\"iOS\"/>\n        <plugIn identifier=\"com.apple.InterfaceBuilder.IBCocoaTouchPlugin\" version=\"7520\"/>\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=\"282\" height=\"50\"/>\n            <autoresizingMask key=\"autoresizingMask\"/>\n            <subviews>\n                <segmentedControl opaque=\"NO\" contentMode=\"scaleToFill\" fixedFrame=\"YES\" contentHorizontalAlignment=\"left\" contentVerticalAlignment=\"top\" segmentControlStyle=\"bordered\" selectedSegmentIndex=\"0\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"bMl-lN-waH\">\n                    <rect key=\"frame\" x=\"80\" y=\"11\" width=\"123\" height=\"29\"/>\n                    <segments>\n                        <segment title=\"First\"/>\n                        <segment title=\"Second\"/>\n                    </segments>\n                    <color key=\"tintColor\" red=\"0.3294117647\" green=\"0.56470588239999997\" blue=\"0.61568627450000002\" alpha=\"1\" colorSpace=\"calibratedRGB\"/>\n                </segmentedControl>\n                <switch opaque=\"NO\" contentMode=\"scaleToFill\" horizontalHuggingPriority=\"750\" verticalHuggingPriority=\"750\" fixedFrame=\"YES\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" on=\"YES\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"zXO-hq-w9X\">\n                    <rect key=\"frame\" x=\"225\" y=\"10\" width=\"51\" height=\"31\"/>\n                    <color key=\"onTintColor\" red=\"0.32941176470588235\" green=\"0.56470588235294117\" blue=\"0.61568627450980395\" alpha=\"1\" colorSpace=\"calibratedRGB\"/>\n                </switch>\n                <imageView userInteractionEnabled=\"NO\" contentMode=\"scaleToFill\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" fixedFrame=\"YES\" image=\"car-blue-icon\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"UFj-e0-cyp\">\n                    <rect key=\"frame\" x=\"8\" y=\"0.0\" width=\"50\" height=\"50\"/>\n                </imageView>\n            </subviews>\n            <color key=\"backgroundColor\" white=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"calibratedWhite\"/>\n            <nil key=\"simulatedStatusBarMetrics\"/>\n            <freeformSimulatedSizeMetrics key=\"simulatedDestinationMetrics\"/>\n            <point key=\"canvasLocation\" x=\"44\" y=\"364\"/>\n        </view>\n    </objects>\n    <resources>\n        <image name=\"car-blue-icon\" width=\"128\" height=\"128\"/>\n    </resources>\n</document>\n"
  },
  {
    "path": "Example/DXCustomCallout-ObjC.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\t11AC0D971ADAFAF8004A629A /* myView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 11AC0D961ADAFAF8004A629A /* myView.xib */; };\n\t\t57F7B703970580BED8D3F261 /* libPods-Tests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E1887B2802449DB13BD8970 /* libPods-Tests.a */; };\n\t\t6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };\n\t\t6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };\n\t\t6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };\n\t\t6003F598195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F596195388D20070C39A /* InfoPlist.strings */; };\n\t\t6003F59A195388D20070C39A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F599195388D20070C39A /* main.m */; };\n\t\t6003F59E195388D20070C39A /* DXAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F59D195388D20070C39A /* DXAppDelegate.m */; };\n\t\t6003F5A1195388D20070C39A /* Main_iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6003F59F195388D20070C39A /* Main_iPhone.storyboard */; };\n\t\t6003F5A4195388D20070C39A /* Main_iPad.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5A2195388D20070C39A /* Main_iPad.storyboard */; };\n\t\t6003F5A7195388D20070C39A /* DXViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5A6195388D20070C39A /* DXViewController.m */; };\n\t\t6003F5A9195388D20070C39A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5A8195388D20070C39A /* Images.xcassets */; };\n\t\t6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F5AF195388D20070C39A /* XCTest.framework */; };\n\t\t6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };\n\t\t6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };\n\t\t6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; };\n\t\t6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; };\n\t\t6D99F8811D11046264A12E59 /* libPods-DXCustomCallout-ObjC.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EF0EDC8DD0BD5AEAE596A755 /* libPods-DXCustomCallout-ObjC.a */; };\n/* End PBXBuildFile section */\n\n/* Begin PBXContainerItemProxy section */\n\t\t6003F5B3195388D20070C39A /* PBXContainerItemProxy */ = {\n\t\t\tisa = PBXContainerItemProxy;\n\t\t\tcontainerPortal = 6003F582195388D10070C39A /* Project object */;\n\t\t\tproxyType = 1;\n\t\t\tremoteGlobalIDString = 6003F589195388D20070C39A;\n\t\t\tremoteInfo = \"DXCustomCallout-ObjC\";\n\t\t};\n/* End PBXContainerItemProxy section */\n\n/* Begin PBXFileReference section */\n\t\t11AC0D961ADAFAF8004A629A /* myView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = myView.xib; sourceTree = \"<group>\"; };\n\t\t2E1887B2802449DB13BD8970 /* libPods-Tests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = \"libPods-Tests.a\"; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t4A33D774E30B97BFF81FD6B3 /* Pods-DXCustomCallout-ObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-DXCustomCallout-ObjC.debug.xcconfig\"; path = \"Pods/Target Support Files/Pods-DXCustomCallout-ObjC/Pods-DXCustomCallout-ObjC.debug.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t5BE4009AFBE04B20E4EB3ED9 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = \"<group>\"; };\n\t\t6003F58A195388D20070C39A /* DXCustomCallout-ObjC.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = \"DXCustomCallout-ObjC.app\"; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };\n\t\t6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };\n\t\t6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };\n\t\t6003F595195388D20070C39A /* DXCustomCallout-ObjC-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = \"DXCustomCallout-ObjC-Info.plist\"; sourceTree = \"<group>\"; };\n\t\t6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = \"<group>\"; };\n\t\t6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = \"<group>\"; };\n\t\t6003F59B195388D20070C39A /* DXCustomCallout-ObjC-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = \"DXCustomCallout-ObjC-Prefix.pch\"; sourceTree = \"<group>\"; };\n\t\t6003F59C195388D20070C39A /* DXAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DXAppDelegate.h; sourceTree = \"<group>\"; };\n\t\t6003F59D195388D20070C39A /* DXAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DXAppDelegate.m; sourceTree = \"<group>\"; };\n\t\t6003F5A0195388D20070C39A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main_iPhone.storyboard; sourceTree = \"<group>\"; };\n\t\t6003F5A3195388D20070C39A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main_iPad.storyboard; sourceTree = \"<group>\"; };\n\t\t6003F5A5195388D20070C39A /* DXViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DXViewController.h; sourceTree = \"<group>\"; };\n\t\t6003F5A6195388D20070C39A /* DXViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DXViewController.m; sourceTree = \"<group>\"; };\n\t\t6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = \"<group>\"; };\n\t\t6003F5AE195388D20070C39A /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };\n\t\t6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = \"Tests-Info.plist\"; sourceTree = \"<group>\"; };\n\t\t6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = \"<group>\"; };\n\t\t6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = \"<group>\"; };\n\t\t606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = \"Tests-Prefix.pch\"; sourceTree = \"<group>\"; };\n\t\t60846373611B4BDADA49F1AE /* Pods-Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-Tests.debug.xcconfig\"; path = \"Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t894E6637B8AD0C9A403CD45B /* DXCustomCallout-ObjC.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = \"DXCustomCallout-ObjC.podspec\"; path = \"../DXCustomCallout-ObjC.podspec\"; sourceTree = \"<group>\"; };\n\t\t93E68A797C842B276D7EED1E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = \"<group>\"; };\n\t\tDFA299114547A8ADEB5044A3 /* Pods-DXCustomCallout-ObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-DXCustomCallout-ObjC.release.xcconfig\"; path = \"Pods/Target Support Files/Pods-DXCustomCallout-ObjC/Pods-DXCustomCallout-ObjC.release.xcconfig\"; sourceTree = \"<group>\"; };\n\t\tE7DA2923DA00C04B2D3FC17C /* Pods-Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-Tests.release.xcconfig\"; path = \"Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig\"; sourceTree = \"<group>\"; };\n\t\tEF0EDC8DD0BD5AEAE596A755 /* libPods-DXCustomCallout-ObjC.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = \"libPods-DXCustomCallout-ObjC.a\"; sourceTree = BUILT_PRODUCTS_DIR; };\n/* End PBXFileReference section */\n\n/* Begin PBXFrameworksBuildPhase section */\n\t\t6003F587195388D20070C39A /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */,\n\t\t\t\t6003F592195388D20070C39A /* UIKit.framework in Frameworks */,\n\t\t\t\t6003F58E195388D20070C39A /* Foundation.framework in Frameworks */,\n\t\t\t\t6D99F8811D11046264A12E59 /* libPods-DXCustomCallout-ObjC.a in Frameworks */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\t6003F5AB195388D20070C39A /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */,\n\t\t\t\t6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */,\n\t\t\t\t6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */,\n\t\t\t\t57F7B703970580BED8D3F261 /* libPods-Tests.a 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\t5A78F101234DAA0381498F28 /* Pods */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t4A33D774E30B97BFF81FD6B3 /* Pods-DXCustomCallout-ObjC.debug.xcconfig */,\n\t\t\t\tDFA299114547A8ADEB5044A3 /* Pods-DXCustomCallout-ObjC.release.xcconfig */,\n\t\t\t\t60846373611B4BDADA49F1AE /* Pods-Tests.debug.xcconfig */,\n\t\t\t\tE7DA2923DA00C04B2D3FC17C /* Pods-Tests.release.xcconfig */,\n\t\t\t);\n\t\t\tname = Pods;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t6003F581195388D10070C39A = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t60FF7A9C1954A5C5007DD14C /* Podspec Metadata */,\n\t\t\t\t6003F593195388D20070C39A /* DXCustomCallout-ObjC */,\n\t\t\t\t6003F5B5195388D20070C39A /* Tests */,\n\t\t\t\t6003F58C195388D20070C39A /* Frameworks */,\n\t\t\t\t6003F58B195388D20070C39A /* Products */,\n\t\t\t\t5A78F101234DAA0381498F28 /* Pods */,\n\t\t\t);\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t6003F58B195388D20070C39A /* Products */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t6003F58A195388D20070C39A /* DXCustomCallout-ObjC.app */,\n\t\t\t\t6003F5AE195388D20070C39A /* Tests.xctest */,\n\t\t\t);\n\t\t\tname = Products;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t6003F58C195388D20070C39A /* Frameworks */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t6003F58D195388D20070C39A /* Foundation.framework */,\n\t\t\t\t6003F58F195388D20070C39A /* CoreGraphics.framework */,\n\t\t\t\t6003F591195388D20070C39A /* UIKit.framework */,\n\t\t\t\t6003F5AF195388D20070C39A /* XCTest.framework */,\n\t\t\t\tEF0EDC8DD0BD5AEAE596A755 /* libPods-DXCustomCallout-ObjC.a */,\n\t\t\t\t2E1887B2802449DB13BD8970 /* libPods-Tests.a */,\n\t\t\t);\n\t\t\tname = Frameworks;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t6003F593195388D20070C39A /* DXCustomCallout-ObjC */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t6003F59C195388D20070C39A /* DXAppDelegate.h */,\n\t\t\t\t6003F59D195388D20070C39A /* DXAppDelegate.m */,\n\t\t\t\t6003F59F195388D20070C39A /* Main_iPhone.storyboard */,\n\t\t\t\t6003F5A2195388D20070C39A /* Main_iPad.storyboard */,\n\t\t\t\t6003F5A5195388D20070C39A /* DXViewController.h */,\n\t\t\t\t6003F5A6195388D20070C39A /* DXViewController.m */,\n\t\t\t\t11AC0D961ADAFAF8004A629A /* myView.xib */,\n\t\t\t\t6003F5A8195388D20070C39A /* Images.xcassets */,\n\t\t\t\t6003F594195388D20070C39A /* Supporting Files */,\n\t\t\t);\n\t\t\tpath = \"DXCustomCallout-ObjC\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t6003F594195388D20070C39A /* Supporting Files */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t6003F595195388D20070C39A /* DXCustomCallout-ObjC-Info.plist */,\n\t\t\t\t6003F596195388D20070C39A /* InfoPlist.strings */,\n\t\t\t\t6003F599195388D20070C39A /* main.m */,\n\t\t\t\t6003F59B195388D20070C39A /* DXCustomCallout-ObjC-Prefix.pch */,\n\t\t\t);\n\t\t\tname = \"Supporting Files\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t6003F5B5195388D20070C39A /* Tests */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t6003F5BB195388D20070C39A /* Tests.m */,\n\t\t\t\t6003F5B6195388D20070C39A /* Supporting Files */,\n\t\t\t);\n\t\t\tpath = Tests;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t6003F5B6195388D20070C39A /* Supporting Files */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t6003F5B7195388D20070C39A /* Tests-Info.plist */,\n\t\t\t\t6003F5B8195388D20070C39A /* InfoPlist.strings */,\n\t\t\t\t606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */,\n\t\t\t);\n\t\t\tname = \"Supporting Files\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t894E6637B8AD0C9A403CD45B /* DXCustomCallout-ObjC.podspec */,\n\t\t\t\t5BE4009AFBE04B20E4EB3ED9 /* README.md */,\n\t\t\t\t93E68A797C842B276D7EED1E /* LICENSE */,\n\t\t\t);\n\t\t\tname = \"Podspec Metadata\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXGroup section */\n\n/* Begin PBXNativeTarget section */\n\t\t6003F589195388D20070C39A /* DXCustomCallout-ObjC */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget \"DXCustomCallout-ObjC\" */;\n\t\t\tbuildPhases = (\n\t\t\t\tF064153D5392E9F222B37F18 /* Check Pods Manifest.lock */,\n\t\t\t\t6003F586195388D20070C39A /* Sources */,\n\t\t\t\t6003F587195388D20070C39A /* Frameworks */,\n\t\t\t\t6003F588195388D20070C39A /* Resources */,\n\t\t\t\t0A5F11089196DADCB8E22072 /* 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 = \"DXCustomCallout-ObjC\";\n\t\t\tproductName = \"DXCustomCallout-ObjC\";\n\t\t\tproductReference = 6003F58A195388D20070C39A /* DXCustomCallout-ObjC.app */;\n\t\t\tproductType = \"com.apple.product-type.application\";\n\t\t};\n\t\t6003F5AD195388D20070C39A /* Tests */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget \"Tests\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t00A2B15D31509C5BE882E798 /* Check Pods Manifest.lock */,\n\t\t\t\t6003F5AA195388D20070C39A /* Sources */,\n\t\t\t\t6003F5AB195388D20070C39A /* Frameworks */,\n\t\t\t\t6003F5AC195388D20070C39A /* Resources */,\n\t\t\t\t3A8C66BD0B5D1914663B5A68 /* Copy Pods Resources */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t\t6003F5B4195388D20070C39A /* PBXTargetDependency */,\n\t\t\t);\n\t\t\tname = Tests;\n\t\t\tproductName = \"DXCustomCallout-ObjCTests\";\n\t\t\tproductReference = 6003F5AE195388D20070C39A /* 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\t6003F582195388D10070C39A /* Project object */ = {\n\t\t\tisa = PBXProject;\n\t\t\tattributes = {\n\t\t\t\tCLASSPREFIX = DX;\n\t\t\t\tLastUpgradeCheck = 0510;\n\t\t\t\tORGANIZATIONNAME = s3lvin;\n\t\t\t\tTargetAttributes = {\n\t\t\t\t\t6003F5AD195388D20070C39A = {\n\t\t\t\t\t\tTestTargetID = 6003F589195388D20070C39A;\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t\t};\n\t\t\tbuildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject \"DXCustomCallout-ObjC\" */;\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 = 6003F581195388D10070C39A;\n\t\t\tproductRefGroup = 6003F58B195388D20070C39A /* Products */;\n\t\t\tprojectDirPath = \"\";\n\t\t\tprojectRoot = \"\";\n\t\t\ttargets = (\n\t\t\t\t6003F589195388D20070C39A /* DXCustomCallout-ObjC */,\n\t\t\t\t6003F5AD195388D20070C39A /* Tests */,\n\t\t\t);\n\t\t};\n/* End PBXProject section */\n\n/* Begin PBXResourcesBuildPhase section */\n\t\t6003F588195388D20070C39A /* Resources */ = {\n\t\t\tisa = PBXResourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t11AC0D971ADAFAF8004A629A /* myView.xib in Resources */,\n\t\t\t\t6003F5A4195388D20070C39A /* Main_iPad.storyboard in Resources */,\n\t\t\t\t6003F5A9195388D20070C39A /* Images.xcassets in Resources */,\n\t\t\t\t6003F5A1195388D20070C39A /* Main_iPhone.storyboard in Resources */,\n\t\t\t\t6003F598195388D20070C39A /* InfoPlist.strings in Resources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\t6003F5AC195388D20070C39A /* Resources */ = {\n\t\t\tisa = PBXResourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXResourcesBuildPhase section */\n\n/* Begin PBXShellScriptBuildPhase section */\n\t\t00A2B15D31509C5BE882E798 /* Check Pods Manifest.lock */ = {\n\t\t\tisa = PBXShellScriptBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tinputPaths = (\n\t\t\t);\n\t\t\tname = \"Check Pods Manifest.lock\";\n\t\t\toutputPaths = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"diff \\\"${PODS_ROOT}/../Podfile.lock\\\" \\\"${PODS_ROOT}/Manifest.lock\\\" > /dev/null\\nif [[ $? != 0 ]] ; then\\n    cat << EOM\\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\\nEOM\\n    exit 1\\nfi\\n\";\n\t\t\tshowEnvVarsInLog = 0;\n\t\t};\n\t\t0A5F11089196DADCB8E22072 /* Copy Pods Resources */ = {\n\t\t\tisa = PBXShellScriptBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tinputPaths = (\n\t\t\t);\n\t\t\tname = \"Copy Pods Resources\";\n\t\t\toutputPaths = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"\\\"${SRCROOT}/Pods/Target Support Files/Pods-DXCustomCallout-ObjC/Pods-DXCustomCallout-ObjC-resources.sh\\\"\\n\";\n\t\t\tshowEnvVarsInLog = 0;\n\t\t};\n\t\t3A8C66BD0B5D1914663B5A68 /* Copy Pods Resources */ = {\n\t\t\tisa = PBXShellScriptBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tinputPaths = (\n\t\t\t);\n\t\t\tname = \"Copy Pods Resources\";\n\t\t\toutputPaths = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"\\\"${SRCROOT}/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh\\\"\\n\";\n\t\t\tshowEnvVarsInLog = 0;\n\t\t};\n\t\tF064153D5392E9F222B37F18 /* Check Pods Manifest.lock */ = {\n\t\t\tisa = PBXShellScriptBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tinputPaths = (\n\t\t\t);\n\t\t\tname = \"Check Pods Manifest.lock\";\n\t\t\toutputPaths = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"diff \\\"${PODS_ROOT}/../Podfile.lock\\\" \\\"${PODS_ROOT}/Manifest.lock\\\" > /dev/null\\nif [[ $? != 0 ]] ; then\\n    cat << EOM\\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\\nEOM\\n    exit 1\\nfi\\n\";\n\t\t\tshowEnvVarsInLog = 0;\n\t\t};\n/* End PBXShellScriptBuildPhase section */\n\n/* Begin PBXSourcesBuildPhase section */\n\t\t6003F586195388D20070C39A /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t6003F59E195388D20070C39A /* DXAppDelegate.m in Sources */,\n\t\t\t\t6003F5A7195388D20070C39A /* DXViewController.m in Sources */,\n\t\t\t\t6003F59A195388D20070C39A /* main.m in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\t6003F5AA195388D20070C39A /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t6003F5BC195388D20070C39A /* Tests.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\t6003F5B4195388D20070C39A /* PBXTargetDependency */ = {\n\t\t\tisa = PBXTargetDependency;\n\t\t\ttarget = 6003F589195388D20070C39A /* DXCustomCallout-ObjC */;\n\t\t\ttargetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */;\n\t\t};\n/* End PBXTargetDependency section */\n\n/* Begin PBXVariantGroup section */\n\t\t6003F596195388D20070C39A /* InfoPlist.strings */ = {\n\t\t\tisa = PBXVariantGroup;\n\t\t\tchildren = (\n\t\t\t\t6003F597195388D20070C39A /* en */,\n\t\t\t);\n\t\t\tname = InfoPlist.strings;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t6003F59F195388D20070C39A /* Main_iPhone.storyboard */ = {\n\t\t\tisa = PBXVariantGroup;\n\t\t\tchildren = (\n\t\t\t\t6003F5A0195388D20070C39A /* Base */,\n\t\t\t);\n\t\t\tname = Main_iPhone.storyboard;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t6003F5A2195388D20070C39A /* Main_iPad.storyboard */ = {\n\t\t\tisa = PBXVariantGroup;\n\t\t\tchildren = (\n\t\t\t\t6003F5A3195388D20070C39A /* Base */,\n\t\t\t);\n\t\t\tname = Main_iPad.storyboard;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t6003F5B8195388D20070C39A /* InfoPlist.strings */ = {\n\t\t\tisa = PBXVariantGroup;\n\t\t\tchildren = (\n\t\t\t\t6003F5B9195388D20070C39A /* en */,\n\t\t\t);\n\t\t\tname = InfoPlist.strings;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXVariantGroup section */\n\n/* Begin XCBuildConfiguration section */\n\t\t6003F5BD195388D20070C39A /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++0x\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\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\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\"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 = 7.1;\n\t\t\t\tONLY_ACTIVE_ARCH = YES;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t6003F5BE195388D20070C39A /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++0x\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\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 = YES;\n\t\t\t\tENABLE_NS_ASSERTIONS = NO;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu99;\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 = 7.1;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t\tVALIDATE_PRODUCT = YES;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\t6003F5C0195388D20070C39A /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 4A33D774E30B97BFF81FD6B3 /* Pods-DXCustomCallout-ObjC.debug.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;\n\t\t\t\tASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;\n\t\t\t\tGCC_PRECOMPILE_PREFIX_HEADER = YES;\n\t\t\t\tGCC_PREFIX_HEADER = \"DXCustomCallout-ObjC/DXCustomCallout-ObjC-Prefix.pch\";\n\t\t\t\tINFOPLIST_FILE = \"DXCustomCallout-ObjC/DXCustomCallout-ObjC-Info.plist\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tWRAPPER_EXTENSION = app;\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t6003F5C1195388D20070C39A /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = DFA299114547A8ADEB5044A3 /* Pods-DXCustomCallout-ObjC.release.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;\n\t\t\t\tASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;\n\t\t\t\tGCC_PRECOMPILE_PREFIX_HEADER = YES;\n\t\t\t\tGCC_PREFIX_HEADER = \"DXCustomCallout-ObjC/DXCustomCallout-ObjC-Prefix.pch\";\n\t\t\t\tINFOPLIST_FILE = \"DXCustomCallout-ObjC/DXCustomCallout-ObjC-Info.plist\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tWRAPPER_EXTENSION = app;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\t6003F5C3195388D20070C39A /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 60846373611B4BDADA49F1AE /* Pods-Tests.debug.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tBUNDLE_LOADER = \"$(BUILT_PRODUCTS_DIR)/DXCustomCallout-ObjC.app/DXCustomCallout-ObjC\";\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\t\"$(DEVELOPER_FRAMEWORKS_DIR)\",\n\t\t\t\t);\n\t\t\t\tGCC_PRECOMPILE_PREFIX_HEADER = YES;\n\t\t\t\tGCC_PREFIX_HEADER = \"Tests/Tests-Prefix.pch\";\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/Tests-Info.plist\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tTEST_HOST = \"$(BUNDLE_LOADER)\";\n\t\t\t\tWRAPPER_EXTENSION = xctest;\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t6003F5C4195388D20070C39A /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = E7DA2923DA00C04B2D3FC17C /* Pods-Tests.release.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tBUNDLE_LOADER = \"$(BUILT_PRODUCTS_DIR)/DXCustomCallout-ObjC.app/DXCustomCallout-ObjC\";\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\t\"$(DEVELOPER_FRAMEWORKS_DIR)\",\n\t\t\t\t);\n\t\t\t\tGCC_PRECOMPILE_PREFIX_HEADER = YES;\n\t\t\t\tGCC_PREFIX_HEADER = \"Tests/Tests-Prefix.pch\";\n\t\t\t\tINFOPLIST_FILE = \"Tests/Tests-Info.plist\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tTEST_HOST = \"$(BUNDLE_LOADER)\";\n\t\t\t\tWRAPPER_EXTENSION = xctest;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n/* End XCBuildConfiguration section */\n\n/* Begin XCConfigurationList section */\n\t\t6003F585195388D10070C39A /* Build configuration list for PBXProject \"DXCustomCallout-ObjC\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t6003F5BD195388D20070C39A /* Debug */,\n\t\t\t\t6003F5BE195388D20070C39A /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\t6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget \"DXCustomCallout-ObjC\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t6003F5C0195388D20070C39A /* Debug */,\n\t\t\t\t6003F5C1195388D20070C39A /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\t6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget \"Tests\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t6003F5C3195388D20070C39A /* Debug */,\n\t\t\t\t6003F5C4195388D20070C39A /* 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 = 6003F582195388D10070C39A /* Project object */;\n}\n"
  },
  {
    "path": "Example/DXCustomCallout-ObjC.xcodeproj/project.xcworkspace/contents.xcworkspacedata",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n   version = \"1.0\">\n   <FileRef\n      location = \"self:DXCustomCallout-ObjC.xcodeproj\">\n   </FileRef>\n</Workspace>\n"
  },
  {
    "path": "Example/DXCustomCallout-ObjC.xcodeproj/xcshareddata/xcschemes/DXCustomCallout-ObjC-Example.xcscheme",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0600\"\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 = \"6003F589195388D20070C39A\"\n               BuildableName = \"DXCustomCallout-ObjC.app\"\n               BlueprintName = \"DXCustomCallout-ObjC\"\n               ReferencedContainer = \"container:DXCustomCallout-ObjC.xcodeproj\">\n            </BuildableReference>\n         </BuildActionEntry>\n      </BuildActionEntries>\n   </BuildAction>\n   <TestAction\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.LLDB\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\"\n      buildConfiguration = \"Debug\">\n      <Testables>\n         <TestableReference\n            skipped = \"NO\">\n            <BuildableReference\n               BuildableIdentifier = \"primary\"\n               BlueprintIdentifier = \"6003F5AD195388D20070C39A\"\n               BuildableName = \"Tests.xctest\"\n               BlueprintName = \"Tests\"\n               ReferencedContainer = \"container:DXCustomCallout-ObjC.xcodeproj\">\n            </BuildableReference>\n         </TestableReference>\n      </Testables>\n      <MacroExpansion>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"6003F589195388D20070C39A\"\n            BuildableName = \"DXCustomCallout-ObjC.app\"\n            BlueprintName = \"DXCustomCallout-ObjC\"\n            ReferencedContainer = \"container:DXCustomCallout-ObjC.xcodeproj\">\n         </BuildableReference>\n      </MacroExpansion>\n   </TestAction>\n   <LaunchAction\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.LLDB\"\n      launchStyle = \"0\"\n      useCustomWorkingDirectory = \"NO\"\n      buildConfiguration = \"Debug\"\n      ignoresPersistentStateOnLaunch = \"NO\"\n      debugDocumentVersioning = \"YES\"\n      allowLocationSimulation = \"YES\">\n      <BuildableProductRunnable>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"6003F589195388D20070C39A\"\n            BuildableName = \"DXCustomCallout-ObjC.app\"\n            BlueprintName = \"DXCustomCallout-ObjC\"\n            ReferencedContainer = \"container:DXCustomCallout-ObjC.xcodeproj\">\n         </BuildableReference>\n      </BuildableProductRunnable>\n      <AdditionalOptions>\n      </AdditionalOptions>\n   </LaunchAction>\n   <ProfileAction\n      shouldUseLaunchSchemeArgsEnv = \"YES\"\n      savedToolIdentifier = \"\"\n      useCustomWorkingDirectory = \"NO\"\n      buildConfiguration = \"Release\"\n      debugDocumentVersioning = \"YES\">\n      <BuildableProductRunnable>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"6003F589195388D20070C39A\"\n            BuildableName = \"DXCustomCallout-ObjC.app\"\n            BlueprintName = \"DXCustomCallout-ObjC\"\n            ReferencedContainer = \"container:DXCustomCallout-ObjC.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/DXCustomCallout-ObjC.xcworkspace/contents.xcworkspacedata",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n   version = \"1.0\">\n   <FileRef\n      location = \"group:DXCustomCallout-ObjC.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'\n\ntarget 'DXCustomCallout-ObjC', :exclusive => true do\n  pod \"DXCustomCallout-ObjC\", :path => \"../\"\nend\n\ntarget 'Tests', :exclusive => true do\n  pod \"DXCustomCallout-ObjC\", :path => \"../\"\n\n  \nend\n"
  },
  {
    "path": "Example/Pods/Local Podspecs/DXCustomCallout-ObjC.podspec.json",
    "content": "{\n  \"name\": \"DXCustomCallout-ObjC\",\n  \"version\": \"0.1.0\",\n  \"summary\": \"A simpler approach to CustomCallouts on MKMapview\",\n  \"description\": \"DXAnnotationView takes a PinView and a CalloutView as UIViews and beautifully displays it in MKMapView. It is;\\n                       * Easy to use\\n                       * Highly configurable\\n\",\n  \"homepage\": \"https://github.com/s3lvin/DXCustomCallout-ObjC\",\n  \"screenshots\": \"http://s26.postimg.org/68lrdhei1/i_OS_Simulator_Screen_Shot_13_Apr_2015_1_02_35_am.png\",\n  \"license\": \"MIT\",\n  \"authors\": {\n    \"s3lvin\": \"mariaselvin@gmail.com\"\n  },\n  \"source\": {\n    \"git\": \"https://github.com/s3lvin/DXCustomCallout-ObjC.git\",\n    \"tag\": \"0.1.0\"\n  },\n  \"platforms\": {\n    \"ios\": \"7.0\"\n  },\n  \"requires_arc\": true,\n  \"source_files\": \"Pod/Classes/**/*\",\n  \"frameworks\": [\n    \"UIKit\",\n    \"MapKit\"\n  ]\n}\n"
  },
  {
    "path": "Example/Pods/Pods.xcodeproj/project.pbxproj",
    "content": "// !$*UTF8*$!\n{\n\tarchiveVersion = 1;\n\tclasses = {\n\t};\n\tobjectVersion = 46;\n\tobjects = {\n\n/* Begin PBXBuildFile section */\n\t\t13FDEEAC501E937B14EF5467 /* Pods-Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 33BBF57BD2C9545C8855D7E6 /* Pods-Tests-dummy.m */; };\n\t\t194B2C52A0373E657368566B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 395E7AA208620E168846F2A6 /* Foundation.framework */; };\n\t\t1A5B3F3670EF44BFB4D28994 /* DXAnnotationSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 004A2FB18727F047DD3AF3CD /* DXAnnotationSettings.h */; };\n\t\t23903084152BE1ED6A54EFCB /* DXAnnotationSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 004A2FB18727F047DD3AF3CD /* DXAnnotationSettings.h */; };\n\t\t4F50C7465DD0638A3CD4E0C6 /* DXAnnotationView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C9FB75341B2FC06C43C41F8 /* DXAnnotationView.h */; };\n\t\t4FE5BB317D796D0B658433CB /* Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0806C2AA905E679F08F51F08 /* Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-dummy.m */; };\n\t\t59EFFB5B6B77E45965288B43 /* DXAnnotationView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C9FB75341B2FC06C43C41F8 /* DXAnnotationView.h */; };\n\t\t629CFAF19F4D46C14538FA35 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E5B78CE101466C7907507B7 /* UIKit.framework */; };\n\t\t7352B106350C06043CD48EA1 /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3F2DFFE7B25F33A5E84757F3 /* MapKit.framework */; };\n\t\t9CE8E5F5C682D75F26ED492D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 395E7AA208620E168846F2A6 /* Foundation.framework */; };\n\t\t9D9B86646EECB30B4F78A184 /* Pods-DXCustomCallout-ObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F844355A79980A323632F3F /* Pods-DXCustomCallout-ObjC-dummy.m */; };\n\t\tAF74D60CE6882FA5E28173EA /* DXAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F9D3CB94321C7C6F43E1944 /* DXAnnotationView.m */; };\n\t\tB50B716C82D3DE9729432649 /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3F2DFFE7B25F33A5E84757F3 /* MapKit.framework */; };\n\t\tBA462E9E19C91D44B09B2F12 /* Pods-Tests-DXCustomCallout-ObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C861F75C5FAD56C21B3A49F /* Pods-Tests-DXCustomCallout-ObjC-dummy.m */; };\n\t\tC37599620CFA742604C4B99C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E5B78CE101466C7907507B7 /* UIKit.framework */; };\n\t\tE76B5A455542254DEF6476CF /* DXAnnotationSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = B755852E2704BF69F110D65F /* DXAnnotationSettings.m */; };\n\t\tECA7E3D64834B8F824848677 /* DXAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F9D3CB94321C7C6F43E1944 /* DXAnnotationView.m */; };\n\t\tF2861901E2E4CFA6A60FA604 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 395E7AA208620E168846F2A6 /* Foundation.framework */; };\n\t\tFC00AB4B96EB7401B3AD72DF /* DXAnnotationSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = B755852E2704BF69F110D65F /* DXAnnotationSettings.m */; };\n\t\tFC3CF1948CF782C54E7B087F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 395E7AA208620E168846F2A6 /* Foundation.framework */; };\n/* End PBXBuildFile section */\n\n/* Begin PBXContainerItemProxy section */\n\t\t3607AEA744F4CD29655F2517 /* PBXContainerItemProxy */ = {\n\t\t\tisa = PBXContainerItemProxy;\n\t\t\tcontainerPortal = E102808068AE98DCBDB66504 /* Project object */;\n\t\t\tproxyType = 1;\n\t\t\tremoteGlobalIDString = 1B739FBCC6BBE765E83178B5;\n\t\t\tremoteInfo = \"Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC\";\n\t\t};\n\t\tE5C258B55BF0FA45E90F963D /* PBXContainerItemProxy */ = {\n\t\t\tisa = PBXContainerItemProxy;\n\t\t\tcontainerPortal = E102808068AE98DCBDB66504 /* Project object */;\n\t\t\tproxyType = 1;\n\t\t\tremoteGlobalIDString = A16A2BF9CDB37C00D12FF246;\n\t\t\tremoteInfo = \"Pods-Tests-DXCustomCallout-ObjC\";\n\t\t};\n/* End PBXContainerItemProxy section */\n\n/* Begin PBXFileReference section */\n\t\t004A2FB18727F047DD3AF3CD /* DXAnnotationSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DXAnnotationSettings.h; sourceTree = \"<group>\"; };\n\t\t0806C2AA905E679F08F51F08 /* Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = \"Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-dummy.m\"; sourceTree = \"<group>\"; };\n\t\t15845988114481833F9FC854 /* Pods-Tests-DXCustomCallout-ObjC.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-Tests-DXCustomCallout-ObjC.xcconfig\"; path = \"../Pods-Tests-DXCustomCallout-ObjC/Pods-Tests-DXCustomCallout-ObjC.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t1AA26271218B3A925F3DA144 /* Pods-Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = \"Pods-Tests.debug.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t1C861F75C5FAD56C21B3A49F /* Pods-Tests-DXCustomCallout-ObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = \"Pods-Tests-DXCustomCallout-ObjC-dummy.m\"; path = \"../Pods-Tests-DXCustomCallout-ObjC/Pods-Tests-DXCustomCallout-ObjC-dummy.m\"; sourceTree = \"<group>\"; };\n\t\t1E5B78CE101466C7907507B7 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };\n\t\t1F9D3CB94321C7C6F43E1944 /* DXAnnotationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = DXAnnotationView.m; sourceTree = \"<group>\"; };\n\t\t2AC3F0017D8B1BE3F7A20827 /* Pods-DXCustomCallout-ObjC-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = \"Pods-DXCustomCallout-ObjC-acknowledgements.markdown\"; sourceTree = \"<group>\"; };\n\t\t33BBF57BD2C9545C8855D7E6 /* Pods-Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = \"Pods-Tests-dummy.m\"; sourceTree = \"<group>\"; };\n\t\t395E7AA208620E168846F2A6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };\n\t\t3F2DFFE7B25F33A5E84757F3 /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/MapKit.framework; sourceTree = DEVELOPER_DIR; };\n\t\t4CB7A1A0923FA9C3BAC2516E /* Pods-Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = \"Pods-Tests-acknowledgements.plist\"; sourceTree = \"<group>\"; };\n\t\t62001ED8D9EAB71A18E7E192 /* Pods-DXCustomCallout-ObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = \"Pods-DXCustomCallout-ObjC.release.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t6F844355A79980A323632F3F /* Pods-DXCustomCallout-ObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = \"Pods-DXCustomCallout-ObjC-dummy.m\"; sourceTree = \"<group>\"; };\n\t\t7C9FB75341B2FC06C43C41F8 /* DXAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DXAnnotationView.h; sourceTree = \"<group>\"; };\n\t\t83C3852CA6DE4CF79773D654 /* Pods-DXCustomCallout-ObjC-environment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = \"Pods-DXCustomCallout-ObjC-environment.h\"; sourceTree = \"<group>\"; };\n\t\t84263011708CD1FF214FF470 /* libPods-DXCustomCallout-ObjC-DXCustomCallout-ObjC.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = \"libPods-DXCustomCallout-ObjC-DXCustomCallout-ObjC.a\"; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t854B94EE66D91B2D43BB64F0 /* Pods-Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = \"Pods-Tests-acknowledgements.markdown\"; sourceTree = \"<group>\"; };\n\t\t8AD10D2F70E5D2F2B68868C3 /* Pods-Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = \"Pods-Tests-resources.sh\"; sourceTree = \"<group>\"; };\n\t\t9811E200F7DD48F86B0C81FF /* libPods-DXCustomCallout-ObjC.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = \"libPods-DXCustomCallout-ObjC.a\"; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t98C0879114DD60599CC3152E /* Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = \"Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-Private.xcconfig\"; sourceTree = \"<group>\"; };\n\t\tA68D3057958D7760200E7702 /* Podfile */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };\n\t\tB28B8B79EF96C67D127BDAE5 /* libPods-Tests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = \"libPods-Tests.a\"; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\tB52C5427929FBF6AF5558B26 /* Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = \"Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC.xcconfig\"; sourceTree = \"<group>\"; };\n\t\tB755852E2704BF69F110D65F /* DXAnnotationSettings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = DXAnnotationSettings.m; sourceTree = \"<group>\"; };\n\t\tB851B2F7022F9A01791F75F3 /* Pods-DXCustomCallout-ObjC-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = \"Pods-DXCustomCallout-ObjC-acknowledgements.plist\"; sourceTree = \"<group>\"; };\n\t\tBC974F510F9FB3C6D1600B3D /* Pods-DXCustomCallout-ObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = \"Pods-DXCustomCallout-ObjC.debug.xcconfig\"; sourceTree = \"<group>\"; };\n\t\tCD1F2AAAD35877D016530C61 /* Pods-Tests-environment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = \"Pods-Tests-environment.h\"; sourceTree = \"<group>\"; };\n\t\tD9BF72BD17A3FC179AE6A656 /* Pods-Tests-DXCustomCallout-ObjC-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = \"Pods-Tests-DXCustomCallout-ObjC-prefix.pch\"; path = \"../Pods-Tests-DXCustomCallout-ObjC/Pods-Tests-DXCustomCallout-ObjC-prefix.pch\"; sourceTree = \"<group>\"; };\n\t\tDAFB8846F18BDBF8537DA924 /* Pods-Tests-DXCustomCallout-ObjC-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-Tests-DXCustomCallout-ObjC-Private.xcconfig\"; path = \"../Pods-Tests-DXCustomCallout-ObjC/Pods-Tests-DXCustomCallout-ObjC-Private.xcconfig\"; sourceTree = \"<group>\"; };\n\t\tEE6DD276DE1B88F9DA699ADA /* Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = \"Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-prefix.pch\"; sourceTree = \"<group>\"; };\n\t\tEFD6121F5AA3EE6869608131 /* libPods-Tests-DXCustomCallout-ObjC.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = \"libPods-Tests-DXCustomCallout-ObjC.a\"; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\tFC36B60D1CE49CF424624E98 /* Pods-DXCustomCallout-ObjC-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = \"Pods-DXCustomCallout-ObjC-resources.sh\"; sourceTree = \"<group>\"; };\n\t\tFF53A72E8E0FF68C7CC1F221 /* Pods-Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = \"Pods-Tests.release.xcconfig\"; sourceTree = \"<group>\"; };\n/* End PBXFileReference section */\n\n/* Begin PBXFrameworksBuildPhase section */\n\t\t0C9B1961BD0692C003677100 /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tF2861901E2E4CFA6A60FA604 /* Foundation.framework in Frameworks */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\t155FE3ED6B401F50E197D9C3 /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t9CE8E5F5C682D75F26ED492D /* Foundation.framework in Frameworks */,\n\t\t\t\tB50B716C82D3DE9729432649 /* MapKit.framework in Frameworks */,\n\t\t\t\t629CFAF19F4D46C14538FA35 /* UIKit.framework in Frameworks */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\t7DE9E1FAE67711E03735FF7F /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t194B2C52A0373E657368566B /* Foundation.framework in Frameworks */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\t827B2B866E3F1029AAF28084 /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tFC3CF1948CF782C54E7B087F /* Foundation.framework in Frameworks */,\n\t\t\t\t7352B106350C06043CD48EA1 /* MapKit.framework in Frameworks */,\n\t\t\t\tC37599620CFA742604C4B99C /* UIKit.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\t0657996FE2F560C1B9C10A39 /* iOS */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t395E7AA208620E168846F2A6 /* Foundation.framework */,\n\t\t\t\t3F2DFFE7B25F33A5E84757F3 /* MapKit.framework */,\n\t\t\t\t1E5B78CE101466C7907507B7 /* UIKit.framework */,\n\t\t\t);\n\t\t\tname = iOS;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t229C531A5A1BAE104816D071 /* Development Pods */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t5AFEB1BB0AC3B2E951002957 /* DXCustomCallout-ObjC */,\n\t\t\t);\n\t\t\tname = \"Development Pods\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t3B8DCF41058A7789E884E9FE /* Pod */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tF39EE7F39B10CEBB4FB5DDEE /* Classes */,\n\t\t\t);\n\t\t\tpath = Pod;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t5978D2B9DECEA64678955B5B /* Products */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t9811E200F7DD48F86B0C81FF /* libPods-DXCustomCallout-ObjC.a */,\n\t\t\t\t84263011708CD1FF214FF470 /* libPods-DXCustomCallout-ObjC-DXCustomCallout-ObjC.a */,\n\t\t\t\tB28B8B79EF96C67D127BDAE5 /* libPods-Tests.a */,\n\t\t\t\tEFD6121F5AA3EE6869608131 /* libPods-Tests-DXCustomCallout-ObjC.a */,\n\t\t\t);\n\t\t\tname = Products;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t5AFEB1BB0AC3B2E951002957 /* DXCustomCallout-ObjC */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t3B8DCF41058A7789E884E9FE /* Pod */,\n\t\t\t\tED48384E324A904DE0A3633B /* Support Files */,\n\t\t\t);\n\t\t\tname = \"DXCustomCallout-ObjC\";\n\t\t\tpath = ../..;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t8D7B8A4D1A3EE1288C58A8AC /* Pods-Tests */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t854B94EE66D91B2D43BB64F0 /* Pods-Tests-acknowledgements.markdown */,\n\t\t\t\t4CB7A1A0923FA9C3BAC2516E /* Pods-Tests-acknowledgements.plist */,\n\t\t\t\t33BBF57BD2C9545C8855D7E6 /* Pods-Tests-dummy.m */,\n\t\t\t\tCD1F2AAAD35877D016530C61 /* Pods-Tests-environment.h */,\n\t\t\t\t8AD10D2F70E5D2F2B68868C3 /* Pods-Tests-resources.sh */,\n\t\t\t\t1AA26271218B3A925F3DA144 /* Pods-Tests.debug.xcconfig */,\n\t\t\t\tFF53A72E8E0FF68C7CC1F221 /* Pods-Tests.release.xcconfig */,\n\t\t\t);\n\t\t\tname = \"Pods-Tests\";\n\t\t\tpath = \"Target Support Files/Pods-Tests\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t942DFF22ACAAB0EAABDD17AB /* Pods-DXCustomCallout-ObjC */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t2AC3F0017D8B1BE3F7A20827 /* Pods-DXCustomCallout-ObjC-acknowledgements.markdown */,\n\t\t\t\tB851B2F7022F9A01791F75F3 /* Pods-DXCustomCallout-ObjC-acknowledgements.plist */,\n\t\t\t\t6F844355A79980A323632F3F /* Pods-DXCustomCallout-ObjC-dummy.m */,\n\t\t\t\t83C3852CA6DE4CF79773D654 /* Pods-DXCustomCallout-ObjC-environment.h */,\n\t\t\t\tFC36B60D1CE49CF424624E98 /* Pods-DXCustomCallout-ObjC-resources.sh */,\n\t\t\t\tBC974F510F9FB3C6D1600B3D /* Pods-DXCustomCallout-ObjC.debug.xcconfig */,\n\t\t\t\t62001ED8D9EAB71A18E7E192 /* Pods-DXCustomCallout-ObjC.release.xcconfig */,\n\t\t\t);\n\t\t\tname = \"Pods-DXCustomCallout-ObjC\";\n\t\t\tpath = \"Target Support Files/Pods-DXCustomCallout-ObjC\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tA4EFBE202949C827710C77F1 = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tA68D3057958D7760200E7702 /* Podfile */,\n\t\t\t\t229C531A5A1BAE104816D071 /* Development Pods */,\n\t\t\t\tD9B573BD09886308DDE976BB /* Frameworks */,\n\t\t\t\t5978D2B9DECEA64678955B5B /* Products */,\n\t\t\t\tE491F62B0FF086FD7E623DF9 /* Targets Support Files */,\n\t\t\t);\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tD9B573BD09886308DDE976BB /* Frameworks */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t0657996FE2F560C1B9C10A39 /* iOS */,\n\t\t\t);\n\t\t\tname = Frameworks;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tE491F62B0FF086FD7E623DF9 /* Targets Support Files */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t942DFF22ACAAB0EAABDD17AB /* Pods-DXCustomCallout-ObjC */,\n\t\t\t\t8D7B8A4D1A3EE1288C58A8AC /* Pods-Tests */,\n\t\t\t);\n\t\t\tname = \"Targets Support Files\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tED48384E324A904DE0A3633B /* Support Files */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tB52C5427929FBF6AF5558B26 /* Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC.xcconfig */,\n\t\t\t\t98C0879114DD60599CC3152E /* Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-Private.xcconfig */,\n\t\t\t\t0806C2AA905E679F08F51F08 /* Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-dummy.m */,\n\t\t\t\tEE6DD276DE1B88F9DA699ADA /* Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-prefix.pch */,\n\t\t\t\t15845988114481833F9FC854 /* Pods-Tests-DXCustomCallout-ObjC.xcconfig */,\n\t\t\t\tDAFB8846F18BDBF8537DA924 /* Pods-Tests-DXCustomCallout-ObjC-Private.xcconfig */,\n\t\t\t\t1C861F75C5FAD56C21B3A49F /* Pods-Tests-DXCustomCallout-ObjC-dummy.m */,\n\t\t\t\tD9BF72BD17A3FC179AE6A656 /* Pods-Tests-DXCustomCallout-ObjC-prefix.pch */,\n\t\t\t);\n\t\t\tname = \"Support Files\";\n\t\t\tpath = \"Example/Pods/Target Support Files/Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tF39EE7F39B10CEBB4FB5DDEE /* Classes */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t004A2FB18727F047DD3AF3CD /* DXAnnotationSettings.h */,\n\t\t\t\tB755852E2704BF69F110D65F /* DXAnnotationSettings.m */,\n\t\t\t\t7C9FB75341B2FC06C43C41F8 /* DXAnnotationView.h */,\n\t\t\t\t1F9D3CB94321C7C6F43E1944 /* DXAnnotationView.m */,\n\t\t\t);\n\t\t\tpath = Classes;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXGroup section */\n\n/* Begin PBXHeadersBuildPhase section */\n\t\tD0BD800EFD2BF34927E923A6 /* Headers */ = {\n\t\t\tisa = PBXHeadersBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t23903084152BE1ED6A54EFCB /* DXAnnotationSettings.h in Headers */,\n\t\t\t\t4F50C7465DD0638A3CD4E0C6 /* DXAnnotationView.h in Headers */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tEA730A619E74017A830F3BE0 /* Headers */ = {\n\t\t\tisa = PBXHeadersBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t1A5B3F3670EF44BFB4D28994 /* DXAnnotationSettings.h in Headers */,\n\t\t\t\t59EFFB5B6B77E45965288B43 /* DXAnnotationView.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\t1B739FBCC6BBE765E83178B5 /* Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = E9C7D8EDB8C43FD853FAAADB /* Build configuration list for PBXNativeTarget \"Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t986EF594B474D98F54873DF2 /* Sources */,\n\t\t\t\t827B2B866E3F1029AAF28084 /* Frameworks */,\n\t\t\t\tEA730A619E74017A830F3BE0 /* 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 = \"Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC\";\n\t\t\tproductName = \"Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC\";\n\t\t\tproductReference = 84263011708CD1FF214FF470 /* libPods-DXCustomCallout-ObjC-DXCustomCallout-ObjC.a */;\n\t\t\tproductType = \"com.apple.product-type.library.static\";\n\t\t};\n\t\tA16A2BF9CDB37C00D12FF246 /* Pods-Tests-DXCustomCallout-ObjC */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 923ED8FB6CFB8DF05BA1BA13 /* Build configuration list for PBXNativeTarget \"Pods-Tests-DXCustomCallout-ObjC\" */;\n\t\t\tbuildPhases = (\n\t\t\t\tEA207480DC81C03AC80AC00A /* Sources */,\n\t\t\t\t155FE3ED6B401F50E197D9C3 /* Frameworks */,\n\t\t\t\tD0BD800EFD2BF34927E923A6 /* 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 = \"Pods-Tests-DXCustomCallout-ObjC\";\n\t\t\tproductName = \"Pods-Tests-DXCustomCallout-ObjC\";\n\t\t\tproductReference = EFD6121F5AA3EE6869608131 /* libPods-Tests-DXCustomCallout-ObjC.a */;\n\t\t\tproductType = \"com.apple.product-type.library.static\";\n\t\t};\n\t\tB325C908822D71D9999C188D /* Pods-DXCustomCallout-ObjC */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 827E4416B6CFDE00176EAA39 /* Build configuration list for PBXNativeTarget \"Pods-DXCustomCallout-ObjC\" */;\n\t\t\tbuildPhases = (\n\t\t\t\tDE84EA5D06573519DBAA78DB /* Sources */,\n\t\t\t\t7DE9E1FAE67711E03735FF7F /* Frameworks */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t\t59A14DB1989A4B0A1BACA64C /* PBXTargetDependency */,\n\t\t\t);\n\t\t\tname = \"Pods-DXCustomCallout-ObjC\";\n\t\t\tproductName = \"Pods-DXCustomCallout-ObjC\";\n\t\t\tproductReference = 9811E200F7DD48F86B0C81FF /* libPods-DXCustomCallout-ObjC.a */;\n\t\t\tproductType = \"com.apple.product-type.library.static\";\n\t\t};\n\t\tD766E4EBC5C8FF2E5661181F /* Pods-Tests */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 75CFCDBFE676BE3DF4301967 /* Build configuration list for PBXNativeTarget \"Pods-Tests\" */;\n\t\t\tbuildPhases = (\n\t\t\t\tADD0F8A676851234BEF99207 /* Sources */,\n\t\t\t\t0C9B1961BD0692C003677100 /* Frameworks */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t\t65743EDE38F124DEC4D16A01 /* PBXTargetDependency */,\n\t\t\t);\n\t\t\tname = \"Pods-Tests\";\n\t\t\tproductName = \"Pods-Tests\";\n\t\t\tproductReference = B28B8B79EF96C67D127BDAE5 /* libPods-Tests.a */;\n\t\t\tproductType = \"com.apple.product-type.library.static\";\n\t\t};\n/* End PBXNativeTarget section */\n\n/* Begin PBXProject section */\n\t\tE102808068AE98DCBDB66504 /* Project object */ = {\n\t\t\tisa = PBXProject;\n\t\t\tattributes = {\n\t\t\t\tLastUpgradeCheck = 0510;\n\t\t\t};\n\t\t\tbuildConfigurationList = A826741E5EDF19D6778EC7A7 /* 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 = A4EFBE202949C827710C77F1;\n\t\t\tproductRefGroup = 5978D2B9DECEA64678955B5B /* Products */;\n\t\t\tprojectDirPath = \"\";\n\t\t\tprojectRoot = \"\";\n\t\t\ttargets = (\n\t\t\t\tB325C908822D71D9999C188D /* Pods-DXCustomCallout-ObjC */,\n\t\t\t\t1B739FBCC6BBE765E83178B5 /* Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC */,\n\t\t\t\tD766E4EBC5C8FF2E5661181F /* Pods-Tests */,\n\t\t\t\tA16A2BF9CDB37C00D12FF246 /* Pods-Tests-DXCustomCallout-ObjC */,\n\t\t\t);\n\t\t};\n/* End PBXProject section */\n\n/* Begin PBXSourcesBuildPhase section */\n\t\t986EF594B474D98F54873DF2 /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tFC00AB4B96EB7401B3AD72DF /* DXAnnotationSettings.m in Sources */,\n\t\t\t\tAF74D60CE6882FA5E28173EA /* DXAnnotationView.m in Sources */,\n\t\t\t\t4FE5BB317D796D0B658433CB /* Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-dummy.m in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tADD0F8A676851234BEF99207 /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t13FDEEAC501E937B14EF5467 /* Pods-Tests-dummy.m in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tDE84EA5D06573519DBAA78DB /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t9D9B86646EECB30B4F78A184 /* Pods-DXCustomCallout-ObjC-dummy.m in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tEA207480DC81C03AC80AC00A /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tE76B5A455542254DEF6476CF /* DXAnnotationSettings.m in Sources */,\n\t\t\t\tECA7E3D64834B8F824848677 /* DXAnnotationView.m in Sources */,\n\t\t\t\tBA462E9E19C91D44B09B2F12 /* Pods-Tests-DXCustomCallout-ObjC-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\t59A14DB1989A4B0A1BACA64C /* PBXTargetDependency */ = {\n\t\t\tisa = PBXTargetDependency;\n\t\t\tname = \"Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC\";\n\t\t\ttarget = 1B739FBCC6BBE765E83178B5 /* Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC */;\n\t\t\ttargetProxy = 3607AEA744F4CD29655F2517 /* PBXContainerItemProxy */;\n\t\t};\n\t\t65743EDE38F124DEC4D16A01 /* PBXTargetDependency */ = {\n\t\t\tisa = PBXTargetDependency;\n\t\t\tname = \"Pods-Tests-DXCustomCallout-ObjC\";\n\t\t\ttarget = A16A2BF9CDB37C00D12FF246 /* Pods-Tests-DXCustomCallout-ObjC */;\n\t\t\ttargetProxy = E5C258B55BF0FA45E90F963D /* PBXContainerItemProxy */;\n\t\t};\n/* End PBXTargetDependency section */\n\n/* Begin XCBuildConfiguration section */\n\t\t276F5F343D819A3CEE41CF6B /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = DAFB8846F18BDBF8537DA924 /* Pods-Tests-DXCustomCallout-ObjC-Private.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_PREFIX_HEADER = \"Target Support Files/Pods-Tests-DXCustomCallout-ObjC/Pods-Tests-DXCustomCallout-ObjC-prefix.pch\";\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 7.1;\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\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t3523A969F256CEC90C6B98E9 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = FF53A72E8E0FF68C7CC1F221 /* Pods-Tests.release.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 7.1;\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_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\t35C7553D37455F0BDB87EE6E /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++0x\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\tCOPY_PHASE_STRIP = YES;\n\t\t\t\tENABLE_NS_ASSERTIONS = NO;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu99;\n\t\t\t\tGCC_PREPROCESSOR_DEFINITIONS = \"RELEASE=1\";\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 = 7.1;\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\t59331E1F47736C256D5F0C82 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = BC974F510F9FB3C6D1600B3D /* Pods-DXCustomCallout-ObjC.debug.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 7.1;\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_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t6E919B6FEDA72F61EBDF00E9 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 98C0879114DD60599CC3152E /* Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-Private.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_PREFIX_HEADER = \"Target Support Files/Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC/Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-prefix.pch\";\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 7.1;\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\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\t70EB238D72DA631E59DB9A93 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 1AA26271218B3A925F3DA144 /* Pods-Tests.debug.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 7.1;\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_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t78D6803F7F49B380135DFA31 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++0x\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\tCOPY_PHASE_STRIP = NO;\n\t\t\t\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\"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 = 7.1;\n\t\t\t\tONLY_ACTIVE_ARCH = YES;\n\t\t\t\tSTRIP_INSTALLED_PRODUCT = NO;\n\t\t\t\tSYMROOT = \"${SRCROOT}/../build\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t90DC9B6EB137A9709798B2D6 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 62001ED8D9EAB71A18E7E192 /* Pods-DXCustomCallout-ObjC.release.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 7.1;\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_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\t919EA23D9873D5007293742C /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = DAFB8846F18BDBF8537DA924 /* Pods-Tests-DXCustomCallout-ObjC-Private.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_PREFIX_HEADER = \"Target Support Files/Pods-Tests-DXCustomCallout-ObjC/Pods-Tests-DXCustomCallout-ObjC-prefix.pch\";\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 7.1;\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\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\t940DE6649476624004E5E0CC /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 98C0879114DD60599CC3152E /* Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-Private.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_PREFIX_HEADER = \"Target Support Files/Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC/Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-prefix.pch\";\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 7.1;\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\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n/* End XCBuildConfiguration section */\n\n/* Begin XCConfigurationList section */\n\t\t75CFCDBFE676BE3DF4301967 /* Build configuration list for PBXNativeTarget \"Pods-Tests\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t70EB238D72DA631E59DB9A93 /* Debug */,\n\t\t\t\t3523A969F256CEC90C6B98E9 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\t827E4416B6CFDE00176EAA39 /* Build configuration list for PBXNativeTarget \"Pods-DXCustomCallout-ObjC\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t59331E1F47736C256D5F0C82 /* Debug */,\n\t\t\t\t90DC9B6EB137A9709798B2D6 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\t923ED8FB6CFB8DF05BA1BA13 /* Build configuration list for PBXNativeTarget \"Pods-Tests-DXCustomCallout-ObjC\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t276F5F343D819A3CEE41CF6B /* Debug */,\n\t\t\t\t919EA23D9873D5007293742C /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\tA826741E5EDF19D6778EC7A7 /* Build configuration list for PBXProject \"Pods\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t78D6803F7F49B380135DFA31 /* Debug */,\n\t\t\t\t35C7553D37455F0BDB87EE6E /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\tE9C7D8EDB8C43FD853FAAADB /* Build configuration list for PBXNativeTarget \"Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t940DE6649476624004E5E0CC /* Debug */,\n\t\t\t\t6E919B6FEDA72F61EBDF00E9 /* 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 = E102808068AE98DCBDB66504 /* Project object */;\n}\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-DXCustomCallout-ObjC/Pods-DXCustomCallout-ObjC-acknowledgements.markdown",
    "content": "# Acknowledgements\nThis application makes use of the following third party libraries:\n\n## DXCustomCallout-ObjC\n\nCopyright (c) 2015 s3lvin <mariaselvin@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 - http://cocoapods.org\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-DXCustomCallout-ObjC/Pods-DXCustomCallout-ObjC-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 s3lvin &lt;mariaselvin@gmail.com&gt;\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n</string>\n\t\t\t<key>Title</key>\n\t\t\t<string>DXCustomCallout-ObjC</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 - http://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-DXCustomCallout-ObjC/Pods-DXCustomCallout-ObjC-dummy.m",
    "content": "#import <Foundation/Foundation.h>\n@interface PodsDummy_Pods_DXCustomCallout_ObjC : NSObject\n@end\n@implementation PodsDummy_Pods_DXCustomCallout_ObjC\n@end\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-DXCustomCallout-ObjC/Pods-DXCustomCallout-ObjC-environment.h",
    "content": "\n// To check if a library is compiled with CocoaPods you\n// can use the `COCOAPODS` macro definition which is\n// defined in the xcconfigs so it is available in\n// headers also when they are imported in the client\n// project.\n\n\n// DXCustomCallout-ObjC\n#define COCOAPODS_POD_AVAILABLE_DXCustomCallout_ObjC\n#define COCOAPODS_VERSION_MAJOR_DXCustomCallout_ObjC 0\n#define COCOAPODS_VERSION_MINOR_DXCustomCallout_ObjC 1\n#define COCOAPODS_VERSION_PATCH_DXCustomCallout_ObjC 0\n\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-DXCustomCallout-ObjC/Pods-DXCustomCallout-ObjC-resources.sh",
    "content": "#!/bin/sh\nset -e\n\nmkdir -p \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\n\nRESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt\n> \"$RESOURCES_TO_COPY\"\n\nXCASSET_FILES=\"\"\n\ninstall_resource()\n{\n  case $1 in\n    *.storyboard)\n      echo \"ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$1\\\" .storyboard`.storyboardc ${PODS_ROOT}/$1 --sdk ${SDKROOT}\"\n      ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$1\\\" .storyboard`.storyboardc\" \"${PODS_ROOT}/$1\" --sdk \"${SDKROOT}\"\n      ;;\n    *.xib)\n        echo \"ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$1\\\" .xib`.nib ${PODS_ROOT}/$1 --sdk ${SDKROOT}\"\n      ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$1\\\" .xib`.nib\" \"${PODS_ROOT}/$1\" --sdk \"${SDKROOT}\"\n      ;;\n    *.framework)\n      echo \"mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      mkdir -p \"${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      echo \"rsync -av ${PODS_ROOT}/$1 ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      rsync -av \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      ;;\n    *.xcdatamodel)\n      echo \"xcrun momc \\\"${PODS_ROOT}/$1\\\" \\\"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\"`.mom\\\"\"\n      xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xcdatamodel`.mom\"\n      ;;\n    *.xcdatamodeld)\n      echo \"xcrun momc \\\"${PODS_ROOT}/$1\\\" \\\"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xcdatamodeld`.momd\\\"\"\n      xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xcdatamodeld`.momd\"\n      ;;\n    *.xcmappingmodel)\n      echo \"xcrun mapc \\\"${PODS_ROOT}/$1\\\" \\\"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xcmappingmodel`.cdm\\\"\"\n      xcrun mapc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xcmappingmodel`.cdm\"\n      ;;\n    *.xcassets)\n      XCASSET_FILES=\"$XCASSET_FILES '${PODS_ROOT}/$1'\"\n      ;;\n    /*)\n      echo \"$1\"\n      echo \"$1\" >> \"$RESOURCES_TO_COPY\"\n      ;;\n    *)\n      echo \"${PODS_ROOT}/$1\"\n      echo \"${PODS_ROOT}/$1\" >> \"$RESOURCES_TO_COPY\"\n      ;;\n  esac\n}\n\nrsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from=\"$RESOURCES_TO_COPY\" / \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nif [[ \"${ACTION}\" == \"install\" ]]; then\n  rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from=\"$RESOURCES_TO_COPY\" / \"${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nfi\nrm -f \"$RESOURCES_TO_COPY\"\n\nif [[ -n \"${WRAPPER_EXTENSION}\" ]] && [ \"`xcrun --find actool`\" ] && [ -n \"$XCASSET_FILES\" ]\nthen\n  case \"${TARGETED_DEVICE_FAMILY}\" in\n    1,2)\n      TARGET_DEVICE_ARGS=\"--target-device ipad --target-device iphone\"\n      ;;\n    1)\n      TARGET_DEVICE_ARGS=\"--target-device iphone\"\n      ;;\n    2)\n      TARGET_DEVICE_ARGS=\"--target-device ipad\"\n      ;;\n    *)\n      TARGET_DEVICE_ARGS=\"--target-device mac\"\n      ;;\n  esac\n  while read line; do XCASSET_FILES=\"$XCASSET_FILES '$line'\"; done <<<$(find \"$PWD\" -name \"*.xcassets\" | egrep -v \"^$PODS_ROOT\")\n  echo $XCASSET_FILES | xargs actool --output-format human-readable-text --notices --warnings --platform \"${PLATFORM_NAME}\" --minimum-deployment-target \"${IPHONEOS_DEPLOYMENT_TARGET}\" ${TARGET_DEVICE_ARGS} --compress-pngs --compile \"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nfi\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-DXCustomCallout-ObjC/Pods-DXCustomCallout-ObjC.debug.xcconfig",
    "content": "GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1\nHEADER_SEARCH_PATHS = $(inherited) \"${PODS_ROOT}/Headers/Public\" \"${PODS_ROOT}/Headers/Public/DXCustomCallout-ObjC\"\nOTHER_CFLAGS = $(inherited) -isystem \"${PODS_ROOT}/Headers/Public\" -isystem \"${PODS_ROOT}/Headers/Public/DXCustomCallout-ObjC\"\nOTHER_LDFLAGS = $(inherited) -ObjC -l\"Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC\" -framework \"MapKit\" -framework \"UIKit\"\nOTHER_LIBTOOLFLAGS = $(OTHER_LDFLAGS)\nPODS_ROOT = ${SRCROOT}/Pods"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-DXCustomCallout-ObjC/Pods-DXCustomCallout-ObjC.release.xcconfig",
    "content": "GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1\nHEADER_SEARCH_PATHS = $(inherited) \"${PODS_ROOT}/Headers/Public\" \"${PODS_ROOT}/Headers/Public/DXCustomCallout-ObjC\"\nOTHER_CFLAGS = $(inherited) -isystem \"${PODS_ROOT}/Headers/Public\" -isystem \"${PODS_ROOT}/Headers/Public/DXCustomCallout-ObjC\"\nOTHER_LDFLAGS = $(inherited) -ObjC -l\"Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC\" -framework \"MapKit\" -framework \"UIKit\"\nOTHER_LIBTOOLFLAGS = $(OTHER_LDFLAGS)\nPODS_ROOT = ${SRCROOT}/Pods"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC/Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-Private.xcconfig",
    "content": "#include \"Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC.xcconfig\"\nGCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1\nHEADER_SEARCH_PATHS = \"${PODS_ROOT}/Headers/Private\" \"${PODS_ROOT}/Headers/Private/DXCustomCallout-ObjC\" \"${PODS_ROOT}/Headers/Public\" \"${PODS_ROOT}/Headers/Public/DXCustomCallout-ObjC\"\nOTHER_LDFLAGS = ${PODS_DXCUSTOMCALLOUT_OBJC_DXCUSTOMCALLOUT_OBJC_OTHER_LDFLAGS} -ObjC\nPODS_ROOT = ${SRCROOT}\nSKIP_INSTALL = YES"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC/Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-dummy.m",
    "content": "#import <Foundation/Foundation.h>\n@interface PodsDummy_Pods_DXCustomCallout_ObjC_DXCustomCallout_ObjC : NSObject\n@end\n@implementation PodsDummy_Pods_DXCustomCallout_ObjC_DXCustomCallout_ObjC\n@end\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC/Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC-prefix.pch",
    "content": "#ifdef __OBJC__\n#import <UIKit/UIKit.h>\n#endif\n\n#import \"Pods-DXCustomCallout-ObjC-environment.h\"\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC/Pods-DXCustomCallout-ObjC-DXCustomCallout-ObjC.xcconfig",
    "content": "PODS_DXCUSTOMCALLOUT_OBJC_DXCUSTOMCALLOUT_OBJC_OTHER_LDFLAGS = -framework \"MapKit\" -framework \"UIKit\""
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.markdown",
    "content": "# Acknowledgements\nThis application makes use of the following third party libraries:\n\n## DXCustomCallout-ObjC\n\nCopyright (c) 2015 s3lvin <mariaselvin@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 - http://cocoapods.org\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-Tests/Pods-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 s3lvin &lt;mariaselvin@gmail.com&gt;\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n</string>\n\t\t\t<key>Title</key>\n\t\t\t<string>DXCustomCallout-ObjC</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 - http://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-Tests/Pods-Tests-dummy.m",
    "content": "#import <Foundation/Foundation.h>\n@interface PodsDummy_Pods_Tests : NSObject\n@end\n@implementation PodsDummy_Pods_Tests\n@end\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-environment.h",
    "content": "\n// To check if a library is compiled with CocoaPods you\n// can use the `COCOAPODS` macro definition which is\n// defined in the xcconfigs so it is available in\n// headers also when they are imported in the client\n// project.\n\n\n// DXCustomCallout-ObjC\n#define COCOAPODS_POD_AVAILABLE_DXCustomCallout_ObjC\n#define COCOAPODS_VERSION_MAJOR_DXCustomCallout_ObjC 0\n#define COCOAPODS_VERSION_MINOR_DXCustomCallout_ObjC 1\n#define COCOAPODS_VERSION_PATCH_DXCustomCallout_ObjC 0\n\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh",
    "content": "#!/bin/sh\nset -e\n\nmkdir -p \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\n\nRESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt\n> \"$RESOURCES_TO_COPY\"\n\nXCASSET_FILES=\"\"\n\ninstall_resource()\n{\n  case $1 in\n    *.storyboard)\n      echo \"ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$1\\\" .storyboard`.storyboardc ${PODS_ROOT}/$1 --sdk ${SDKROOT}\"\n      ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$1\\\" .storyboard`.storyboardc\" \"${PODS_ROOT}/$1\" --sdk \"${SDKROOT}\"\n      ;;\n    *.xib)\n        echo \"ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$1\\\" .xib`.nib ${PODS_ROOT}/$1 --sdk ${SDKROOT}\"\n      ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \\\"$1\\\" .xib`.nib\" \"${PODS_ROOT}/$1\" --sdk \"${SDKROOT}\"\n      ;;\n    *.framework)\n      echo \"mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      mkdir -p \"${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      echo \"rsync -av ${PODS_ROOT}/$1 ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      rsync -av \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n      ;;\n    *.xcdatamodel)\n      echo \"xcrun momc \\\"${PODS_ROOT}/$1\\\" \\\"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\"`.mom\\\"\"\n      xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xcdatamodel`.mom\"\n      ;;\n    *.xcdatamodeld)\n      echo \"xcrun momc \\\"${PODS_ROOT}/$1\\\" \\\"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xcdatamodeld`.momd\\\"\"\n      xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xcdatamodeld`.momd\"\n      ;;\n    *.xcmappingmodel)\n      echo \"xcrun mapc \\\"${PODS_ROOT}/$1\\\" \\\"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xcmappingmodel`.cdm\\\"\"\n      xcrun mapc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xcmappingmodel`.cdm\"\n      ;;\n    *.xcassets)\n      XCASSET_FILES=\"$XCASSET_FILES '${PODS_ROOT}/$1'\"\n      ;;\n    /*)\n      echo \"$1\"\n      echo \"$1\" >> \"$RESOURCES_TO_COPY\"\n      ;;\n    *)\n      echo \"${PODS_ROOT}/$1\"\n      echo \"${PODS_ROOT}/$1\" >> \"$RESOURCES_TO_COPY\"\n      ;;\n  esac\n}\n\nrsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from=\"$RESOURCES_TO_COPY\" / \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nif [[ \"${ACTION}\" == \"install\" ]]; then\n  rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from=\"$RESOURCES_TO_COPY\" / \"${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nfi\nrm -f \"$RESOURCES_TO_COPY\"\n\nif [[ -n \"${WRAPPER_EXTENSION}\" ]] && [ \"`xcrun --find actool`\" ] && [ -n \"$XCASSET_FILES\" ]\nthen\n  case \"${TARGETED_DEVICE_FAMILY}\" in\n    1,2)\n      TARGET_DEVICE_ARGS=\"--target-device ipad --target-device iphone\"\n      ;;\n    1)\n      TARGET_DEVICE_ARGS=\"--target-device iphone\"\n      ;;\n    2)\n      TARGET_DEVICE_ARGS=\"--target-device ipad\"\n      ;;\n    *)\n      TARGET_DEVICE_ARGS=\"--target-device mac\"\n      ;;\n  esac\n  while read line; do XCASSET_FILES=\"$XCASSET_FILES '$line'\"; done <<<$(find \"$PWD\" -name \"*.xcassets\" | egrep -v \"^$PODS_ROOT\")\n  echo $XCASSET_FILES | xargs actool --output-format human-readable-text --notices --warnings --platform \"${PLATFORM_NAME}\" --minimum-deployment-target \"${IPHONEOS_DEPLOYMENT_TARGET}\" ${TARGET_DEVICE_ARGS} --compress-pngs --compile \"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nfi\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig",
    "content": "GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1\nHEADER_SEARCH_PATHS = $(inherited) \"${PODS_ROOT}/Headers/Public\" \"${PODS_ROOT}/Headers/Public/DXCustomCallout-ObjC\"\nOTHER_CFLAGS = $(inherited) -isystem \"${PODS_ROOT}/Headers/Public\" -isystem \"${PODS_ROOT}/Headers/Public/DXCustomCallout-ObjC\"\nOTHER_LDFLAGS = $(inherited) -ObjC -l\"Pods-Tests-DXCustomCallout-ObjC\" -framework \"MapKit\" -framework \"UIKit\"\nOTHER_LIBTOOLFLAGS = $(OTHER_LDFLAGS)\nPODS_ROOT = ${SRCROOT}/Pods"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig",
    "content": "GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1\nHEADER_SEARCH_PATHS = $(inherited) \"${PODS_ROOT}/Headers/Public\" \"${PODS_ROOT}/Headers/Public/DXCustomCallout-ObjC\"\nOTHER_CFLAGS = $(inherited) -isystem \"${PODS_ROOT}/Headers/Public\" -isystem \"${PODS_ROOT}/Headers/Public/DXCustomCallout-ObjC\"\nOTHER_LDFLAGS = $(inherited) -ObjC -l\"Pods-Tests-DXCustomCallout-ObjC\" -framework \"MapKit\" -framework \"UIKit\"\nOTHER_LIBTOOLFLAGS = $(OTHER_LDFLAGS)\nPODS_ROOT = ${SRCROOT}/Pods"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-Tests-DXCustomCallout-ObjC/Pods-Tests-DXCustomCallout-ObjC-Private.xcconfig",
    "content": "#include \"Pods-Tests-DXCustomCallout-ObjC.xcconfig\"\nGCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1\nHEADER_SEARCH_PATHS = \"${PODS_ROOT}/Headers/Private\" \"${PODS_ROOT}/Headers/Private/DXCustomCallout-ObjC\" \"${PODS_ROOT}/Headers/Public\" \"${PODS_ROOT}/Headers/Public/DXCustomCallout-ObjC\"\nOTHER_LDFLAGS = ${PODS_TESTS_DXCUSTOMCALLOUT_OBJC_OTHER_LDFLAGS} -ObjC\nPODS_ROOT = ${SRCROOT}\nSKIP_INSTALL = YES"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-Tests-DXCustomCallout-ObjC/Pods-Tests-DXCustomCallout-ObjC-dummy.m",
    "content": "#import <Foundation/Foundation.h>\n@interface PodsDummy_Pods_Tests_DXCustomCallout_ObjC : NSObject\n@end\n@implementation PodsDummy_Pods_Tests_DXCustomCallout_ObjC\n@end\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-Tests-DXCustomCallout-ObjC/Pods-Tests-DXCustomCallout-ObjC-prefix.pch",
    "content": "#ifdef __OBJC__\n#import <UIKit/UIKit.h>\n#endif\n\n#import \"Pods-Tests-environment.h\"\n"
  },
  {
    "path": "Example/Pods/Target Support Files/Pods-Tests-DXCustomCallout-ObjC/Pods-Tests-DXCustomCallout-ObjC.xcconfig",
    "content": "PODS_TESTS_DXCUSTOMCALLOUT_OBJC_OTHER_LDFLAGS = -framework \"MapKit\" -framework \"UIKit\""
  },
  {
    "path": "Example/Tests/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>org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}</string>\n\t<key>CFBundleInfoDictionaryVersion</key>\n\t<string>6.0</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-Prefix.pch",
    "content": "//\n//  Prefix header\n//\n//  The contents of this file are implicitly included at the beginning of every test case source file.\n//\n\n#ifdef __OBJC__\n\n  \n\n#endif\n"
  },
  {
    "path": "Example/Tests/Tests.m",
    "content": "//\n//  DXCustomCallout-ObjCTests.m\n//  DXCustomCallout-ObjCTests\n//\n//  Created by s3lvin on 04/13/2015.\n//  Copyright (c) 2014 s3lvin. All rights reserved.\n//\n\n#import <UIKit/UIKit.h>\n#import <XCTest/XCTest.h>\n#import <DXAnnotationView.h>\n#import <DXAnnotationSettings.h>\n#import <MapKit/MapKit.h>\n\n@interface DXAnnotation : NSObject <MKAnnotation>\n\n@property(nonatomic, assign) CLLocationCoordinate2D coordinate;\n\n@end\n\n@interface DXAnnotationViewTests : XCTestCase\n\n@property(nonatomic, strong) DXAnnotation *annotation;\n\n@end\n\n@implementation DXAnnotationViewTests\n\n- (void)setUp {\n    [super setUp];\n    self.annotation = [DXAnnotation new];\n    self.annotation.coordinate = CLLocationCoordinate2DMake(12.9667, 77.5667);\n}\n\n- (void)tearDown {\n    self.annotation = nil;\n    [super tearDown];\n}\n\n- (void)testAlloc {\n    // This is an example of a functional test case.\n    DXAnnotationView *annotationView = [[DXAnnotationView alloc] initWithAnnotation:self.annotation reuseIdentifier:NSStringFromClass([DXAnnotationView class]) pinView:[UIView new] calloutView:[UIView new] settings:[DXAnnotationSettings defaultSettings]];\n    XCTAssert(annotationView != nil, @\"Allocation Pass\");\n}\n\n@end"
  },
  {
    "path": "Example/Tests/en.lproj/InfoPlist.strings",
    "content": "/* Localized versions of Info.plist keys */\n\n"
  },
  {
    "path": "LICENSE",
    "content": "Copyright (c) 2015 s3lvin <mariaselvin@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/DXAnnotationSettings.h",
    "content": "//\n//  DXAnnotationSettings.h\n//  CustomCallout\n//\n//  Created by Selvin on 12/04/15.\n//  Copyright (c) 2015 S3lvin. All rights reserved.\n//\n\n#import <Foundation/Foundation.h>\n#import <UIKit/UIKit.h>\n\ntypedef NS_ENUM(NSUInteger, DXCalloutAnimation) {\n    DXCalloutAnimationNone,\n    DXCalloutAnimationFadeIn,\n    DXCalloutAnimationZoomIn\n};\n\n@interface DXAnnotationSettings : NSObject\n\n@property(nonatomic, assign) CGFloat calloutOffset;\n\n@property(nonatomic, assign) BOOL shouldRoundifyCallout;\n@property(nonatomic, assign) CGFloat calloutCornerRadius;\n\n@property(nonatomic, assign) BOOL shouldAddCalloutBorder;\n@property(nonatomic, strong) UIColor *calloutBorderColor;\n@property(nonatomic, assign) CGFloat calloutBorderWidth;\n\n@property(nonatomic, assign) DXCalloutAnimation animationType;\n@property(nonatomic, assign) NSTimeInterval animationDuration;\n\n+ (instancetype)defaultSettings;\n\n@end\n"
  },
  {
    "path": "Pod/Classes/DXAnnotationSettings.m",
    "content": "//\n//  DXAnnotationSettings.m\n//  CustomCallout\n//\n//  Created by Selvin on 12/04/15.\n//  Copyright (c) 2015 S3lvin. All rights reserved.\n//\n\n#import \"DXAnnotationSettings.h\"\n\n@implementation DXAnnotationSettings\n\n+ (instancetype)defaultSettings {\n    DXAnnotationSettings *newSettings = [[super alloc] init];\n    if (newSettings) {\n        newSettings.calloutOffset = 10.0f;\n\n        newSettings.shouldRoundifyCallout = YES;\n        newSettings.calloutCornerRadius = 5.0f;\n\n        newSettings.shouldAddCalloutBorder = YES;\n        newSettings.calloutBorderColor = [UIColor colorWithRed:0.329 green:0.565 blue:0.616 alpha:1.000];\n        newSettings.calloutBorderWidth = 2.0;\n\n        newSettings.animationType = DXCalloutAnimationZoomIn;\n        newSettings.animationDuration = 0.25;\n    }\n    return newSettings;\n}\n\n@end\n"
  },
  {
    "path": "Pod/Classes/DXAnnotationView.h",
    "content": "//\n//  DXAnnotationView.h\n//  CustomCallout\n//\n//  Created by Selvin on 05/04/15.\n//  Copyright (c) 2015 S3lvin. All rights reserved.\n//\n\n#import <MapKit/MapKit.h>\n@class DXAnnotationSettings;\n\n@interface DXAnnotationView : MKAnnotationView\n\n@property(nonatomic, strong) UIView *pinView;\n@property(nonatomic, strong) UIView *calloutView;\n\n- (instancetype)initWithAnnotation:(id<MKAnnotation>)annotation\n                   reuseIdentifier:(NSString *)reuseIdentifier\n                           pinView:(UIView *)pinView\n                       calloutView:(UIView *)calloutView\n                          settings:(DXAnnotationSettings *)settings;\n\n- (void)hideCalloutView;\n- (void)showCalloutView;\n\n@end\n"
  },
  {
    "path": "Pod/Classes/DXAnnotationView.m",
    "content": "//\n//  DXAnnotationView.m\n//  CustomCallout\n//\n//  Created by Selvin on 05/04/15.\n//  Copyright (c) 2015 S3lvin. All rights reserved.\n//\n\n#import \"DXAnnotationView.h\"\n#import \"DXAnnotationSettings.h\"\n\n@interface DXAnnotationView () {\n    BOOL _hasCalloutView;\n}\n\n@property(nonatomic, strong) DXAnnotationSettings *settings;\n\n@end\n\n@implementation DXAnnotationView\n\n- (instancetype)initWithAnnotation:(id<MKAnnotation>)annotation\n                   reuseIdentifier:(NSString *)reuseIdentifier\n                           pinView:(UIView *)pinView\n                       calloutView:(UIView *)calloutView\n                          settings:(DXAnnotationSettings *)settings {\n\n    NSAssert(pinView != nil, @\"Pinview can not be nil\");\n    self = [super initWithAnnotation:annotation\n                     reuseIdentifier:reuseIdentifier];\n    if (self) {\n        self.clipsToBounds = NO;\n        [self validateSettings:settings];\n        _hasCalloutView = (calloutView) ? YES : NO;\n        self.canShowCallout = NO;\n\n        self.pinView = pinView;\n        self.pinView.userInteractionEnabled = YES;\n        self.calloutView = calloutView;\n        self.calloutView.hidden = YES;\n\n        [self addSubview:self.pinView];\n        [self addSubview:self.calloutView];\n        self.frame = [self calculateFrame];\n        if (_hasCalloutView) {\n            if (self.settings.shouldAddCalloutBorder) {\n                [self addCalloutBorder];\n            }\n            if (self.settings.shouldRoundifyCallout) {\n                [self roundifyCallout];\n            }\n        }\n        [self positionSubviews];\n    }\n    return self;\n}\n\n- (CGRect)calculateFrame {\n    return self.pinView.bounds;\n}\n\n- (void)positionSubviews {\n    self.pinView.center = self.center;\n    if (_hasCalloutView) {\n        CGRect frame = self.calloutView.frame;\n        frame.origin.y = -frame.size.height - self.settings.calloutOffset;\n        frame.origin.x = (self.frame.size.width - frame.size.width) / 2.0;\n        self.calloutView.frame = frame;\n    }\n}\n\n- (void)roundifyCallout {\n    self.calloutView.layer.cornerRadius = self.settings.calloutCornerRadius;\n}\n\n- (void)addCalloutBorder {\n    self.calloutView.layer.borderWidth = self.settings.calloutBorderWidth;\n    self.calloutView.layer.borderColor = self.settings.calloutBorderColor.CGColor;\n}\n\n- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {\n    if (_hasCalloutView) {\n        UITouch *touch = [touches anyObject];\n        // toggle visibility\n        if (touch.view == self.pinView) {\n            if (self.calloutView.isHidden) {\n                [self showCalloutView];\n            } else {\n                [self hideCalloutView];\n            }\n        } else if (touch.view == self.calloutView) {\n            [self showCalloutView];\n        } else {\n            [self hideCalloutView];\n        }\n    }\n}\n\n- (void)hideCalloutView {\n    if (_hasCalloutView) {\n        if (!self.calloutView.isHidden) {\n            switch (self.settings.animationType) {\n            case DXCalloutAnimationNone: {\n                self.calloutView.hidden = YES;\n            } break;\n            case DXCalloutAnimationZoomIn: {\n                self.calloutView.transform = CGAffineTransformMakeScale(1.0, 1.0);\n                [UIView animateWithDuration:self.settings.animationDuration animations:^{\n                    self.calloutView.transform = CGAffineTransformMakeScale(0.25, 0.25);\n                } completion:^(BOOL finished) {\n                    self.calloutView.hidden = YES;\n                }];\n            } break;\n            case DXCalloutAnimationFadeIn: {\n                self.calloutView.alpha = 1.0;\n                [UIView animateWithDuration:self.settings.animationDuration animations:^{\n                    self.calloutView.alpha = 0.0;\n                } completion:^(BOOL finished) {\n                    self.calloutView.hidden = YES;\n                }];\n            } break;\n            default: {\n                self.calloutView.hidden = YES;\n            } break;\n            }\n        }\n    }\n}\n\n- (void)showCalloutView {\n    if (_hasCalloutView) {\n        if (self.calloutView.isHidden) {\n            switch (self.settings.animationType) {\n            case DXCalloutAnimationNone: {\n                self.calloutView.hidden = NO;\n            } break;\n            case DXCalloutAnimationZoomIn: {\n                self.calloutView.transform = CGAffineTransformMakeScale(0.025, 0.25);\n                self.calloutView.hidden = NO;\n                [UIView animateWithDuration:self.settings.animationDuration animations:^{\n                    self.calloutView.transform = CGAffineTransformMakeScale(1.0, 1.0);\n                } completion:nil];\n            } break;\n            case DXCalloutAnimationFadeIn: {\n                self.calloutView.alpha = 0.0;\n                self.calloutView.hidden = NO;\n                [UIView animateWithDuration:self.settings.animationDuration animations:^{\n                    self.calloutView.alpha = 1.0;\n                } completion:nil];\n            } break;\n            default: {\n                self.calloutView.hidden = NO;\n            } break;\n            }\n        }\n    }\n}\n\n#pragma mark - validate settings -\n\n- (void)validateSettings:(DXAnnotationSettings *)settings {\n    NSAssert(settings.calloutOffset >= 5.0, @\"settings.calloutOffset should be atleast 5.0\");\n    if (settings.shouldRoundifyCallout) {\n        NSAssert(settings.calloutCornerRadius >= 3.0, @\"settings.calloutCornerRadius should be atleast 3.0\");\n    }\n\n    if (settings.shouldAddCalloutBorder) {\n        NSAssert(settings.calloutBorderColor != nil, @\"settings.calloutBorderColor can not be nil\");\n        NSAssert(settings.calloutBorderWidth >= 1.0, @\"settings.calloutBorderWidth should be atleast 1.0\");\n    }\n\n    if (settings.animationType != DXCalloutAnimationNone) {\n        NSAssert(settings.animationDuration > 0.0, @\"settings.animationDuration should be greater than zero\");\n    }\n\n    self.settings = settings;\n}\n\n- (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event {\n    UIView *hitView = [super hitTest:point withEvent:event];\n    if (hitView == self)\n        return nil;\n    return hitView;\n}\n\n- (BOOL)pointInside:(CGPoint)point withEvent:(UIEvent *)event {\n    BOOL isCallout = (CGRectContainsPoint(self.calloutView.frame, point));\n    BOOL isPin = (CGRectContainsPoint(self.pinView.frame, point));\n    return isCallout || isPin;\n}\n\n#pragma mark - PinView\n\n- (void)setPinView:(UIView *)pinView {\n    //Removing old pinView\n    [_pinView removeFromSuperview];\n    \n    //Adding new pinView to the view's hierachy\n    _pinView = pinView;\n    [self addSubview:_pinView];\n    \n    //Position the new pinView\n    self.frame = [self calculateFrame];\n    self.pinView.center = self.center;\n}\n\n- (void)setCalloutView:(UIView *)calloutView {\n    //Removing old calloutView\n    [_calloutView removeFromSuperview];\n    \n    //Adding new calloutView to the view's hierachy\n    _calloutView = calloutView;\n    [self addSubview:_calloutView];\n    \n    self.calloutView.hidden = YES;\n    \n    //Adding Border\n    if (_hasCalloutView) {\n        if (self.settings.shouldAddCalloutBorder) {\n            [self addCalloutBorder];\n        }\n        if (self.settings.shouldRoundifyCallout) {\n            [self roundifyCallout];\n        }\n    }\n    [self positionSubviews];\n    \n}\n\n@end\n"
  },
  {
    "path": "README.md",
    "content": "# DXCustomCallout-ObjC\n\n[![CI Status](http://img.shields.io/travis/s3lvin/DXCustomCallout-ObjC.svg?style=flat)](https://travis-ci.org/s3lvin/DXCustomCallout-ObjC)\n[![Version](https://img.shields.io/cocoapods/v/DXCustomCallout-ObjC.svg?style=flat)](http://cocoapods.org/pods/DXCustomCallout-ObjC)\n[![License](https://img.shields.io/cocoapods/l/DXCustomCallout-ObjC.svg?style=flat)](http://cocoapods.org/pods/DXCustomCallout-ObjC)\n[![Platform](https://img.shields.io/cocoapods/p/DXCustomCallout-ObjC.svg?style=flat)](http://cocoapods.org/pods/DXCustomCallout-ObjC)\n\n## Usage\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n#### Integrating `DXAnnotationView` in your project\n\nYou can return a `DXAnnotationView` from \n\n    - (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id<MKAnnotation>)annotation\n\n method.\n\nFirst create your pinview and calloutview\n\n    UIView *pinView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@\"pin\"]];\n    UIView *calloutView = [[[NSBundle mainBundle] loadNibNamed:@\"myView\" owner:self options:nil] firstObject];\n\nThen you create your custom annotation view as shown below.\n\n    DXAnnotationView *annotationView = (DXAnnotationView *)[mapView dequeueReusableAnnotationViewWithIdentifier:NSStringFromClass([DXAnnotationView class])];\n        if (!annotationView) {\n            annotationView = [[DXAnnotationView alloc] initWithAnnotation:annotation\n                                                          reuseIdentifier:NSStringFromClass([DXAnnotationView class])\n                                                                  pinView:pinView\n                                                              calloutView:calloutView\n                                                                 settings:[DXAnnotationSettings defaultSettings]];\n        }\n        return annotationView;\n\n#### Configuring additional settings for your custom callout\n\n`DXAnnotationView` has customizable look and feel. You can configure the settings by passing your own `DXAnnotationSettings` in to `DXAnnotationView` while initializing it.\n\n    DXAnnotationSettings *newSettings = [[DXAnnotationSettings alloc] init];\n    newSettings.calloutOffset = <#your calloutoffset#>;\n\n    newSettings.shouldRoundifyCallout = <#YES to make the calloutview with corner radius#>;\n    newSettings.calloutCornerRadius = <#your callout view's corner radius. applied only if shouldRoundifyCallout is YES#>;\n\n    newSettings.shouldAddCalloutBorder = <#YES to add border for your custom callout#>;\n    newSettings.calloutBorderColor = <#your callout view's border color#>;\n    newSettings.calloutBorderWidth = <#your callout view's border width#>;\n\n    newSettings.animationType = <#DXCalloutAnimation type#>;\n    newSettings.animationDuration = <#DXCalloutAnimation duration#>;\n    \n#### Making sure the size of your custom view doesn't grow bigger\n\n1. Disable Autolayout for your custom callout view for a moment\n2. Remove the FexibleWidth and Flexible height AutoResizingMasks from your custom callout view\n3. Re enable Autolayout if needed\n\n![step1](https://cloud.githubusercontent.com/assets/6522274/9212655/824323b0-40a8-11e5-9004-a95cb0f8b6f8.jpg)\n![step2](https://cloud.githubusercontent.com/assets/6522274/9212656/82434c64-40a8-11e5-9276-b63e8515bc80.jpg)\n\n\n## Screenshot\n\n![DXCustomCallout](http://s26.postimg.org/5utm5d961/Callout.gif)\n\n## Requirements\n  iOS 7 or above & ARC\n  \n## Installation\n\nDXCustomCallout-ObjC is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"DXCustomCallout-ObjC\"\n```\n\n## Author\n\ns3lvin, mariaselvin@gmail.com\n\nPull requests are welcome!\n\n## License\n\nDXCustomCallout-ObjC is available under the MIT license. See the LICENSE file for more info.\n"
  }
]