From 603962375e2bb7675ab0b1fdd89fd4aad3a1fd0b Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Tue, 21 Jul 2015 09:21:33 +0200 Subject: [PATCH] - Fixes --- .../TabBarPicker/TabBarPickerSubItemsView.h | 1 + .../TabBarPicker/TabBarPickerSubItemsView.h | 1 + Example/Pods/Pods.xcodeproj/project.pbxproj | 2780 +++++++++-------- ...Example-TabBarPicker-TabBarPicker.xcscheme | 2 +- ...TabBarPicker_Example-TabBarPicker.xcscheme | 2 +- ...r_Tests-TabBarPicker-TabBarPicker.xcscheme | 2 +- ...s-TabBarPicker_Tests-TabBarPicker.xcscheme | 2 +- ...bBarPicker_Example-TabBarPicker-umbrella.h | 1 + ...TabBarPicker_Tests-TabBarPicker-umbrella.h | 1 + .../TabBarPicker/TabBarPickerViewController.m | 31 +- Pod/Classes/TabBarItem.h | 14 + Pod/Classes/TabBarItem.m | 23 +- Pod/Classes/TabBarPicker.h | 50 +- Pod/Classes/TabBarPicker.m | 134 +- Pod/Classes/TabBarPickerSubItemsView.h | 14 + Pod/Classes/TabBarPickerSubItemsView.m | 23 + Pod/Classes/TabBarSubItem.h | 1 - Pod/Classes/TabBarSubItem.m | 1 + 18 files changed, 1659 insertions(+), 1424 deletions(-) create mode 120000 Example/Pods/Headers/Private/TabBarPicker/TabBarPickerSubItemsView.h create mode 120000 Example/Pods/Headers/Public/TabBarPicker/TabBarPickerSubItemsView.h create mode 100644 Pod/Classes/TabBarPickerSubItemsView.h create mode 100644 Pod/Classes/TabBarPickerSubItemsView.m diff --git a/Example/Pods/Headers/Private/TabBarPicker/TabBarPickerSubItemsView.h b/Example/Pods/Headers/Private/TabBarPicker/TabBarPickerSubItemsView.h new file mode 120000 index 0000000..fc226bc --- /dev/null +++ b/Example/Pods/Headers/Private/TabBarPicker/TabBarPickerSubItemsView.h @@ -0,0 +1 @@ +../../../../../Pod/Classes/TabBarPickerSubItemsView.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/TabBarPicker/TabBarPickerSubItemsView.h b/Example/Pods/Headers/Public/TabBarPicker/TabBarPickerSubItemsView.h new file mode 120000 index 0000000..fc226bc --- /dev/null +++ b/Example/Pods/Headers/Public/TabBarPicker/TabBarPickerSubItemsView.h @@ -0,0 +1 @@ +../../../../../Pod/Classes/TabBarPickerSubItemsView.h \ No newline at end of file diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index 30d9706..7a46100 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -7,966 +7,957 @@ objects = { /* Begin PBXBuildFile section */ - 028E1C4245237A56134126E6 /* POPMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FB4FCA88B415FB078222BCA /* POPMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0315DF3D1EC4068318A3C195 /* Pods-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 443D958EB4DE78D8E62C5C4A /* Pods-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 05D1A78D492E50ADE41B9F79 /* TransformationMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FC944B51A9AABB1BD966173 /* TransformationMatrix.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0628EC860B05AA50EBCA2AEC /* POPAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 3729E26C1DB017C75622B629 /* POPAction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06837FACB5E69DB76B275B85 /* POPAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 24A17048D93B3FC30987EF9F /* POPAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 071D294FD116B113FD5F1360 /* POPAnimatableProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C60B233A8EF85B0317F9670 /* POPAnimatableProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 08078BC29786A70C4DAFE052 /* POPAnimationTracer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6F19A56AC21A2D774C62FA86 /* POPAnimationTracer.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 080F812D3ECEF7B1198F68F4 /* POPDecayAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = FCEFE7746BE219AE68A0C4E2 /* POPDecayAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0885010EC986086E55039484 /* FloatConversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E8F8D8D71D50738D29BCE9E /* FloatConversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D554A33E23E14E966AA6778 /* POPSpringAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 64D314BDE4E60E159440D7A5 /* POPSpringAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F9F01E4EF511616C129FBE0 /* POPAnimationRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DA896C58B4A5EAAC10CE4BF /* POPAnimationRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11EEAE5F9EC721778D863E12 /* NSLayoutConstraint+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 58D3DBE9457932CB1D63B3A3 /* NSLayoutConstraint+PureLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 124175AF626FBB5EA39727E5 /* NSArray+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 449FCBFF54573203102F8568 /* NSArray+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 13389365DFF9D7F389130365 /* POPSpringSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = FAFA36BC87D04BD069AF8402 /* POPSpringSolver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 148543481464A473ACB842C4 /* Pods-TabBarPicker_Example-pop-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EDF47423BDEC56B4F2372F2 /* Pods-TabBarPicker_Example-pop-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 15B382B7EAD29018F058E3C9 /* POPCGUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0987D512A15D33AE73206C52 /* POPCGUtils.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 170282EF53B459142C231421 /* NSArray+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = A5CAECDCDB3D39EF67CDFD83 /* NSArray+PureLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 174D5A8E6C682C3CA42FB8EB /* ALView+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = A9C1FFCFBD07F71673A8A670 /* ALView+PureLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 1761136729AE297986EA8DE6 /* POPAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = BB8C6C3D30D95897F8F1AD1B /* POPAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17D5AA7D251210CCCC74E416 /* POPDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = A28AB34B547C2C108EEDC1C6 /* POPDecayAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1D5783D437C5CDCFDA9637AA /* TabBarItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 00D46DAA4527AFB2D9A40877 /* TabBarItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 207584FE89D84084F154399A /* POPGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 06AA78A07B59EE4E6AF6F3B0 /* POPGeometry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 21F0689143751709C29C4296 /* POPDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = A28AB34B547C2C108EEDC1C6 /* POPDecayAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 238B4EB0D02AAD2EBC646F84 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C77C2BE3A4E3CCA23E698BD4 /* Foundation.framework */; }; - 24D23F8FEE75D0D6ADDBF957 /* TransformationMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FC944B51A9AABB1BD966173 /* TransformationMatrix.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24D39AF76FEE417AAB5DB4BC /* Pods-TabBarPicker_Example-TabBarPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F228F3639BE10FFA7CF1B1D0 /* Pods-TabBarPicker_Example-TabBarPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 256FB4B3602C1172393BAAA5 /* POPAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 3729E26C1DB017C75622B629 /* POPAction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25DD2AA05D70E6551C386ADB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C77C2BE3A4E3CCA23E698BD4 /* Foundation.framework */; }; - 25EE272403F6ECD3E2D8D117 /* POPSpringAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 64D314BDE4E60E159440D7A5 /* POPSpringAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26B8BD99BEC19A4E0024595F /* POPAnimatorPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 49798C0FF48EB4D7664F41D7 /* POPAnimatorPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 284D6E03F3FFE4223F01E65F /* POPLayerExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = D722283C500525DF9B35B472 /* POPLayerExtras.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 290741EDB6ACBED5D6DE5C06 /* PureLayoutDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 74197097B358E172B36148B3 /* PureLayoutDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2A21879C939BD1EED50CAA0A /* PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = DFD831CE46A6BD3D8618EB20 /* PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BA07485C504926821EAAEA4 /* Pods-PureLayout-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D804669BB013E4295EB3147 /* Pods-PureLayout-dummy.m */; }; - 2BC8BF25F1A74F7AE6DFA8E6 /* TabBarPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 645D899625DF1EC98990C8CB /* TabBarPicker.bundle */; }; - 2DDE8758349861802A7B928B /* POPAnimationEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = FA704CA6127ABD4D2822532A /* POPAnimationEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2EC5422DA9D1843D0518817E /* TabBarSubItem.m in Sources */ = {isa = PBXBuildFile; fileRef = F92981F6C2B022C840BBF55A /* TabBarSubItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 300580924136BB9FAA4B98AD /* POPAnimatorPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 49798C0FF48EB4D7664F41D7 /* POPAnimatorPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 316CC71EEEE8A2B0570A6453 /* POPAnimationTracer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6F19A56AC21A2D774C62FA86 /* POPAnimationTracer.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 317931427FA223597324A241 /* POPAnimationExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 68A8699AFBEDB0568A030E4F /* POPAnimationExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 317ABD103FD0FEA5C0DF8BA3 /* POPAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 24A17048D93B3FC30987EF9F /* POPAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 31B44DF5EF925760C8509BBA /* POPAnimationEventInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = B559A13D5BC4352504FA3069 /* POPAnimationEventInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3211EEDEA6503EFA2E1CE00A /* POPCGUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F4FD10263FC6272A6B60DA86 /* POPCGUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37B7713407774E2B197396AE /* TabBarSubItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E595AC0764ACAFD16047902 /* TabBarSubItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 38373EFAC74F21FF74CD0746 /* ALView+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 071008B6FA1EDDBC684AAFB4 /* ALView+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 399E44093381882CBD9D53F8 /* POPDecayAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = B29FFCDF4E854F8AE5514D03 /* POPDecayAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 3AE93CE5C945C523391D66BE /* Pods-TabBarPicker_Example-PureLayout-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B89421C32CE72BD9636B57E8 /* Pods-TabBarPicker_Example-PureLayout-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3AF15DBF0CD9E0A2654F802E /* NSLayoutConstraint+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 58D3DBE9457932CB1D63B3A3 /* NSLayoutConstraint+PureLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 3B27BCA81D9004ED1800167B /* PureLayout+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B94B0D2EE707E4D3CDFD74 /* PureLayout+Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B5E086D8F3710B38AC3D4EA /* Pods-TabBarPicker_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 09650C75877AA3DD011F3870 /* Pods-TabBarPicker_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3C0A598F69DDF2FDCBD319B3 /* POPBasicAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D68A1F2ED6BA48ACD7B1F5F /* POPBasicAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D6975336A3D2FF6B244279D /* POPMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FB4FCA88B415FB078222BCA /* POPMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D866159A754E1F22FB01564 /* TabBarPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 7269DADC260DD87D49F72D3D /* TabBarPicker.bundle */; }; - 3DEA863EF9CE4F63C8421E98 /* POPAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = BB8C6C3D30D95897F8F1AD1B /* POPAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E25AAB8668C1CCAE1EB15DD /* POPLayerExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = D722283C500525DF9B35B472 /* POPLayerExtras.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 42E76F1CE0AA4CEB8C7F10BE /* POPSpringSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = FAFA36BC87D04BD069AF8402 /* POPSpringSolver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45F31DC5ADC53BC35B7E3FA8 /* POP.h in Headers */ = {isa = PBXBuildFile; fileRef = 91D985E1E1F796C19A8A2494 /* POP.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 479A9E2468FB1767F46833DB /* PureLayoutDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 74197097B358E172B36148B3 /* PureLayoutDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4A8B9973B190802755FB7DCD /* POPAnimationTracerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 032729B40112DF3913DBA15A /* POPAnimationTracerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B557CC66689626165803712 /* POPPropertyAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = B547875384EDA72EBB1D362B /* POPPropertyAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 4BC9C8D65C2EAA3909B91C77 /* POPCustomAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 850D759EEFFF5CB373F2EB23 /* POPCustomAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4C5528C73817E0AAFCD39C3C /* Pods-PureLayout-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 28314DC8876D2657DFFF3362 /* Pods-PureLayout-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4F951D3605C97CB0B11AAF05 /* POPAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 271938ADBDC8E91C166F0498 /* POPAnimator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 553A3E1540A9F033E4D0AC8C /* POPAnimatableProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5515E5C5B184A6C29FDCFA0F /* POPAnimatableProperty.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 57D5C32D055ED0BD664BB394 /* POPAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 271938ADBDC8E91C166F0498 /* POPAnimator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5A2FF43089F29A537EBA3413 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C77C2BE3A4E3CCA23E698BD4 /* Foundation.framework */; }; - 5DB59750FF2CB0324948E798 /* Pods-TabBarPicker_Tests-TabBarPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 73255E51694909EFBC6F32EB /* Pods-TabBarPicker_Tests-TabBarPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 607215C4DE303451E15E379F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C77C2BE3A4E3CCA23E698BD4 /* Foundation.framework */; }; - 60F369E77A7264A05B69F793 /* TabBarPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 50BCD73ECD1D1ABA7EA92827 /* TabBarPicker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 61CFB90EB58384B6CCE39B63 /* Pods-pop-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CD86F56905D0C6313134E8B3 /* Pods-pop-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 61F82226E4EF6ADE0A095820 /* POPDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B93F962C67E52984D0074CB /* POPDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6530263B704B52E9DFF19DF9 /* Pods-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 138B36BDFD8F34C76665A4D4 /* Pods-dummy.m */; }; - 65EC9C32C8762C2D156314F3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C77C2BE3A4E3CCA23E698BD4 /* Foundation.framework */; }; - 6808004069B4722575364DC2 /* POPCustomAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 44CF3BD44771BFF7067AD84D /* POPCustomAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 6D7FD877AC941E76916C6E30 /* POPVector.h in Headers */ = {isa = PBXBuildFile; fileRef = FF167D64A8DCE2FA448D47A7 /* POPVector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6ED2317CC22874779BF60CA7 /* Pods-TabBarPicker_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5551257D07A1164F3FA0C05F /* Pods-TabBarPicker_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 70A5A9D5B3192D086ABFAD33 /* PureLayout+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B94B0D2EE707E4D3CDFD74 /* PureLayout+Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 722789422B303B7BAA916659 /* POPCGUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F4FD10263FC6272A6B60DA86 /* POPCGUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 733CF793B3CCD82CEC8BACA1 /* TabBarPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 50BCD73ECD1D1ABA7EA92827 /* TabBarPicker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 7510CDB2FF7FFCD835747DA9 /* Pods-TabBarPicker_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C68EC2A5FF1392333289C92D /* Pods-TabBarPicker_Tests-dummy.m */; }; - 75280BE1F850111CD00C00B3 /* POPGeometry.mm in Sources */ = {isa = PBXBuildFile; fileRef = B0EF3EB1DEB244093E4F6818 /* POPGeometry.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 7B3EB1011E58FD253EBE18CC /* POPVector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 21D3B2F6DD74AB9EBBF8FCCD /* POPVector.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 7C8E3D3977FE798C5AB34E4B /* POPBasicAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 39D4850E109E57D10BD07277 /* POPBasicAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 7DCAA26F60AE92CBFF9BF32D /* TabBarSubItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E595AC0764ACAFD16047902 /* TabBarSubItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7DFB35A7BDFFD12D77BBA2B7 /* Pods-TabBarPicker_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 44B83BFC6991D82D1BA136A7 /* Pods-TabBarPicker_Example-dummy.m */; }; - 7E8E3C2A59062270E124536E /* POPAnimationEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = FA704CA6127ABD4D2822532A /* POPAnimationEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 889A1170B7C1C7E5A58418E2 /* POPAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 05C3BB70AB84B7C3E9EA9324 /* POPAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 88E0CD20025D830BE202AB5C /* POPAnimationExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = 53A519AA49D027FD94189534 /* POPAnimationExtras.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 8944F70DD4A00F87E3EB7055 /* POPAnimationTracer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C7716C17013E5ABF2500DAF /* POPAnimationTracer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8ADD5FDD7542382CDB1ADEBF /* POPAnimationPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 56EB50097986B745FF1FEC98 /* POPAnimationPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D445B5ACD802D3362EE5240 /* TransformationMatrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9438F0111935CAD9743C6F8 /* TransformationMatrix.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 8D5D8BF025CA5C802D13380A /* POPAnimator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6F9D5BDEA343EF395128107B /* POPAnimator.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 8DEDB4FCFE53CC31B4BA1609 /* POPPropertyAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CC07AD4061A2AB448DA6AC64 /* POPPropertyAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 951EA59FCFF0C82AE1F37E17 /* TabBarItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 31259D03EB1D8BAEFB132E91 /* TabBarItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 9BDE778C39AB9817D2EFD81A /* POP.h in Headers */ = {isa = PBXBuildFile; fileRef = 91D985E1E1F796C19A8A2494 /* POP.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9DEE60342AF3BBC33321D5F6 /* POPGeometry.mm in Sources */ = {isa = PBXBuildFile; fileRef = B0EF3EB1DEB244093E4F6818 /* POPGeometry.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - 9E064F36D0D6FB78C3FB7011 /* PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = DFD831CE46A6BD3D8618EB20 /* PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9EB942FC8AB45ABDBA3275D3 /* POPSpringAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7160F8C17FB46A661113DAF7 /* POPSpringAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - A0E908689A301AF151C7036D /* POPBasicAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D68A1F2ED6BA48ACD7B1F5F /* POPBasicAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1951E04930E3E56682527D4 /* Pods-pop-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C1B252EC5C82F6214584C092 /* Pods-pop-dummy.m */; }; - A1A766D2A20772DF5AAB5BC2 /* POPBasicAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 76A8B646A66070650815BD5F /* POPBasicAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A1B8856D4E4F760C13FF6201 /* POPAnimationTracer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C7716C17013E5ABF2500DAF /* POPAnimationTracer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A474D3505BDF843B4169A88F /* POPLayerExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 709FDD8DA6133604F1FCA093 /* POPLayerExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A58C09731025D79AE44F11A8 /* ALView+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = A9C1FFCFBD07F71673A8A670 /* ALView+PureLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - A5FC93BE8FC524EBC6396D69 /* POPDecayAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = FCEFE7746BE219AE68A0C4E2 /* POPDecayAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6F0604B720FC76B7C28C252 /* POPSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D7AA37439A4A9EC6831B32E /* POPSpringAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7CF919EF93929BFBF917564 /* TabBarItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 00D46DAA4527AFB2D9A40877 /* TabBarItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A8C689EB0131B2EF4037ABD2 /* POPPropertyAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = B547875384EDA72EBB1D362B /* POPPropertyAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - A9B357D4D21286E041920533 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C77C2BE3A4E3CCA23E698BD4 /* Foundation.framework */; }; - AA8118F4746D5CCD0DC7B108 /* POPDecayAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = B29FFCDF4E854F8AE5514D03 /* POPDecayAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - AB70ED27321825DAE0A31CC4 /* POPAnimator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6F9D5BDEA343EF395128107B /* POPAnimator.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - ACAD3194A61C9D419D2EF699 /* Pods-TabBarPicker_Example-TabBarPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AA5D93D91ECB2D9336E19448 /* Pods-TabBarPicker_Example-TabBarPicker-dummy.m */; }; - ACEC43B19CF74DE20C898662 /* POPVector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 21D3B2F6DD74AB9EBBF8FCCD /* POPVector.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - AD3AECD9FA70C853093DA289 /* POPAnimatableProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C60B233A8EF85B0317F9670 /* POPAnimatableProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AE6B09A19911F4B1280873DE /* POPCustomAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 44CF3BD44771BFF7067AD84D /* POPCustomAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - AED6C75FCE4D9FFD2EA1DBF0 /* FloatConversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E8F8D8D71D50738D29BCE9E /* FloatConversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AEEE44781C8515A3AEBCD26B /* Pods-TabBarPicker_Tests-TabBarPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B99CF403C606CBF3B42815F1 /* Pods-TabBarPicker_Tests-TabBarPicker-dummy.m */; }; - B2B20E536805BF9757BACE1E /* POPCGUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0987D512A15D33AE73206C52 /* POPCGUtils.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - B54E8CB80FA5E3D3AF824550 /* TransformationMatrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9438F0111935CAD9743C6F8 /* TransformationMatrix.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - B56E9F7E3C041B9176DFE285 /* POPPropertyAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CC07AD4061A2AB448DA6AC64 /* POPPropertyAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B863E747402484068B0B3ECC /* POPAnimationRuntime.mm in Sources */ = {isa = PBXBuildFile; fileRef = D11BBB2FC2725F8E1C055862 /* POPAnimationRuntime.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - BAD3C1BEE10DFAC02B913B29 /* TabBarSubItem.m in Sources */ = {isa = PBXBuildFile; fileRef = F92981F6C2B022C840BBF55A /* TabBarSubItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - BD3691F61A3DB599850614AC /* POPSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D7AA37439A4A9EC6831B32E /* POPSpringAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C05F40EF83183B7B6E23AB4D /* POPMath.mm in Sources */ = {isa = PBXBuildFile; fileRef = A60C50849505564B8F1B5856 /* POPMath.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - C062FE743B733C971CD18F91 /* NSArray+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = A5CAECDCDB3D39EF67CDFD83 /* NSArray+PureLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - C1A22C71E2205E1962D9C026 /* POPSpringAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7160F8C17FB46A661113DAF7 /* POPSpringAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - C2EB2BD55DC11AF37A9838FB /* POPBasicAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 39D4850E109E57D10BD07277 /* POPBasicAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - C562E1B2C224B05CFF8AADD6 /* POPDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B93F962C67E52984D0074CB /* POPDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C58B8BD7D8FC24246423434E /* POPAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 05C3BB70AB84B7C3E9EA9324 /* POPAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C608C4C7CDD5C0163CE163BE /* POPAnimationPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 56EB50097986B745FF1FEC98 /* POPAnimationPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6AED1C107280FF7677E7394 /* POPPropertyAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C433AFFBF4177EDF819E8E /* POPPropertyAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CA2C160A36081E766E965157 /* UnitBezier.h in Headers */ = {isa = PBXBuildFile; fileRef = 2618F49BC031A9390BC7CAAB /* UnitBezier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCB1712EA085228E32C5EBE4 /* POPCustomAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 850D759EEFFF5CB373F2EB23 /* POPCustomAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CDECD98613E8E46225B67BA9 /* POPAnimationTracerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 032729B40112DF3913DBA15A /* POPAnimationTracerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2C29025CAA41227E4A01E57 /* POPAnimationRuntime.mm in Sources */ = {isa = PBXBuildFile; fileRef = D11BBB2FC2725F8E1C055862 /* POPAnimationRuntime.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - D5C5B9AC8227E3FE0C115A8F /* ALView+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 071008B6FA1EDDBC684AAFB4 /* ALView+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D83F23DEDE02FB4B8EE8BF97 /* NSArray+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 449FCBFF54573203102F8568 /* NSArray+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D873BDA7263416862E2CC843 /* POPAnimationEvent.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3EBF3582394D404700DF4A95 /* POPAnimationEvent.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - DB30F5D8E95DAAD3AF783430 /* POPAnimationEventInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = B559A13D5BC4352504FA3069 /* POPAnimationEventInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC46E2A60068ECFAFB03412A /* Pods-TabBarPicker_Example-pop-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F3347E2E6D4E8033E6675EA /* Pods-TabBarPicker_Example-pop-dummy.m */; }; - E2D1C4E87A7758799F5279F6 /* POPAnimatableProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5515E5C5B184A6C29FDCFA0F /* POPAnimatableProperty.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - E5ECCD1E0FBB68B10DAB2CDD /* Pods-TabBarPicker_Example-PureLayout-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F32296154A5A11C05AE6B1E2 /* Pods-TabBarPicker_Example-PureLayout-dummy.m */; }; - E7965EE710DFF843733CF8B2 /* TabBarPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F831F26D2B21FFD7312CFF1 /* TabBarPicker.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E8F085E587F1CFD5111B856A /* POPBasicAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 76A8B646A66070650815BD5F /* POPBasicAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E9839308B0339F4E036A6162 /* POPAnimationEvent.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3EBF3582394D404700DF4A95 /* POPAnimationEvent.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - EB1059B62BF8D71A0900EC9C /* NSLayoutConstraint+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = A45FB8C9E53D220C82DAD3AE /* NSLayoutConstraint+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBD59634ADE58272EF9C30ED /* TabBarPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F831F26D2B21FFD7312CFF1 /* TabBarPicker.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EC2137EABBBCBA3B9DAF32CA /* POPPropertyAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C433AFFBF4177EDF819E8E /* POPPropertyAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ED6BCA1485537EF900EDB6FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C77C2BE3A4E3CCA23E698BD4 /* Foundation.framework */; }; - EF45FC82A689A0A55C0E59BD /* NSLayoutConstraint+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = A45FB8C9E53D220C82DAD3AE /* NSLayoutConstraint+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F00E28ADDE8CF3FEB81B3CD8 /* POPMath.mm in Sources */ = {isa = PBXBuildFile; fileRef = A60C50849505564B8F1B5856 /* POPMath.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - F31D04B532021F65C5B636F6 /* TabBarItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 31259D03EB1D8BAEFB132E91 /* TabBarItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - F3B86B7925C36CA006D71900 /* POPAnimationExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 68A8699AFBEDB0568A030E4F /* POPAnimationExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F3F7DD1444B842C6C01CDFDA /* POPGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 06AA78A07B59EE4E6AF6F3B0 /* POPGeometry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F515A9169285AC14851FFE16 /* POPLayerExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 709FDD8DA6133604F1FCA093 /* POPLayerExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FAA2592A2AB98C27C61C41FB /* UnitBezier.h in Headers */ = {isa = PBXBuildFile; fileRef = 2618F49BC031A9390BC7CAAB /* UnitBezier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC4B1F03F1D7BBEC92964E4C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C77C2BE3A4E3CCA23E698BD4 /* Foundation.framework */; }; - FCB75132BBA13649D211FC91 /* POPAnimationRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DA896C58B4A5EAAC10CE4BF /* POPAnimationRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCDCA7FBCB99CA24E7F592AF /* POPAnimationExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = 53A519AA49D027FD94189534 /* POPAnimationExtras.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; - FE13A2912BF89E973AC30C7D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C77C2BE3A4E3CCA23E698BD4 /* Foundation.framework */; }; - FF0CFFBCB6C23A8F74FC42EE /* POPVector.h in Headers */ = {isa = PBXBuildFile; fileRef = FF167D64A8DCE2FA448D47A7 /* POPVector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 017751B00A19E088774A9A36 /* POPCustomAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = E226A506D7BEE5F31C0E2CFA /* POPCustomAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 020843D9EEED6434BCA8E03C /* Pods-PureLayout-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DE98FB43FD8AF87558C949F /* Pods-PureLayout-dummy.m */; }; + 027D27FD80F8B6438DF32D71 /* TransformationMatrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9EA47F53E372DEAEB5FFD0A7 /* TransformationMatrix.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 03B13D81C2989C4E60F7E4C1 /* POPDecayAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 49DBB4DFA4326F5EC64B2D20 /* POPDecayAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 04DFEC15EEFF9343248C0DAB /* PureLayoutDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F5D472F78835DF10642FED /* PureLayoutDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 056E6B5B25D44CB683046ED1 /* POPAnimationEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A75BF9B5A218000B19C110 /* POPAnimationEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 06F936D1FD0CACBAB8D42186 /* POPCGUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6E4AC5D29211DE73190905B5 /* POPCGUtils.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 08182F13A05154CD65AE4605 /* TabBarPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EBFE41004AD256533049528 /* TabBarPicker.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 081902C0DB6F767D5CFCFDE2 /* NSArray+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 481DCCBEAAE97AFD01526FA2 /* NSArray+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 08B6146381C539B85D07FB1A /* POPGeometry.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5DC4E453F2301DC52DBA943 /* POPGeometry.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 098901416FF5313A32689A9F /* POPAnimationRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 552AB480E386C5B46102AA6B /* POPAnimationRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A21560A1589020F1ADF7538 /* FloatConversion.h in Headers */ = {isa = PBXBuildFile; fileRef = C89755B7429BA8416726C976 /* FloatConversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BAD9CCE021D6E4C47E0FD1B /* POPLayerExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BFB1C574D40FD98565713A7 /* POPLayerExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0D8D216CEDB0B0736446A7DF /* POPAnimationExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = 220C2C21C3E8499F4FB6C89D /* POPAnimationExtras.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 0E4DF8DF77CF83ECC1E2BE39 /* POPAnimationPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 248FBB7C7DFF12C26E977F54 /* POPAnimationPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1036C50D9AE0550A4781B329 /* POPAnimator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D5DD94D1DBD83E9361E2491 /* POPAnimator.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 11007AE2D26CDC979E005596 /* POPLayerExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = C5236EEA3772FB0C5F62894A /* POPLayerExtras.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 117498583BC6DB0334A28D40 /* POPAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7671C709696939CF728CBF89 /* POPAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 11CF75E335E70880AAE04F2B /* TabBarPickerSubItemsView.m in Sources */ = {isa = PBXBuildFile; fileRef = 13660ECE3ACE682AFF3887AC /* TabBarPickerSubItemsView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 11E4EE40700313091CF3754C /* POPGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = CB727B79627320DFC1811EE6 /* POPGeometry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 128BF7250491FE69CCE651A6 /* Pods-TabBarPicker_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 813339C86C19EA6B7D13FD9E /* Pods-TabBarPicker_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 13D596AC60910E6041FB5E7F /* POPSpringSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CF169FBEF3383F97806A666 /* POPSpringSolver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 144119FD75791DEAD799F080 /* POPAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 60CFC588A9F296D142625E9D /* POPAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 18DE3E0DDC18F705CFDE950F /* POPDecayAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 49DBB4DFA4326F5EC64B2D20 /* POPDecayAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 18FC9128420B3E68521A14D3 /* POPLayerExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = C5236EEA3772FB0C5F62894A /* POPLayerExtras.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 1C01B2F40E2C216B21EAFC1B /* POPAnimationTracerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 62620BD82EA9934614182BC3 /* POPAnimationTracerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F237B0FA9BAC33DF04D8AF0 /* POPLayerExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BFB1C574D40FD98565713A7 /* POPLayerExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1FDA3E66D6FE684C5C01781E /* PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B59B1AB19F58353D0AEF09E /* PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 209A8423AD1FDC253035CB31 /* POPAnimatableProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 83CB18A7F96034CA5A052598 /* POPAnimatableProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 20A6BFDC9770DECA3F784147 /* FloatConversion.h in Headers */ = {isa = PBXBuildFile; fileRef = C89755B7429BA8416726C976 /* FloatConversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21C8F509E1848075B377C10F /* TabBarPickerSubItemsView.m in Sources */ = {isa = PBXBuildFile; fileRef = 13660ECE3ACE682AFF3887AC /* TabBarPickerSubItemsView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 24C775D0AD925E654FF48F87 /* NSArray+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 481DCCBEAAE97AFD01526FA2 /* NSArray+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2844095F9390BDD7700091A2 /* POPAnimationPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 248FBB7C7DFF12C26E977F54 /* POPAnimationPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 290D82292817D918C6D8BB57 /* Pods-TabBarPicker_Tests-TabBarPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B5B5AC54CFEB05692AA815A /* Pods-TabBarPicker_Tests-TabBarPicker-dummy.m */; }; + 2AF197897974F0ED47E5BA73 /* POPAnimationEvent.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF7EBCFBD69634580761F226 /* POPAnimationEvent.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 2B9E63D0B263EA5EB7A744EB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5318CCF0E05CEED642F4EBA1 /* Foundation.framework */; }; + 2CDE7A59FACC9547C5317663 /* POPVector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6D83D7CC82208B8F5DB6F9B2 /* POPVector.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 2DD68C910B9C3A1CBE965A8B /* POPMath.h in Headers */ = {isa = PBXBuildFile; fileRef = C97337B6B1C0C92F79B3C60B /* POPMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E3A6031BF5D6579C2A39CE8 /* TabBarSubItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 489D9E1E1C7A2D5F8BC9F84C /* TabBarSubItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E7F4A880041D1679751ECEC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5318CCF0E05CEED642F4EBA1 /* Foundation.framework */; }; + 2FCB6F04A738E00FF30FC790 /* UnitBezier.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FCFE30967DE61491182F4C5 /* UnitBezier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 307EC0A341B79BF722B32F98 /* NSLayoutConstraint+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = A51FE7687AB0793F310D2B9B /* NSLayoutConstraint+PureLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 312CF9C31CF6352828C90148 /* POPAnimationTracer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 322F6F4AB63287ECAF0CA6CD /* POPAnimationTracer.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 32C9D8217BCCDE3DCD65E544 /* POPDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 9799C38880B19C8D8127D387 /* POPDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 336110892E9B9A9F7667AE30 /* POPAnimationTracer.h in Headers */ = {isa = PBXBuildFile; fileRef = 361BBEEFA5B9AD92637B4A08 /* POPAnimationTracer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 340517EEFF7FB5C69AB5E7E3 /* TabBarItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D0486D2A6CC5159ED6C3FA5 /* TabBarItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 341730B4E008176F2048D789 /* POPCustomAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = E226A506D7BEE5F31C0E2CFA /* POPCustomAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3DBFAF474ADE9C7BAEBA8C6A /* POPVector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6D83D7CC82208B8F5DB6F9B2 /* POPVector.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 40BDE802A00DFD84EF4F625E /* TabBarPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 66C7B75EB841D53F0EC483E0 /* TabBarPicker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 42A09D79DFE7231826C7F0FB /* TransformationMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 45D8B817339DC323C26500BD /* TransformationMatrix.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47B0500E556E3692E1BBD7FB /* Pods-pop-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AA26A92C09486DC977E4DAF7 /* Pods-pop-dummy.m */; }; + 47BF1D4CDBC8D9D8CF6D85BC /* PureLayout+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A1ED918F18DBCB84B212DA /* PureLayout+Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 492B544808CCC6D323564B16 /* TabBarSubItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 1312AE216DB90DE6BCCFEE9D /* TabBarSubItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 49F3C6BDA9995B381ABF6FAD /* TransformationMatrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9EA47F53E372DEAEB5FFD0A7 /* TransformationMatrix.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 4B24E249027F39B5C229D67B /* POPAnimationExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 1601934E60C7E519C0FEDC56 /* POPAnimationExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4B8F6804497295478FE16F30 /* POPBasicAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 901108BC6D9A8F028EDAD8F2 /* POPBasicAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D5DD060A66688615FD4E9EB /* NSArray+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = B8B9D49500DD7A18D29BC0CD /* NSArray+PureLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 4EEF05B7B49486A963343387 /* POPGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = CB727B79627320DFC1811EE6 /* POPGeometry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5108695DCD420DB9B9336924 /* POPAnimationRuntime.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4291D5DE14FE83D5B6B9156E /* POPAnimationRuntime.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 51E8D4F3F72F912B81C1DB9B /* TabBarPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = ED11DDCF7451052F5D7DB7FC /* TabBarPicker.bundle */; }; + 55C68813CBBF2AF8A18AACD6 /* POPAnimationEvent.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF7EBCFBD69634580761F226 /* POPAnimationEvent.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 564F9D0578414AD4B735E081 /* POP.h in Headers */ = {isa = PBXBuildFile; fileRef = A4F94EB380221710F30AFABC /* POP.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 56A01D53215DD2C38A1DF3C0 /* POPBasicAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 901108BC6D9A8F028EDAD8F2 /* POPBasicAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56DFBD0EEC8D672C0C9F02F7 /* POPMath.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C38118B267F78FF311DC60E /* POPMath.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 586007BAA0A6603293988140 /* POPDecayAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D391F023EF911E0E8CAADA5 /* POPDecayAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5906B89ABF001AA820C85A0D /* Pods-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D8C2A10274C723A159433ED1 /* Pods-dummy.m */; }; + 5914913A5D8681C6A38503F2 /* POPAnimatableProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0989F71569E92C4CBAFE1921 /* POPAnimatableProperty.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 5B586BB61B5E9B928EB90EAB /* POPAnimationExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 1601934E60C7E519C0FEDC56 /* POPAnimationExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5D52FDF3FBAD15100F8B2DA2 /* POPAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7671C709696939CF728CBF89 /* POPAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5FC120A542C16A10BC63BE97 /* Pods-TabBarPicker_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F726856037B0FAE7F190DEA /* Pods-TabBarPicker_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6228DBC163C4507004F353F4 /* POPAnimatableProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0989F71569E92C4CBAFE1921 /* POPAnimatableProperty.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 6418584882588F555B146223 /* POPCGUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D356A9EEEA5DDCF8FF04FB7 /* POPCGUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6418C1B27B86A5BE0EE11B87 /* POPAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC550239DC303E4407ECDC2 /* POPAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B7B6BB7B019AEA8BB22F119 /* POPAnimator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D5DD94D1DBD83E9361E2491 /* POPAnimator.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 6CBFBDBDE1CBBD4BA906861A /* POPAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 5479DC06522B7F04045D9787 /* POPAction.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DB438FBC269069D4CCB21E8 /* POPCGUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6E4AC5D29211DE73190905B5 /* POPCGUtils.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 6DED92D38E9CAA6952AF5608 /* POPAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 5479DC06522B7F04045D9787 /* POPAction.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DF4E0E24E3256BF574462D0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5318CCF0E05CEED642F4EBA1 /* Foundation.framework */; }; + 6EA89B183674A2ACDECB04E0 /* Pods-TabBarPicker_Example-pop-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A7C186830A35BB4C268F975 /* Pods-TabBarPicker_Example-pop-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6EAD877044B73A9D5854B5B7 /* POPCGUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D356A9EEEA5DDCF8FF04FB7 /* POPCGUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7131945C73D4C0FD8D714B22 /* POPDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 671119BD943A4653A352A441 /* POPDecayAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 715F0E1D29D7145FA2C69E34 /* Pods-TabBarPicker_Tests-TabBarPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 94B31BDE01F6DFC4A63DFF9A /* Pods-TabBarPicker_Tests-TabBarPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 729044F6A7DAA40AD4808B1D /* POPAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = A7ECA2F74F793F76240F306D /* POPAnimator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 734FE62A4C80C836913CF34D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5318CCF0E05CEED642F4EBA1 /* Foundation.framework */; }; + 75F66501334553B157607CBC /* POPAnimationTracer.h in Headers */ = {isa = PBXBuildFile; fileRef = 361BBEEFA5B9AD92637B4A08 /* POPAnimationTracer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 765BC6E753BAEA1F1756446E /* POPSpringAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = DB75B471EDA1CA2DE9C33C0F /* POPSpringAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76939EFE9DE303F6833BEDAF /* POPAnimationEventInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = B3719287A9AF0C8F9D5C15CD /* POPAnimationEventInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77B2793ECEE9C9710A36614F /* TabBarSubItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 489D9E1E1C7A2D5F8BC9F84C /* TabBarSubItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 788052CE12E84D027B723C4F /* POPAnimationTracer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 322F6F4AB63287ECAF0CA6CD /* POPAnimationTracer.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 78CAA47D939E5228BA39C2D1 /* POPAnimationRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 552AB480E386C5B46102AA6B /* POPAnimationRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B30AFAE62B59FD2C63F5AC2 /* POPAnimationEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A75BF9B5A218000B19C110 /* POPAnimationEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7C0277E4F69FFAD8E6881B2D /* POPCustomAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99B3AFB3448E42354C7E3CA9 /* POPCustomAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 7EEFA58925CF1F0E54B25872 /* POPMath.h in Headers */ = {isa = PBXBuildFile; fileRef = C97337B6B1C0C92F79B3C60B /* POPMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80716918BBD2301FB591EF53 /* POPPropertyAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = CB321577DDDDE89741F7271C /* POPPropertyAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 8153F1510F8E97993D0F18A2 /* POPGeometry.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5DC4E453F2301DC52DBA943 /* POPGeometry.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 818BCA168FADCC7FF5FEB0C5 /* POPAnimatableProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 83CB18A7F96034CA5A052598 /* POPAnimatableProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 829719688B88D39C0D27CF4D /* POPBasicAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = BE8898601881A3FF69CB045A /* POPBasicAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 839659DD52AFD750CDDF3482 /* NSLayoutConstraint+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D4F8D303386AC44822AF565 /* NSLayoutConstraint+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8405F663AA143787C252D9B0 /* POPAnimationRuntime.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4291D5DE14FE83D5B6B9156E /* POPAnimationRuntime.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 860CD73816723824CCEC4AB9 /* POPDecayAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D391F023EF911E0E8CAADA5 /* POPDecayAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A6172E965D8507E20F55032 /* PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B59B1AB19F58353D0AEF09E /* PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8F0FDEFCCF9CF58A25569966 /* Pods-PureLayout-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F05E63141E47B3D9C7A034C /* Pods-PureLayout-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8FED6AE4C37211F41462184A /* Pods-TabBarPicker_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DF2C9745FAD90248C8A0E440 /* Pods-TabBarPicker_Example-dummy.m */; }; + 906F8380F7845060716E328C /* POPBasicAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0C7A734081DC40C0F31F673C /* POPBasicAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 914CACE912D10B0A5724D42E /* Pods-pop-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CBF8EA93CEB1A79869EC3347 /* Pods-pop-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 91920145BDDDB740D379EA27 /* POPAnimationEventInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = B3719287A9AF0C8F9D5C15CD /* POPAnimationEventInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93E4648EBA095B2F61D0FF3D /* POPAnimationExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = 220C2C21C3E8499F4FB6C89D /* POPAnimationExtras.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 94ADBF02799736FE3500B658 /* POPSpringAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 35CF5A05C3B6069754E32983 /* POPSpringAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 9A0F3721074793034229A008 /* POPSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 912D3B150DD89D0B80BACEFF /* POPSpringAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9A7CC9808A3459547431DED5 /* Pods-TabBarPicker_Example-pop-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5525384DC7AE50A2B5E89645 /* Pods-TabBarPicker_Example-pop-dummy.m */; }; + 9B3163AC28AABF4F050FAD69 /* TabBarSubItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 1312AE216DB90DE6BCCFEE9D /* TabBarSubItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 9CBD4F671075F58D4566E0B2 /* NSArray+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = B8B9D49500DD7A18D29BC0CD /* NSArray+PureLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + 9D00D00D0E4D0C883429B32D /* POP.h in Headers */ = {isa = PBXBuildFile; fileRef = A4F94EB380221710F30AFABC /* POP.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9F4718A0FB51BAB3CBFFA2FA /* ALView+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 1276CC727D252F3FBCC500D8 /* ALView+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9F5C73D80B8E8BD21FEC99E5 /* Pods-TabBarPicker_Example-PureLayout-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3278943CA7BA250401368DCD /* Pods-TabBarPicker_Example-PureLayout-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A2C4DE5C00CD102A55502296 /* POPAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = A7ECA2F74F793F76240F306D /* POPAnimator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A30B63A996DFE2CDD154B849 /* POPPropertyAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 50EF158D99CB9C6F1494769E /* POPPropertyAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A31C88636BAC55E8F4B13702 /* NSLayoutConstraint+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D4F8D303386AC44822AF565 /* NSLayoutConstraint+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A43DBB66A802E26808F11C56 /* POPVector.h in Headers */ = {isa = PBXBuildFile; fileRef = 3047742051845C84E58DFB86 /* POPVector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A46E026A7178F04988812A25 /* POPAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 60CFC588A9F296D142625E9D /* POPAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + A8B66F5282DD2E48E2074653 /* TabBarPickerSubItemsView.h in Headers */ = {isa = PBXBuildFile; fileRef = 038E63B1DBCA0584644ED157 /* TabBarPickerSubItemsView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A8EFE3C037D1713B394F1D8C /* POPPropertyAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 50EF158D99CB9C6F1494769E /* POPPropertyAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AB2F3A788CBA4DDBFBF602BC /* POPCustomAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99B3AFB3448E42354C7E3CA9 /* POPCustomAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + AFCDBF34A953115B8C93AC99 /* ALView+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 1276CC727D252F3FBCC500D8 /* ALView+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B083E4A4515895B5BEC6C500 /* Pods-TabBarPicker_Example-PureLayout-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C240B79453CA04C9D746A157 /* Pods-TabBarPicker_Example-PureLayout-dummy.m */; }; + B2EA006D2C409F9FEB8D85D5 /* Pods-TabBarPicker_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EBA369F80242B946F30EC93 /* Pods-TabBarPicker_Tests-dummy.m */; }; + B84FEED9BB89D3450AFEB7D4 /* TabBarPickerSubItemsView.h in Headers */ = {isa = PBXBuildFile; fileRef = 038E63B1DBCA0584644ED157 /* TabBarPickerSubItemsView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BA2B5A50486F8D860160FF8D /* POPAnimatorPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A7CE41912D567ECB03A6D64 /* POPAnimatorPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD57D404A47583100FD9DE8B /* ALView+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 045BE7162D2570928876F033 /* ALView+PureLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + BED095B79B8E8AE2B1AA0800 /* POPAnimatorPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A7CE41912D567ECB03A6D64 /* POPAnimatorPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1638E0920E1B5BDA9B948B5 /* POPBasicAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0C7A734081DC40C0F31F673C /* POPBasicAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + C2F706C6DD01D7F230E16886 /* POPSpringSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CF169FBEF3383F97806A666 /* POPSpringSolver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5D83684C883DF5BABEB0D0E /* TabBarPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 66C7B75EB841D53F0EC483E0 /* TabBarPicker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + CD5FBE3A47130873B6E9BE28 /* TabBarItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D0486D2A6CC5159ED6C3FA5 /* TabBarItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + CDDA0B7F64F04BC2E6C39FCB /* PureLayoutDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F5D472F78835DF10642FED /* PureLayoutDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CEC3AB8B3CE2AED183131A8B /* POPVector.h in Headers */ = {isa = PBXBuildFile; fileRef = 3047742051845C84E58DFB86 /* POPVector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D05F604195A3A025E43D406C /* TabBarPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EBFE41004AD256533049528 /* TabBarPicker.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D0ACC06A05D07915BDBD1168 /* TabBarItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 948796D629A2FE463CD40F14 /* TabBarItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D2702E4DABF3C4F7C7A10EB2 /* POPPropertyAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CC5C592E4B54F3B0012C323C /* POPPropertyAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4E3665CF764F95752770A3A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5318CCF0E05CEED642F4EBA1 /* Foundation.framework */; }; + D7D25AE64019B20D9ADE26EF /* TabBarPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 907DC892E25945C8881BB67A /* TabBarPicker.bundle */; }; + D9978BCEEBCDE0A1F8B1CE46 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5318CCF0E05CEED642F4EBA1 /* Foundation.framework */; }; + DCF7AF7026A3C565C10FD4AF /* POPSpringAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 35CF5A05C3B6069754E32983 /* POPSpringAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + E07ED9E7484699902358B0E7 /* TransformationMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 45D8B817339DC323C26500BD /* TransformationMatrix.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3E31B877B4D0417DA52DF48 /* POPDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 9799C38880B19C8D8127D387 /* POPDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E580A2C158B568366F141E6C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5318CCF0E05CEED642F4EBA1 /* Foundation.framework */; }; + E63BEBB6A141C936C5C5F3B5 /* POPPropertyAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CC5C592E4B54F3B0012C323C /* POPPropertyAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E657806B6768EEFFC8A571D3 /* POPAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC550239DC303E4407ECDC2 /* POPAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6E67DB199BBAC4BA2A20BE5 /* POPMath.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C38118B267F78FF311DC60E /* POPMath.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + E7BDD4BACA7AAED76F62BF5C /* POPSpringAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = DB75B471EDA1CA2DE9C33C0F /* POPSpringAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E828BA57421F1C546A9C4CE5 /* Pods-TabBarPicker_Example-TabBarPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 567CD36F67B9E3CCC7C4EAFD /* Pods-TabBarPicker_Example-TabBarPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EAE7334BBA7BBFAAF64A9D89 /* UnitBezier.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FCFE30967DE61491182F4C5 /* UnitBezier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDA217CEFF48CCC0FB81B195 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5318CCF0E05CEED642F4EBA1 /* Foundation.framework */; }; + EE29462ECD0581565A45ADE4 /* Pods-TabBarPicker_Example-TabBarPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CCCD9A27B2E04FEA45C7E2F7 /* Pods-TabBarPicker_Example-TabBarPicker-dummy.m */; }; + EE6BD65ACA10F926E7B4F9B3 /* TabBarItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 948796D629A2FE463CD40F14 /* TabBarItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EF5B9467B575CE7ACCC9FD56 /* PureLayout+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A1ED918F18DBCB84B212DA /* PureLayout+Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F0039B101E8297F2A1AE8F77 /* ALView+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 045BE7162D2570928876F033 /* ALView+PureLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + F248AB1E93524A2D3ED0C289 /* POPAnimationTracerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 62620BD82EA9934614182BC3 /* POPAnimationTracerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3BE4B197450A75A892F6C9E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5318CCF0E05CEED642F4EBA1 /* Foundation.framework */; }; + F56B4A1F3B914105221550B0 /* POPDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 671119BD943A4653A352A441 /* POPDecayAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F66556FD93CE50E7249F4701 /* POPBasicAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = BE8898601881A3FF69CB045A /* POPBasicAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F790A3E6317AEAA88686D517 /* Pods-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D540B19DB6BF9FDE6C8ACFA /* Pods-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FAE811900D8E0F0C12A1D3AF /* POPSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 912D3B150DD89D0B80BACEFF /* POPSpringAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FCEFF3FD64FF2132319198C1 /* NSLayoutConstraint+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = A51FE7687AB0793F310D2B9B /* NSLayoutConstraint+PureLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; + FE1844707C6974D88035B68B /* POPPropertyAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = CB321577DDDDE89741F7271C /* POPPropertyAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode"; }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 09BCC27334B70AEA6E33EB72 /* PBXContainerItemProxy */ = { + 282412CAFD4BFDEE527273F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 829878AB786FFE6D90446EF6 /* Project object */; + containerPortal = 076EE4A4A31F3EF31885BF1B /* Project object */; proxyType = 1; - remoteGlobalIDString = 6751C82802328BC2B56E3730; - remoteInfo = "Pods-TabBarPicker_Example-pop"; + remoteGlobalIDString = B372419045A1236C95998EEE; + remoteInfo = "Pods-TabBarPicker_Tests-TabBarPicker"; }; - 395B0795A441B95FF1C0BAB5 /* PBXContainerItemProxy */ = { + 5D180C6FCAEFC8A7D7B19DAE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 829878AB786FFE6D90446EF6 /* Project object */; + containerPortal = 076EE4A4A31F3EF31885BF1B /* Project object */; proxyType = 1; - remoteGlobalIDString = 66A365F03E2E5FD04D4DAC69; - remoteInfo = "Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker"; - }; - 43CB1C6CC6BBA7BC9AA94674 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 829878AB786FFE6D90446EF6 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E810F310F29719A3F198C9BD; - remoteInfo = "Pods-pop"; - }; - 74F681733A8566640EE23321 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 829878AB786FFE6D90446EF6 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7C0EACB3AF64706AA504E8BE; - remoteInfo = "Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker"; - }; - 9B10D0A2E810C480683A5963 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 829878AB786FFE6D90446EF6 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F73FDE94825965417E35D5A; - remoteInfo = "Pods-TabBarPicker_Example-TabBarPicker"; - }; - B2091D79CD3C99DDFF28FB4B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 829878AB786FFE6D90446EF6 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 113CA89E44F387C021500F9E; - remoteInfo = "Pods-PureLayout"; - }; - C4C59CB823CF5F2DAFB25A93 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 829878AB786FFE6D90446EF6 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A29F0A27E1E7274A590EDC1E; + remoteGlobalIDString = FC23CD680277CC5E4E4AA307; remoteInfo = "Pods-TabBarPicker_Example-PureLayout"; }; - DF495D2C2233E47813A42C26 /* PBXContainerItemProxy */ = { + 89441F7C7BC845BD23CD78E5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 829878AB786FFE6D90446EF6 /* Project object */; + containerPortal = 076EE4A4A31F3EF31885BF1B /* Project object */; proxyType = 1; - remoteGlobalIDString = 113B2CE1962FE34F95B1D5AD; - remoteInfo = "Pods-TabBarPicker_Tests-TabBarPicker"; + remoteGlobalIDString = FD042F8BAEE7119C1EA51707; + remoteInfo = "Pods-TabBarPicker_Example-TabBarPicker"; + }; + B9CF24999A87355CAC926702 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 076EE4A4A31F3EF31885BF1B /* Project object */; + proxyType = 1; + remoteGlobalIDString = AFD4CD498974811C4E61A02F; + remoteInfo = "Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker"; + }; + CD59612697C04D7511FB3F72 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 076EE4A4A31F3EF31885BF1B /* Project object */; + proxyType = 1; + remoteGlobalIDString = F1DAA46C7CBB0FB9B92A7891; + remoteInfo = "Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker"; + }; + DDAD65E3EFB4F3D48C9B0924 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 076EE4A4A31F3EF31885BF1B /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7BEB02101A9A803932958CF; + remoteInfo = "Pods-pop"; + }; + F11B9780C9014D2928C551BE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 076EE4A4A31F3EF31885BF1B /* Project object */; + proxyType = 1; + remoteGlobalIDString = 946D70F25BF137A0A4EEF96A; + remoteInfo = "Pods-TabBarPicker_Example-pop"; + }; + F50373A50FD095C9BEDADF57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 076EE4A4A31F3EF31885BF1B /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1CBEDBEADB5B021EC10373BA; + remoteInfo = "Pods-PureLayout"; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 00D46DAA4527AFB2D9A40877 /* TabBarItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TabBarItem.h; sourceTree = ""; }; - 032729B40112DF3913DBA15A /* POPAnimationTracerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationTracerInternal.h; path = pop/POPAnimationTracerInternal.h; sourceTree = ""; }; - 04698C67B7B28FA022C6E3AD /* Pods-PureLayout-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PureLayout-prefix.pch"; sourceTree = ""; }; - 05C3BB70AB84B7C3E9EA9324 /* POPAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimation.h; path = pop/POPAnimation.h; sourceTree = ""; }; - 06AA78A07B59EE4E6AF6F3B0 /* POPGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPGeometry.h; path = pop/POPGeometry.h; sourceTree = ""; }; - 071008B6FA1EDDBC684AAFB4 /* ALView+PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ALView+PureLayout.h"; path = "PureLayout/PureLayout/ALView+PureLayout.h"; sourceTree = ""; }; - 09650C75877AA3DD011F3870 /* Pods-TabBarPicker_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Tests-umbrella.h"; sourceTree = ""; }; - 0987D512A15D33AE73206C52 /* POPCGUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPCGUtils.mm; path = pop/POPCGUtils.mm; sourceTree = ""; }; - 0DA896C58B4A5EAAC10CE4BF /* POPAnimationRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationRuntime.h; path = pop/POPAnimationRuntime.h; sourceTree = ""; }; - 0DFC041702131CB7BA66F5E8 /* Pods-TabBarPicker_Example-pop-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Example-pop-prefix.pch"; sourceTree = ""; }; - 0DFFB1BEB972D918379B1B8E /* Pods_TabBarPicker_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TabBarPicker_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 138B36BDFD8F34C76665A4D4 /* Pods-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-dummy.m"; sourceTree = ""; }; - 13C433AFFBF4177EDF819E8E /* POPPropertyAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPPropertyAnimation.h; path = pop/POPPropertyAnimation.h; sourceTree = ""; }; - 15C89F242ECE7335E65A2933 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../Pods-pop/Info.plist"; sourceTree = ""; }; - 1737C5D2DDEA19E2DB2C50C5 /* Pods-TabBarPicker_Tests-TabBarPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TabBarPicker_Tests-TabBarPicker.xcconfig"; path = "../Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker.xcconfig"; sourceTree = ""; }; - 184DADCDC01DC7B597379A7B /* PureLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PureLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 19B9569BF13269CB03DA9696 /* PureLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PureLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 1C9E42EE03370031AB2A1BB4 /* Pods-TabBarPicker_Example-pop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Example-pop.xcconfig"; sourceTree = ""; }; - 1D7AA37439A4A9EC6831B32E /* POPSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPSpringAnimation.h; path = pop/POPSpringAnimation.h; sourceTree = ""; }; - 21D3B2F6DD74AB9EBBF8FCCD /* POPVector.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPVector.mm; path = pop/POPVector.mm; sourceTree = ""; }; - 23ECCAB90BEDBDBB6EB99B0C /* TabBarPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TabBarPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 24A17048D93B3FC30987EF9F /* POPAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimation.mm; path = pop/POPAnimation.mm; sourceTree = ""; }; - 2618F49BC031A9390BC7CAAB /* UnitBezier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnitBezier.h; path = pop/WebCore/UnitBezier.h; sourceTree = ""; }; - 271938ADBDC8E91C166F0498 /* POPAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimator.h; path = pop/POPAnimator.h; sourceTree = ""; }; - 28314DC8876D2657DFFF3362 /* Pods-PureLayout-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PureLayout-umbrella.h"; sourceTree = ""; }; - 28B0A890492F8533EFDE87D2 /* Pods-TabBarPicker_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-TabBarPicker_Tests-resources.sh"; sourceTree = ""; }; - 31259D03EB1D8BAEFB132E91 /* TabBarItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TabBarItem.m; sourceTree = ""; }; - 3695C7EB491FB1B0370DCA52 /* Pods-pop-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-pop-Private.xcconfig"; path = "../Pods-pop/Pods-pop-Private.xcconfig"; sourceTree = ""; }; - 3729E26C1DB017C75622B629 /* POPAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAction.h; path = pop/POPAction.h; sourceTree = ""; }; - 38DAEEEA42787A5F3A518422 /* Pods-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-frameworks.sh"; sourceTree = ""; }; - 38F3608F7C497E9172D44540 /* Pods-TabBarPicker_Example-PureLayout.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; name = "Pods-TabBarPicker_Example-PureLayout.modulemap"; path = "../Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout.modulemap"; sourceTree = ""; }; - 390D9EF3CA9429CDC8979F09 /* Pods-TabBarPicker_Example-PureLayout.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TabBarPicker_Example-PureLayout.xcconfig"; path = "../Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout.xcconfig"; sourceTree = ""; }; - 39D4850E109E57D10BD07277 /* POPBasicAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPBasicAnimation.mm; path = pop/POPBasicAnimation.mm; sourceTree = ""; }; - 3B6CD2D0D72AADF79425D69C /* Pods-TabBarPicker_Example-PureLayout-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TabBarPicker_Example-PureLayout-Private.xcconfig"; path = "../Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout-Private.xcconfig"; sourceTree = ""; }; - 3D3879C27BA0D53EED72879F /* Pods-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-resources.sh"; sourceTree = ""; }; - 3E8F8D8D71D50738D29BCE9E /* FloatConversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FloatConversion.h; path = pop/WebCore/FloatConversion.h; sourceTree = ""; }; - 3EBF3582394D404700DF4A95 /* POPAnimationEvent.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationEvent.mm; path = pop/POPAnimationEvent.mm; sourceTree = ""; }; - 40B471CF761C73F2E0996303 /* TabBarPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TabBarPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 443D958EB4DE78D8E62C5C4A /* Pods-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-umbrella.h"; sourceTree = ""; }; - 449FCBFF54573203102F8568 /* NSArray+PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+PureLayout.h"; path = "PureLayout/PureLayout/NSArray+PureLayout.h"; sourceTree = ""; }; - 44B83BFC6991D82D1BA136A7 /* Pods-TabBarPicker_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-TabBarPicker_Example-dummy.m"; sourceTree = ""; }; - 44CF3BD44771BFF7067AD84D /* POPCustomAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPCustomAnimation.mm; path = pop/POPCustomAnimation.mm; sourceTree = ""; }; - 49798C0FF48EB4D7664F41D7 /* POPAnimatorPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimatorPrivate.h; path = pop/POPAnimatorPrivate.h; sourceTree = ""; }; - 4980C228C596853E3673B790 /* Pods-TabBarPicker_Tests-TabBarPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; name = "Pods-TabBarPicker_Tests-TabBarPicker.modulemap"; path = "../Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker.modulemap"; sourceTree = ""; }; - 4B583C6AB5183E92FB0DAE62 /* Pods-TabBarPicker_Example-pop.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-TabBarPicker_Example-pop.modulemap"; sourceTree = ""; }; - 4C7716C17013E5ABF2500DAF /* POPAnimationTracer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationTracer.h; path = pop/POPAnimationTracer.h; sourceTree = ""; }; - 50BCD73ECD1D1ABA7EA92827 /* TabBarPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TabBarPicker.m; sourceTree = ""; }; - 521A9DBA4C7DFA0AE9D75805 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 53A519AA49D027FD94189534 /* POPAnimationExtras.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationExtras.mm; path = pop/POPAnimationExtras.mm; sourceTree = ""; }; - 54EFCA5E3AC618835D8815EE /* Pods-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-acknowledgements.markdown"; sourceTree = ""; }; - 5515E5C5B184A6C29FDCFA0F /* POPAnimatableProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimatableProperty.mm; path = pop/POPAnimatableProperty.mm; sourceTree = ""; }; - 5551257D07A1164F3FA0C05F /* Pods-TabBarPicker_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Example-umbrella.h"; sourceTree = ""; }; - 56C488F4E3753F2D11258BE2 /* Pods-TabBarPicker_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-TabBarPicker_Example-frameworks.sh"; sourceTree = ""; }; - 56EB50097986B745FF1FEC98 /* POPAnimationPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationPrivate.h; path = pop/POPAnimationPrivate.h; sourceTree = ""; }; - 58D3DBE9457932CB1D63B3A3 /* NSLayoutConstraint+PureLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSLayoutConstraint+PureLayout.m"; path = "PureLayout/PureLayout/NSLayoutConstraint+PureLayout.m"; sourceTree = ""; }; - 5B08A04E84FB9E1543EA8565 /* Pods-TabBarPicker_Example-PureLayout-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-TabBarPicker_Example-PureLayout-prefix.pch"; path = "../Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout-prefix.pch"; sourceTree = ""; }; - 5B922258F6DAEB136C3E6EB6 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 5B93F962C67E52984D0074CB /* POPDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPDefines.h; path = pop/POPDefines.h; sourceTree = ""; }; - 5E06D522ADC8E5E759B78797 /* Pods-PureLayout-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PureLayout-Private.xcconfig"; sourceTree = ""; }; - 5EDF47423BDEC56B4F2372F2 /* Pods-TabBarPicker_Example-pop-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Example-pop-umbrella.h"; sourceTree = ""; }; - 5EED46B5059B1B2C6D581226 /* Pods-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-acknowledgements.plist"; sourceTree = ""; }; - 5F3347E2E6D4E8033E6675EA /* Pods-TabBarPicker_Example-pop-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-TabBarPicker_Example-pop-dummy.m"; sourceTree = ""; }; - 5F61D83502D7297E01321B8F /* Pods-pop-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-pop-prefix.pch"; path = "../Pods-pop/Pods-pop-prefix.pch"; sourceTree = ""; }; - 6346B507D286AB7F0830B3D5 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 645D899625DF1EC98990C8CB /* TabBarPicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TabBarPicker.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 64D314BDE4E60E159440D7A5 /* POPSpringAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPSpringAnimationInternal.h; path = pop/POPSpringAnimationInternal.h; sourceTree = ""; }; - 68A8699AFBEDB0568A030E4F /* POPAnimationExtras.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationExtras.h; path = pop/POPAnimationExtras.h; sourceTree = ""; }; - 69215026A6322493760F6439 /* pop.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = pop.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 6F19A56AC21A2D774C62FA86 /* POPAnimationTracer.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationTracer.mm; path = pop/POPAnimationTracer.mm; sourceTree = ""; }; - 6F804CC529FF89B8DE34E600 /* Pods-TabBarPicker_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-TabBarPicker_Example-acknowledgements.plist"; sourceTree = ""; }; - 6F9D5BDEA343EF395128107B /* POPAnimator.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimator.mm; path = pop/POPAnimator.mm; sourceTree = ""; }; - 6FB4FCA88B415FB078222BCA /* POPMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPMath.h; path = pop/POPMath.h; sourceTree = ""; }; - 709FDD8DA6133604F1FCA093 /* POPLayerExtras.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPLayerExtras.h; path = pop/POPLayerExtras.h; sourceTree = ""; }; - 7160F8C17FB46A661113DAF7 /* POPSpringAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPSpringAnimation.mm; path = pop/POPSpringAnimation.mm; sourceTree = ""; }; - 7269DADC260DD87D49F72D3D /* TabBarPicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TabBarPicker.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 73255E51694909EFBC6F32EB /* Pods-TabBarPicker_Tests-TabBarPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-TabBarPicker_Tests-TabBarPicker-umbrella.h"; path = "../Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker-umbrella.h"; sourceTree = ""; }; - 74197097B358E172B36148B3 /* PureLayoutDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PureLayoutDefines.h; path = PureLayout/PureLayout/PureLayoutDefines.h; sourceTree = ""; }; - 76A8B646A66070650815BD5F /* POPBasicAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPBasicAnimation.h; path = pop/POPBasicAnimation.h; sourceTree = ""; }; - 788EA9E5193851E4557D99E0 /* Pods-TabBarPicker_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-TabBarPicker_Example-resources.sh"; sourceTree = ""; }; - 797E1E984C00C8E74291168A /* Pods-TabBarPicker_Example-TabBarPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Example-TabBarPicker-prefix.pch"; sourceTree = ""; }; - 7C957C070B4E4BEAC1787A83 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../Pods-TabBarPicker_Tests-TabBarPicker/Info.plist"; sourceTree = ""; }; - 7E595AC0764ACAFD16047902 /* TabBarSubItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TabBarSubItem.h; sourceTree = ""; }; - 8242A67D867BBCDB602460C3 /* Pods-TabBarPicker_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Tests.debug.xcconfig"; sourceTree = ""; }; - 850D759EEFFF5CB373F2EB23 /* POPCustomAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPCustomAnimation.h; path = pop/POPCustomAnimation.h; sourceTree = ""; }; - 8C60B233A8EF85B0317F9670 /* POPAnimatableProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimatableProperty.h; path = pop/POPAnimatableProperty.h; sourceTree = ""; }; - 8D376211246288BD32197A79 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.debug.xcconfig; sourceTree = ""; }; - 8D68A1F2ED6BA48ACD7B1F5F /* POPBasicAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPBasicAnimationInternal.h; path = pop/POPBasicAnimationInternal.h; sourceTree = ""; }; - 8FC944B51A9AABB1BD966173 /* TransformationMatrix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TransformationMatrix.h; path = pop/WebCore/TransformationMatrix.h; sourceTree = ""; }; - 915E39BFAAA3738DD8F52554 /* Pods_TabBarPicker_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TabBarPicker_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 91D985E1E1F796C19A8A2494 /* POP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POP.h; path = pop/POP.h; sourceTree = ""; }; - 930028E10379E185ED9F1365 /* Pods-PureLayout.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PureLayout.xcconfig"; sourceTree = ""; }; - 96BBA8E2C32FFD054B542966 /* Pods-pop.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; name = "Pods-pop.modulemap"; path = "../Pods-pop/Pods-pop.modulemap"; sourceTree = ""; }; - 9D804669BB013E4295EB3147 /* Pods-PureLayout-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-PureLayout-dummy.m"; sourceTree = ""; }; - 9F73327358F14559FD3B3FB8 /* Pods-TabBarPicker_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-TabBarPicker_Tests-acknowledgements.markdown"; sourceTree = ""; }; - 9F831F26D2B21FFD7312CFF1 /* TabBarPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TabBarPicker.h; sourceTree = ""; }; - A020C2F0C42A83F704490CE1 /* Pods-TabBarPicker_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-TabBarPicker_Example.modulemap"; sourceTree = ""; }; - A28AB34B547C2C108EEDC1C6 /* POPDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPDecayAnimation.h; path = pop/POPDecayAnimation.h; sourceTree = ""; }; - A36A8783EA4F8A7DF1045BDC /* Pods.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Pods.modulemap; sourceTree = ""; }; - A45FB8C9E53D220C82DAD3AE /* NSLayoutConstraint+PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSLayoutConstraint+PureLayout.h"; path = "PureLayout/PureLayout/NSLayoutConstraint+PureLayout.h"; sourceTree = ""; }; - A5CAECDCDB3D39EF67CDFD83 /* NSArray+PureLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+PureLayout.m"; path = "PureLayout/PureLayout/NSArray+PureLayout.m"; sourceTree = ""; }; - A60C50849505564B8F1B5856 /* POPMath.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPMath.mm; path = pop/POPMath.mm; sourceTree = ""; }; - A66CAC688F21540F4A5A9883 /* Pods-TabBarPicker_Tests-TabBarPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-TabBarPicker_Tests-TabBarPicker-prefix.pch"; path = "../Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker-prefix.pch"; sourceTree = ""; }; - A9A7157CD086DCE19FB4C1FB /* Pods-pop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-pop.xcconfig"; path = "../Pods-pop/Pods-pop.xcconfig"; sourceTree = ""; }; - A9C1FFCFBD07F71673A8A670 /* ALView+PureLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ALView+PureLayout.m"; path = "PureLayout/PureLayout/ALView+PureLayout.m"; sourceTree = ""; }; - AA5D93D91ECB2D9336E19448 /* Pods-TabBarPicker_Example-TabBarPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-TabBarPicker_Example-TabBarPicker-dummy.m"; sourceTree = ""; }; - AB03A256238DA1D209D82732 /* Pods-TabBarPicker_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-TabBarPicker_Tests-frameworks.sh"; sourceTree = ""; }; - AB9A4297FA217EC4F8CE6B96 /* Pods-TabBarPicker_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-TabBarPicker_Example-acknowledgements.markdown"; sourceTree = ""; }; - B0EF3EB1DEB244093E4F6818 /* POPGeometry.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPGeometry.mm; path = pop/POPGeometry.mm; sourceTree = ""; }; - B29FFCDF4E854F8AE5514D03 /* POPDecayAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPDecayAnimation.mm; path = pop/POPDecayAnimation.mm; sourceTree = ""; }; - B3A32ACEB80504C8A505D7EE /* Pods-TabBarPicker_Example-environment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Example-environment.h"; sourceTree = ""; }; - B4B57498BC0C0373F0EF659A /* Pods-TabBarPicker_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Tests.release.xcconfig"; sourceTree = ""; }; - B547875384EDA72EBB1D362B /* POPPropertyAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPPropertyAnimation.mm; path = pop/POPPropertyAnimation.mm; sourceTree = ""; }; - B559A13D5BC4352504FA3069 /* POPAnimationEventInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationEventInternal.h; path = pop/POPAnimationEventInternal.h; sourceTree = ""; }; - B793B2B730506B895C309977 /* Pods-PureLayout.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-PureLayout.modulemap"; sourceTree = ""; }; - B89421C32CE72BD9636B57E8 /* Pods-TabBarPicker_Example-PureLayout-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-TabBarPicker_Example-PureLayout-umbrella.h"; path = "../Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout-umbrella.h"; sourceTree = ""; }; - B8AF9FD2C2F0ED85DF0C718C /* Pods-TabBarPicker_Tests-TabBarPicker-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TabBarPicker_Tests-TabBarPicker-Private.xcconfig"; path = "../Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker-Private.xcconfig"; sourceTree = ""; }; - B99CF403C606CBF3B42815F1 /* Pods-TabBarPicker_Tests-TabBarPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Pods-TabBarPicker_Tests-TabBarPicker-dummy.m"; path = "../Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker-dummy.m"; sourceTree = ""; }; - BB8C6C3D30D95897F8F1AD1B /* POPAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationInternal.h; path = pop/POPAnimationInternal.h; sourceTree = ""; }; - BC09C65932CAE6B4C5D6FDE2 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - BD548A8236366051FDF62784 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - C1B252EC5C82F6214584C092 /* Pods-pop-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Pods-pop-dummy.m"; path = "../Pods-pop/Pods-pop-dummy.m"; sourceTree = ""; }; - C62D6A2C2521ACA05AEA59BC /* Pods-TabBarPicker_Tests-environment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Tests-environment.h"; sourceTree = ""; }; - C68EC2A5FF1392333289C92D /* Pods-TabBarPicker_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-TabBarPicker_Tests-dummy.m"; sourceTree = ""; }; - C77C2BE3A4E3CCA23E698BD4 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - CBC7ABB08AE57D0CE80126F3 /* Pods-TabBarPicker_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Example.debug.xcconfig"; sourceTree = ""; }; - CC07AD4061A2AB448DA6AC64 /* POPPropertyAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPPropertyAnimationInternal.h; path = pop/POPPropertyAnimationInternal.h; sourceTree = ""; }; - CCA975E3DB42E3C60F6C6A6D /* Pods-TabBarPicker_Example-pop-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Example-pop-Private.xcconfig"; sourceTree = ""; }; - CD86F56905D0C6313134E8B3 /* Pods-pop-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-pop-umbrella.h"; path = "../Pods-pop/Pods-pop-umbrella.h"; sourceTree = ""; }; - CE2EB64FA8EB40B981098F33 /* Pods-TabBarPicker_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Example.release.xcconfig"; sourceTree = ""; }; - D11BBB2FC2725F8E1C055862 /* POPAnimationRuntime.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationRuntime.mm; path = pop/POPAnimationRuntime.mm; sourceTree = ""; }; - D3217797E8D4D981C773F9D3 /* pop.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = pop.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D4DD2A0145B7A428376EA0C9 /* Pods-TabBarPicker_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-TabBarPicker_Tests.modulemap"; sourceTree = ""; }; - D722283C500525DF9B35B472 /* POPLayerExtras.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPLayerExtras.mm; path = pop/POPLayerExtras.mm; sourceTree = ""; }; - DB0133C31D4DD66888AEAB20 /* Pods-environment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-environment.h"; sourceTree = ""; }; - DC33EEB18DC995DF5B988530 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.release.xcconfig; sourceTree = ""; }; - DD0006DBBA798F8A781834A1 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../Pods-TabBarPicker_Example-PureLayout/Info.plist"; sourceTree = ""; }; - DFD831CE46A6BD3D8618EB20 /* PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PureLayout.h; path = PureLayout/PureLayout/PureLayout.h; sourceTree = ""; }; - E396A86CC324A80444FB0F66 /* Pods-TabBarPicker_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-TabBarPicker_Tests-acknowledgements.plist"; sourceTree = ""; }; - E7B94B0D2EE707E4D3CDFD74 /* PureLayout+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "PureLayout+Internal.h"; path = "PureLayout/PureLayout/PureLayout+Internal.h"; sourceTree = ""; }; - E7FCA5582AD3E904C4774D3E /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - EB9C50CCB90DB3986ECA3F4D /* Pods-TabBarPicker_Example-TabBarPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Example-TabBarPicker.xcconfig"; sourceTree = ""; }; - F228F3639BE10FFA7CF1B1D0 /* Pods-TabBarPicker_Example-TabBarPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Example-TabBarPicker-umbrella.h"; sourceTree = ""; }; - F32296154A5A11C05AE6B1E2 /* Pods-TabBarPicker_Example-PureLayout-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Pods-TabBarPicker_Example-PureLayout-dummy.m"; path = "../Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout-dummy.m"; sourceTree = ""; }; - F4FD10263FC6272A6B60DA86 /* POPCGUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPCGUtils.h; path = pop/POPCGUtils.h; sourceTree = ""; }; - F5A655475F5F0A02CF83862F /* Podfile */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - F5F043E96B6BFAD7FFAB6F96 /* Pods-TabBarPicker_Example-TabBarPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-TabBarPicker_Example-TabBarPicker.modulemap"; sourceTree = ""; }; - F92981F6C2B022C840BBF55A /* TabBarSubItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TabBarSubItem.m; sourceTree = ""; }; - F9438F0111935CAD9743C6F8 /* TransformationMatrix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TransformationMatrix.cpp; path = pop/WebCore/TransformationMatrix.cpp; sourceTree = ""; }; - F958AF565303C03ACC1D28D6 /* Pods-TabBarPicker_Example-TabBarPicker-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Example-TabBarPicker-Private.xcconfig"; sourceTree = ""; }; - FA704CA6127ABD4D2822532A /* POPAnimationEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationEvent.h; path = pop/POPAnimationEvent.h; sourceTree = ""; }; - FA83ABCBEEC645EE76931071 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - FAFA36BC87D04BD069AF8402 /* POPSpringSolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPSpringSolver.h; path = pop/POPSpringSolver.h; sourceTree = ""; }; - FCEFE7746BE219AE68A0C4E2 /* POPDecayAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPDecayAnimationInternal.h; path = pop/POPDecayAnimationInternal.h; sourceTree = ""; }; - FF167D64A8DCE2FA448D47A7 /* POPVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPVector.h; path = pop/POPVector.h; sourceTree = ""; }; + 01009B5E4B06C66FCF8F5BC9 /* TabBarPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TabBarPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 038E63B1DBCA0584644ED157 /* TabBarPickerSubItemsView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TabBarPickerSubItemsView.h; sourceTree = ""; }; + 045BE7162D2570928876F033 /* ALView+PureLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ALView+PureLayout.m"; path = "PureLayout/PureLayout/ALView+PureLayout.m"; sourceTree = ""; }; + 05808DA121218718098DEFF0 /* Pods-TabBarPicker_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-TabBarPicker_Example-acknowledgements.markdown"; sourceTree = ""; }; + 05DA842142A6BA196B3DABFB /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 0989F71569E92C4CBAFE1921 /* POPAnimatableProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimatableProperty.mm; path = pop/POPAnimatableProperty.mm; sourceTree = ""; }; + 09F0618CA132ECDEBA57689E /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.release.xcconfig; sourceTree = ""; }; + 0B5B5AC54CFEB05692AA815A /* Pods-TabBarPicker_Tests-TabBarPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Pods-TabBarPicker_Tests-TabBarPicker-dummy.m"; path = "../Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker-dummy.m"; sourceTree = ""; }; + 0C7A734081DC40C0F31F673C /* POPBasicAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPBasicAnimation.mm; path = pop/POPBasicAnimation.mm; sourceTree = ""; }; + 0CF169FBEF3383F97806A666 /* POPSpringSolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPSpringSolver.h; path = pop/POPSpringSolver.h; sourceTree = ""; }; + 0F05E63141E47B3D9C7A034C /* Pods-PureLayout-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PureLayout-umbrella.h"; sourceTree = ""; }; + 107BA65FFCEB274307520F2C /* Podfile */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 1276CC727D252F3FBCC500D8 /* ALView+PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ALView+PureLayout.h"; path = "PureLayout/PureLayout/ALView+PureLayout.h"; sourceTree = ""; }; + 12EAF69700839FE7E59349C7 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 1312AE216DB90DE6BCCFEE9D /* TabBarSubItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TabBarSubItem.m; sourceTree = ""; }; + 13660ECE3ACE682AFF3887AC /* TabBarPickerSubItemsView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TabBarPickerSubItemsView.m; sourceTree = ""; }; + 1601934E60C7E519C0FEDC56 /* POPAnimationExtras.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationExtras.h; path = pop/POPAnimationExtras.h; sourceTree = ""; }; + 1BFB1C574D40FD98565713A7 /* POPLayerExtras.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPLayerExtras.h; path = pop/POPLayerExtras.h; sourceTree = ""; }; + 1D391F023EF911E0E8CAADA5 /* POPDecayAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPDecayAnimationInternal.h; path = pop/POPDecayAnimationInternal.h; sourceTree = ""; }; + 1D4F8D303386AC44822AF565 /* NSLayoutConstraint+PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSLayoutConstraint+PureLayout.h"; path = "PureLayout/PureLayout/NSLayoutConstraint+PureLayout.h"; sourceTree = ""; }; + 1DEB1FE6315A9356874285B1 /* Pods_TabBarPicker_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TabBarPicker_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 1E4EF796544765F03C26C5F6 /* Pods-TabBarPicker_Example-TabBarPicker-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Example-TabBarPicker-Private.xcconfig"; sourceTree = ""; }; + 1F726856037B0FAE7F190DEA /* Pods-TabBarPicker_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Example-umbrella.h"; sourceTree = ""; }; + 1FB5DB3EDCABFC87A5FD4829 /* Pods_TabBarPicker_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TabBarPicker_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 20EA84407EA26D4B048B6308 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../Pods-TabBarPicker_Example-PureLayout/Info.plist"; sourceTree = ""; }; + 220C2C21C3E8499F4FB6C89D /* POPAnimationExtras.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationExtras.mm; path = pop/POPAnimationExtras.mm; sourceTree = ""; }; + 23CB6FF06056CE514FAF9F6F /* Pods-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-resources.sh"; sourceTree = ""; }; + 248FBB7C7DFF12C26E977F54 /* POPAnimationPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationPrivate.h; path = pop/POPAnimationPrivate.h; sourceTree = ""; }; + 2517E2997BA3081DB25379D7 /* PureLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PureLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 25404601DBB854A03B6FB790 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 27A6708995E0133607B68C17 /* Pods-TabBarPicker_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-TabBarPicker_Tests-acknowledgements.markdown"; sourceTree = ""; }; + 2A7C186830A35BB4C268F975 /* Pods-TabBarPicker_Example-pop-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Example-pop-umbrella.h"; sourceTree = ""; }; + 3047742051845C84E58DFB86 /* POPVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPVector.h; path = pop/POPVector.h; sourceTree = ""; }; + 30FE9B0A9B402BE3524A474A /* Pods-TabBarPicker_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-TabBarPicker_Tests-frameworks.sh"; sourceTree = ""; }; + 30FF365DD9D72B712A0B56B4 /* Pods-pop-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-pop-prefix.pch"; path = "../Pods-pop/Pods-pop-prefix.pch"; sourceTree = ""; }; + 31B4C28D9F388712584D7356 /* Pods-TabBarPicker_Example-PureLayout.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TabBarPicker_Example-PureLayout.xcconfig"; path = "../Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout.xcconfig"; sourceTree = ""; }; + 322F6F4AB63287ECAF0CA6CD /* POPAnimationTracer.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationTracer.mm; path = pop/POPAnimationTracer.mm; sourceTree = ""; }; + 3278943CA7BA250401368DCD /* Pods-TabBarPicker_Example-PureLayout-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-TabBarPicker_Example-PureLayout-umbrella.h"; path = "../Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout-umbrella.h"; sourceTree = ""; }; + 34DA203B3F1FCCFD1E8A50B7 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../Pods-TabBarPicker_Tests-TabBarPicker/Info.plist"; sourceTree = ""; }; + 35CF5A05C3B6069754E32983 /* POPSpringAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPSpringAnimation.mm; path = pop/POPSpringAnimation.mm; sourceTree = ""; }; + 361BBEEFA5B9AD92637B4A08 /* POPAnimationTracer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationTracer.h; path = pop/POPAnimationTracer.h; sourceTree = ""; }; + 367E13263A407D3DAE66894A /* Pods-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-acknowledgements.markdown"; sourceTree = ""; }; + 37560D3E260FFC992DC9625A /* Pods-TabBarPicker_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-TabBarPicker_Tests-resources.sh"; sourceTree = ""; }; + 3D540B19DB6BF9FDE6C8ACFA /* Pods-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-umbrella.h"; sourceTree = ""; }; + 3D69F71E8986A27161777FAE /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 4291D5DE14FE83D5B6B9156E /* POPAnimationRuntime.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationRuntime.mm; path = pop/POPAnimationRuntime.mm; sourceTree = ""; }; + 45D8B817339DC323C26500BD /* TransformationMatrix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TransformationMatrix.h; path = pop/WebCore/TransformationMatrix.h; sourceTree = ""; }; + 481DCCBEAAE97AFD01526FA2 /* NSArray+PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+PureLayout.h"; path = "PureLayout/PureLayout/NSArray+PureLayout.h"; sourceTree = ""; }; + 489D9E1E1C7A2D5F8BC9F84C /* TabBarSubItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TabBarSubItem.h; sourceTree = ""; }; + 49DBB4DFA4326F5EC64B2D20 /* POPDecayAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPDecayAnimation.mm; path = pop/POPDecayAnimation.mm; sourceTree = ""; }; + 4A98D75D7D5CB3392E41BD69 /* Pods-TabBarPicker_Tests-TabBarPicker-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TabBarPicker_Tests-TabBarPicker-Private.xcconfig"; path = "../Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker-Private.xcconfig"; sourceTree = ""; }; + 4D356A9EEEA5DDCF8FF04FB7 /* POPCGUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPCGUtils.h; path = pop/POPCGUtils.h; sourceTree = ""; }; + 4D55DA6FE1B680DC3EA9DF5A /* Pods-TabBarPicker_Example-TabBarPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Example-TabBarPicker.xcconfig"; sourceTree = ""; }; + 50EF158D99CB9C6F1494769E /* POPPropertyAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPPropertyAnimation.h; path = pop/POPPropertyAnimation.h; sourceTree = ""; }; + 5318CCF0E05CEED642F4EBA1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + 5387E920E4F000A0671512C5 /* Pods-TabBarPicker_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-TabBarPicker_Tests.modulemap"; sourceTree = ""; }; + 5479DC06522B7F04045D9787 /* POPAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAction.h; path = pop/POPAction.h; sourceTree = ""; }; + 5525384DC7AE50A2B5E89645 /* Pods-TabBarPicker_Example-pop-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-TabBarPicker_Example-pop-dummy.m"; sourceTree = ""; }; + 552AB480E386C5B46102AA6B /* POPAnimationRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationRuntime.h; path = pop/POPAnimationRuntime.h; sourceTree = ""; }; + 560983073AA7FC620BD006AD /* Pods-PureLayout.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-PureLayout.modulemap"; sourceTree = ""; }; + 567CD36F67B9E3CCC7C4EAFD /* Pods-TabBarPicker_Example-TabBarPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Example-TabBarPicker-umbrella.h"; sourceTree = ""; }; + 569D1B4A028CD25E2D74537A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 5BD7788176D503AB03C0E4B4 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 5C38118B267F78FF311DC60E /* POPMath.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPMath.mm; path = pop/POPMath.mm; sourceTree = ""; }; + 5D1607BD1F1F54335A2E124B /* Pods-TabBarPicker_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Example.debug.xcconfig"; sourceTree = ""; }; + 5D6FACCC4C372F429A47AA7D /* Pods-TabBarPicker_Tests-environment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Tests-environment.h"; sourceTree = ""; }; + 6045D819BD15B744948ADE22 /* Pods-environment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-environment.h"; sourceTree = ""; }; + 60C58E758F5AB6A902FEE223 /* Pods-TabBarPicker_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Tests.debug.xcconfig"; sourceTree = ""; }; + 60CFC588A9F296D142625E9D /* POPAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimation.mm; path = pop/POPAnimation.mm; sourceTree = ""; }; + 62620BD82EA9934614182BC3 /* POPAnimationTracerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationTracerInternal.h; path = pop/POPAnimationTracerInternal.h; sourceTree = ""; }; + 66C7B75EB841D53F0EC483E0 /* TabBarPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TabBarPicker.m; sourceTree = ""; }; + 671119BD943A4653A352A441 /* POPDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPDecayAnimation.h; path = pop/POPDecayAnimation.h; sourceTree = ""; }; + 68A9ADAF0B3E760DF5AD7E68 /* Pods-TabBarPicker_Tests-TabBarPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; name = "Pods-TabBarPicker_Tests-TabBarPicker.modulemap"; path = "../Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker.modulemap"; sourceTree = ""; }; + 6B878F3E287CA59F38AF9260 /* Pods-TabBarPicker_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-TabBarPicker_Example.modulemap"; sourceTree = ""; }; + 6D0486D2A6CC5159ED6C3FA5 /* TabBarItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TabBarItem.m; sourceTree = ""; }; + 6D62F3FEBE7F8DDCE5094A7F /* pop.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = pop.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6D83D7CC82208B8F5DB6F9B2 /* POPVector.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPVector.mm; path = pop/POPVector.mm; sourceTree = ""; }; + 6DE98FB43FD8AF87558C949F /* Pods-PureLayout-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-PureLayout-dummy.m"; sourceTree = ""; }; + 6E4AC5D29211DE73190905B5 /* POPCGUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPCGUtils.mm; path = pop/POPCGUtils.mm; sourceTree = ""; }; + 6EBA369F80242B946F30EC93 /* Pods-TabBarPicker_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-TabBarPicker_Tests-dummy.m"; sourceTree = ""; }; + 6EBFE41004AD256533049528 /* TabBarPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TabBarPicker.h; sourceTree = ""; }; + 6FCFE30967DE61491182F4C5 /* UnitBezier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnitBezier.h; path = pop/WebCore/UnitBezier.h; sourceTree = ""; }; + 723D192530472B7231549590 /* Pods-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-frameworks.sh"; sourceTree = ""; }; + 734113E1ABC52132867C8DC0 /* Pods-TabBarPicker_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-TabBarPicker_Example-frameworks.sh"; sourceTree = ""; }; + 7671C709696939CF728CBF89 /* POPAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimation.h; path = pop/POPAnimation.h; sourceTree = ""; }; + 76F5D472F78835DF10642FED /* PureLayoutDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PureLayoutDefines.h; path = PureLayout/PureLayout/PureLayoutDefines.h; sourceTree = ""; }; + 7CC70F35B324689AC597A0FE /* Pods-TabBarPicker_Example-pop.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-TabBarPicker_Example-pop.modulemap"; sourceTree = ""; }; + 7E2FD79B207076835239D081 /* Pods-TabBarPicker_Tests-TabBarPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TabBarPicker_Tests-TabBarPicker.xcconfig"; path = "../Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker.xcconfig"; sourceTree = ""; }; + 813339C86C19EA6B7D13FD9E /* Pods-TabBarPicker_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Tests-umbrella.h"; sourceTree = ""; }; + 83CB18A7F96034CA5A052598 /* POPAnimatableProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimatableProperty.h; path = pop/POPAnimatableProperty.h; sourceTree = ""; }; + 83FCB1582EC513F7552DEA37 /* Pods-pop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-pop.xcconfig"; path = "../Pods-pop/Pods-pop.xcconfig"; sourceTree = ""; }; + 84A53CAFAF6FC2AD97EB62D0 /* Pods-TabBarPicker_Example-PureLayout-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TabBarPicker_Example-PureLayout-Private.xcconfig"; path = "../Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout-Private.xcconfig"; sourceTree = ""; }; + 8A7CE41912D567ECB03A6D64 /* POPAnimatorPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimatorPrivate.h; path = pop/POPAnimatorPrivate.h; sourceTree = ""; }; + 8B59B1AB19F58353D0AEF09E /* PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PureLayout.h; path = PureLayout/PureLayout/PureLayout.h; sourceTree = ""; }; + 8D5DD94D1DBD83E9361E2491 /* POPAnimator.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimator.mm; path = pop/POPAnimator.mm; sourceTree = ""; }; + 901108BC6D9A8F028EDAD8F2 /* POPBasicAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPBasicAnimationInternal.h; path = pop/POPBasicAnimationInternal.h; sourceTree = ""; }; + 907DC892E25945C8881BB67A /* TabBarPicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TabBarPicker.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 912D3B150DD89D0B80BACEFF /* POPSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPSpringAnimation.h; path = pop/POPSpringAnimation.h; sourceTree = ""; }; + 919B771F0901CB17C6EB5B92 /* Pods-TabBarPicker_Example-environment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Example-environment.h"; sourceTree = ""; }; + 948796D629A2FE463CD40F14 /* TabBarItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TabBarItem.h; sourceTree = ""; }; + 94B31BDE01F6DFC4A63DFF9A /* Pods-TabBarPicker_Tests-TabBarPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-TabBarPicker_Tests-TabBarPicker-umbrella.h"; path = "../Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker-umbrella.h"; sourceTree = ""; }; + 9675C333FBCB9438C37914F5 /* Pods-TabBarPicker_Example-PureLayout-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-TabBarPicker_Example-PureLayout-prefix.pch"; path = "../Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout-prefix.pch"; sourceTree = ""; }; + 9799C38880B19C8D8127D387 /* POPDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPDefines.h; path = pop/POPDefines.h; sourceTree = ""; }; + 99B3AFB3448E42354C7E3CA9 /* POPCustomAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPCustomAnimation.mm; path = pop/POPCustomAnimation.mm; sourceTree = ""; }; + 9A0D56F1761B3E4D657F5E6B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../Pods-pop/Info.plist"; sourceTree = ""; }; + 9ADB896FC223429417305564 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 9BEA3DCC64741E5370473F3D /* Pods-TabBarPicker_Example-pop-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Example-pop-Private.xcconfig"; sourceTree = ""; }; + 9D990C568EF3E7D84C4FFD1C /* Pods-TabBarPicker_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-TabBarPicker_Tests-acknowledgements.plist"; sourceTree = ""; }; + 9EA47F53E372DEAEB5FFD0A7 /* TransformationMatrix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TransformationMatrix.cpp; path = pop/WebCore/TransformationMatrix.cpp; sourceTree = ""; }; + 9FB0F09AB2968465489960B4 /* Pods-TabBarPicker_Example-pop-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Example-pop-prefix.pch"; sourceTree = ""; }; + A4F94EB380221710F30AFABC /* POP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POP.h; path = pop/POP.h; sourceTree = ""; }; + A51FE7687AB0793F310D2B9B /* NSLayoutConstraint+PureLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSLayoutConstraint+PureLayout.m"; path = "PureLayout/PureLayout/NSLayoutConstraint+PureLayout.m"; sourceTree = ""; }; + A5C4CDE49F388B3C715DCCB9 /* Pods-TabBarPicker_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-TabBarPicker_Example-resources.sh"; sourceTree = ""; }; + A6638CF52C1096B25DD08ADE /* PureLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PureLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A6D260D035A46BE8F2256490 /* Pods-TabBarPicker_Example-TabBarPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-TabBarPicker_Example-TabBarPicker.modulemap"; sourceTree = ""; }; + A7ECA2F74F793F76240F306D /* POPAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimator.h; path = pop/POPAnimator.h; sourceTree = ""; }; + A9A75BF9B5A218000B19C110 /* POPAnimationEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationEvent.h; path = pop/POPAnimationEvent.h; sourceTree = ""; }; + AA26A92C09486DC977E4DAF7 /* Pods-pop-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Pods-pop-dummy.m"; path = "../Pods-pop/Pods-pop-dummy.m"; sourceTree = ""; }; + AACDA0D53FD379145B87967F /* Pods-TabBarPicker_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Tests.release.xcconfig"; sourceTree = ""; }; + AB5CF71B60E10265E1E5C9C4 /* Pods-PureLayout-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PureLayout-Private.xcconfig"; sourceTree = ""; }; + ACBB77468072336652F83798 /* Pods-TabBarPicker_Example-PureLayout.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; name = "Pods-TabBarPicker_Example-PureLayout.modulemap"; path = "../Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout.modulemap"; sourceTree = ""; }; + AE6A0AF92FE18545C3B68FBE /* TabBarPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TabBarPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B050493AA15E13E8B3E2623D /* Pods-TabBarPicker_Tests-TabBarPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-TabBarPicker_Tests-TabBarPicker-prefix.pch"; path = "../Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker-prefix.pch"; sourceTree = ""; }; + B3719287A9AF0C8F9D5C15CD /* POPAnimationEventInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationEventInternal.h; path = pop/POPAnimationEventInternal.h; sourceTree = ""; }; + B89E435A737C9F8B4147DB53 /* Pods-PureLayout.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PureLayout.xcconfig"; sourceTree = ""; }; + B8B9D49500DD7A18D29BC0CD /* NSArray+PureLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+PureLayout.m"; path = "PureLayout/PureLayout/NSArray+PureLayout.m"; sourceTree = ""; }; + BCC550239DC303E4407ECDC2 /* POPAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationInternal.h; path = pop/POPAnimationInternal.h; sourceTree = ""; }; + BE8898601881A3FF69CB045A /* POPBasicAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPBasicAnimation.h; path = pop/POPBasicAnimation.h; sourceTree = ""; }; + C240B79453CA04C9D746A157 /* Pods-TabBarPicker_Example-PureLayout-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Pods-TabBarPicker_Example-PureLayout-dummy.m"; path = "../Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout-dummy.m"; sourceTree = ""; }; + C5236EEA3772FB0C5F62894A /* POPLayerExtras.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPLayerExtras.mm; path = pop/POPLayerExtras.mm; sourceTree = ""; }; + C6A1ED918F18DBCB84B212DA /* PureLayout+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "PureLayout+Internal.h"; path = "PureLayout/PureLayout/PureLayout+Internal.h"; sourceTree = ""; }; + C89755B7429BA8416726C976 /* FloatConversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FloatConversion.h; path = pop/WebCore/FloatConversion.h; sourceTree = ""; }; + C97337B6B1C0C92F79B3C60B /* POPMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPMath.h; path = pop/POPMath.h; sourceTree = ""; }; + CB321577DDDDE89741F7271C /* POPPropertyAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPPropertyAnimation.mm; path = pop/POPPropertyAnimation.mm; sourceTree = ""; }; + CB727B79627320DFC1811EE6 /* POPGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPGeometry.h; path = pop/POPGeometry.h; sourceTree = ""; }; + CBF8EA93CEB1A79869EC3347 /* Pods-pop-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-pop-umbrella.h"; path = "../Pods-pop/Pods-pop-umbrella.h"; sourceTree = ""; }; + CC5C592E4B54F3B0012C323C /* POPPropertyAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPPropertyAnimationInternal.h; path = pop/POPPropertyAnimationInternal.h; sourceTree = ""; }; + CCCD9A27B2E04FEA45C7E2F7 /* Pods-TabBarPicker_Example-TabBarPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-TabBarPicker_Example-TabBarPicker-dummy.m"; sourceTree = ""; }; + D0E3D724A6EA5F0CB37B6CA8 /* Pods-TabBarPicker_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Example.release.xcconfig"; sourceTree = ""; }; + D2E46081016835D9384AF946 /* Pods-TabBarPicker_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-TabBarPicker_Example-acknowledgements.plist"; sourceTree = ""; }; + D36AB950CB2EC789C50E2262 /* Pods-pop.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; name = "Pods-pop.modulemap"; path = "../Pods-pop/Pods-pop.modulemap"; sourceTree = ""; }; + D4310830DE68F6149262337B /* Pods-TabBarPicker_Example-TabBarPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Example-TabBarPicker-prefix.pch"; sourceTree = ""; }; + D8C2A10274C723A159433ED1 /* Pods-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-dummy.m"; sourceTree = ""; }; + DB75B471EDA1CA2DE9C33C0F /* POPSpringAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPSpringAnimationInternal.h; path = pop/POPSpringAnimationInternal.h; sourceTree = ""; }; + DF2C9745FAD90248C8A0E440 /* Pods-TabBarPicker_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-TabBarPicker_Example-dummy.m"; sourceTree = ""; }; + DF7EBCFBD69634580761F226 /* POPAnimationEvent.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationEvent.mm; path = pop/POPAnimationEvent.mm; sourceTree = ""; }; + E226A506D7BEE5F31C0E2CFA /* POPCustomAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPCustomAnimation.h; path = pop/POPCustomAnimation.h; sourceTree = ""; }; + E440264E752919182072967E /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.debug.xcconfig; sourceTree = ""; }; + E5C189006F28899D8591BFAE /* Pods.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Pods.modulemap; sourceTree = ""; }; + ED11DDCF7451052F5D7DB7FC /* TabBarPicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TabBarPicker.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + F1858A1FB16C4E1F1280C64A /* pop.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = pop.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + F3F54E57B94A29511DCCCFC7 /* Pods-PureLayout-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PureLayout-prefix.pch"; sourceTree = ""; }; + F5DC4E453F2301DC52DBA943 /* POPGeometry.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPGeometry.mm; path = pop/POPGeometry.mm; sourceTree = ""; }; + F9D1830163CD771BFB1625E2 /* Pods-pop-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-pop-Private.xcconfig"; path = "../Pods-pop/Pods-pop-Private.xcconfig"; sourceTree = ""; }; + FE22858FE7BBB304F6C486F0 /* Pods-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-acknowledgements.plist"; sourceTree = ""; }; + FF2CB7956298E5BF13E305A8 /* Pods-TabBarPicker_Example-pop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Example-pop.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 001F866EA1A2B0613C996918 /* Frameworks */ = { + 138CB71E24ED4D6D5AA99DAF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - A9B357D4D21286E041920533 /* Foundation.framework in Frameworks */, + EDA217CEFF48CCC0FB81B195 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3C5CA7B13A1A1B3D167659EC /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ED6BCA1485537EF900EDB6FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3CAEC30D15B474E06E3BE78F /* Frameworks */ = { + 3E843314885B1266A29E29EB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 5193127B52B137F7AF7090A2 /* Frameworks */ = { + 4C841AF14442F100A6BAFA27 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 65EC9C32C8762C2D156314F3 /* Foundation.framework in Frameworks */, + D9978BCEEBCDE0A1F8B1CE46 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 57BB80C4B746E108E4BF3F2A /* Frameworks */ = { + 5A7466DCD5286E5E58B7488C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 238B4EB0D02AAD2EBC646F84 /* Foundation.framework in Frameworks */, + 734FE62A4C80C836913CF34D /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 677B50998830E341141CC0AF /* Frameworks */ = { + 77561746EB5D98FF5B0091AE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5A2FF43089F29A537EBA3413 /* Foundation.framework in Frameworks */, + 2B9E63D0B263EA5EB7A744EB /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7B3C41A2552FCA5BD3A257FD /* Frameworks */ = { + 97FCCE92F0883FB799F250C7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 2E7F4A880041D1679751ECEC /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7E672892DBD7A9DABAE7E7EF /* Frameworks */ = { + B19917B7F59D9C1263854C28 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 607215C4DE303451E15E379F /* Foundation.framework in Frameworks */, + E580A2C158B568366F141E6C /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8B9F1AB6666E880B3D006093 /* Frameworks */ = { + B32D9766FAB34CEB0B8F04F3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 25DD2AA05D70E6551C386ADB /* Foundation.framework in Frameworks */, + D4E3665CF764F95752770A3A /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 95CCA1C99BD01D0ACB3947CD /* Frameworks */ = { + C8EEF8012CE922EAE438DE5C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - FE13A2912BF89E973AC30C7D /* Foundation.framework in Frameworks */, + 6DF4E0E24E3256BF574462D0 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - C035F74B7374C41ECD2EA5DB /* Frameworks */ = { + DDEE97931C018FDDEA985AF8 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + F3BE4B197450A75A892F6C9E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F83FDBDB1453EC0D84A060E6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - FC4B1F03F1D7BBEC92964E4C /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 07C5A0ECC37A92B11C66C715 /* Pods-TabBarPicker_Example */ = { + 05FC04885F2767630969C262 /* Development Pods */ = { isa = PBXGroup; children = ( - BD548A8236366051FDF62784 /* Info.plist */, - A020C2F0C42A83F704490CE1 /* Pods-TabBarPicker_Example.modulemap */, - AB9A4297FA217EC4F8CE6B96 /* Pods-TabBarPicker_Example-acknowledgements.markdown */, - 6F804CC529FF89B8DE34E600 /* Pods-TabBarPicker_Example-acknowledgements.plist */, - 44B83BFC6991D82D1BA136A7 /* Pods-TabBarPicker_Example-dummy.m */, - B3A32ACEB80504C8A505D7EE /* Pods-TabBarPicker_Example-environment.h */, - 56C488F4E3753F2D11258BE2 /* Pods-TabBarPicker_Example-frameworks.sh */, - 788EA9E5193851E4557D99E0 /* Pods-TabBarPicker_Example-resources.sh */, - 5551257D07A1164F3FA0C05F /* Pods-TabBarPicker_Example-umbrella.h */, - CBC7ABB08AE57D0CE80126F3 /* Pods-TabBarPicker_Example.debug.xcconfig */, - CE2EB64FA8EB40B981098F33 /* Pods-TabBarPicker_Example.release.xcconfig */, + 1887143410C2F849B0D61358 /* TabBarPicker */, ); - name = "Pods-TabBarPicker_Example"; - path = "Target Support Files/Pods-TabBarPicker_Example"; + name = "Development Pods"; sourceTree = ""; }; - 19EDFE593CE0E976080FA243 /* Pods-TabBarPicker_Tests */ = { + 06EB63B29ABB908508A41F72 /* iOS */ = { isa = PBXGroup; children = ( - 521A9DBA4C7DFA0AE9D75805 /* Info.plist */, - D4DD2A0145B7A428376EA0C9 /* Pods-TabBarPicker_Tests.modulemap */, - 9F73327358F14559FD3B3FB8 /* Pods-TabBarPicker_Tests-acknowledgements.markdown */, - E396A86CC324A80444FB0F66 /* Pods-TabBarPicker_Tests-acknowledgements.plist */, - C68EC2A5FF1392333289C92D /* Pods-TabBarPicker_Tests-dummy.m */, - C62D6A2C2521ACA05AEA59BC /* Pods-TabBarPicker_Tests-environment.h */, - AB03A256238DA1D209D82732 /* Pods-TabBarPicker_Tests-frameworks.sh */, - 28B0A890492F8533EFDE87D2 /* Pods-TabBarPicker_Tests-resources.sh */, - 09650C75877AA3DD011F3870 /* Pods-TabBarPicker_Tests-umbrella.h */, - 8242A67D867BBCDB602460C3 /* Pods-TabBarPicker_Tests.debug.xcconfig */, - B4B57498BC0C0373F0EF659A /* Pods-TabBarPicker_Tests.release.xcconfig */, - ); - name = "Pods-TabBarPicker_Tests"; - path = "Target Support Files/Pods-TabBarPicker_Tests"; - sourceTree = ""; - }; - 2794BBDE05B9F5644B088020 /* iOS */ = { - isa = PBXGroup; - children = ( - C77C2BE3A4E3CCA23E698BD4 /* Foundation.framework */, + 5318CCF0E05CEED642F4EBA1 /* Foundation.framework */, ); name = iOS; sourceTree = ""; }; - 5384271CDBAAB6EA2F604DAB /* Support Files */ = { + 1887143410C2F849B0D61358 /* TabBarPicker */ = { isa = PBXGroup; children = ( - E7FCA5582AD3E904C4774D3E /* Info.plist */, - 7C957C070B4E4BEAC1787A83 /* Info.plist */, - F5F043E96B6BFAD7FFAB6F96 /* Pods-TabBarPicker_Example-TabBarPicker.modulemap */, - EB9C50CCB90DB3986ECA3F4D /* Pods-TabBarPicker_Example-TabBarPicker.xcconfig */, - F958AF565303C03ACC1D28D6 /* Pods-TabBarPicker_Example-TabBarPicker-Private.xcconfig */, - AA5D93D91ECB2D9336E19448 /* Pods-TabBarPicker_Example-TabBarPicker-dummy.m */, - 797E1E984C00C8E74291168A /* Pods-TabBarPicker_Example-TabBarPicker-prefix.pch */, - F228F3639BE10FFA7CF1B1D0 /* Pods-TabBarPicker_Example-TabBarPicker-umbrella.h */, - 4980C228C596853E3673B790 /* Pods-TabBarPicker_Tests-TabBarPicker.modulemap */, - 1737C5D2DDEA19E2DB2C50C5 /* Pods-TabBarPicker_Tests-TabBarPicker.xcconfig */, - B8AF9FD2C2F0ED85DF0C718C /* Pods-TabBarPicker_Tests-TabBarPicker-Private.xcconfig */, - B99CF403C606CBF3B42815F1 /* Pods-TabBarPicker_Tests-TabBarPicker-dummy.m */, - A66CAC688F21540F4A5A9883 /* Pods-TabBarPicker_Tests-TabBarPicker-prefix.pch */, - 73255E51694909EFBC6F32EB /* Pods-TabBarPicker_Tests-TabBarPicker-umbrella.h */, - ); - name = "Support Files"; - path = "Example/Pods/Target Support Files/Pods-TabBarPicker_Example-TabBarPicker"; - sourceTree = ""; - }; - 5A94B2464DE0F04EC5BC9AEF /* PureLayout */ = { - isa = PBXGroup; - children = ( - 071008B6FA1EDDBC684AAFB4 /* ALView+PureLayout.h */, - A9C1FFCFBD07F71673A8A670 /* ALView+PureLayout.m */, - 449FCBFF54573203102F8568 /* NSArray+PureLayout.h */, - A5CAECDCDB3D39EF67CDFD83 /* NSArray+PureLayout.m */, - A45FB8C9E53D220C82DAD3AE /* NSLayoutConstraint+PureLayout.h */, - 58D3DBE9457932CB1D63B3A3 /* NSLayoutConstraint+PureLayout.m */, - DFD831CE46A6BD3D8618EB20 /* PureLayout.h */, - E7B94B0D2EE707E4D3CDFD74 /* PureLayout+Internal.h */, - 74197097B358E172B36148B3 /* PureLayoutDefines.h */, - C0083CBA3FEFEF206856E4A3 /* Support Files */, - ); - path = PureLayout; - sourceTree = ""; - }; - 65D0E6EBBFB0798B88BCF512 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 2794BBDE05B9F5644B088020 /* iOS */, - ); - name = Frameworks; - sourceTree = ""; - }; - 7FC9AA2F3CEACD4818D13A59 /* TabBarPicker */ = { - isa = PBXGroup; - children = ( - D5C3C601412FC0EEA548B09B /* Pod */, - 5384271CDBAAB6EA2F604DAB /* Support Files */, + 3FA0FA9B75CE5162AF776F61 /* Pod */, + 4C3FEB4559335AF590BED821 /* Support Files */, ); name = TabBarPicker; path = ../..; sourceTree = ""; }; - 83A619686B81DAF0CAD1C561 /* pop */ = { + 2A54C52C234EB32115E22D1B /* pop */ = { isa = PBXGroup; children = ( - 3E8F8D8D71D50738D29BCE9E /* FloatConversion.h */, - 91D985E1E1F796C19A8A2494 /* POP.h */, - 3729E26C1DB017C75622B629 /* POPAction.h */, - 8C60B233A8EF85B0317F9670 /* POPAnimatableProperty.h */, - 5515E5C5B184A6C29FDCFA0F /* POPAnimatableProperty.mm */, - 05C3BB70AB84B7C3E9EA9324 /* POPAnimation.h */, - 24A17048D93B3FC30987EF9F /* POPAnimation.mm */, - FA704CA6127ABD4D2822532A /* POPAnimationEvent.h */, - 3EBF3582394D404700DF4A95 /* POPAnimationEvent.mm */, - B559A13D5BC4352504FA3069 /* POPAnimationEventInternal.h */, - 68A8699AFBEDB0568A030E4F /* POPAnimationExtras.h */, - 53A519AA49D027FD94189534 /* POPAnimationExtras.mm */, - BB8C6C3D30D95897F8F1AD1B /* POPAnimationInternal.h */, - 56EB50097986B745FF1FEC98 /* POPAnimationPrivate.h */, - 0DA896C58B4A5EAAC10CE4BF /* POPAnimationRuntime.h */, - D11BBB2FC2725F8E1C055862 /* POPAnimationRuntime.mm */, - 4C7716C17013E5ABF2500DAF /* POPAnimationTracer.h */, - 6F19A56AC21A2D774C62FA86 /* POPAnimationTracer.mm */, - 032729B40112DF3913DBA15A /* POPAnimationTracerInternal.h */, - 271938ADBDC8E91C166F0498 /* POPAnimator.h */, - 6F9D5BDEA343EF395128107B /* POPAnimator.mm */, - 49798C0FF48EB4D7664F41D7 /* POPAnimatorPrivate.h */, - 76A8B646A66070650815BD5F /* POPBasicAnimation.h */, - 39D4850E109E57D10BD07277 /* POPBasicAnimation.mm */, - 8D68A1F2ED6BA48ACD7B1F5F /* POPBasicAnimationInternal.h */, - F4FD10263FC6272A6B60DA86 /* POPCGUtils.h */, - 0987D512A15D33AE73206C52 /* POPCGUtils.mm */, - 850D759EEFFF5CB373F2EB23 /* POPCustomAnimation.h */, - 44CF3BD44771BFF7067AD84D /* POPCustomAnimation.mm */, - A28AB34B547C2C108EEDC1C6 /* POPDecayAnimation.h */, - B29FFCDF4E854F8AE5514D03 /* POPDecayAnimation.mm */, - FCEFE7746BE219AE68A0C4E2 /* POPDecayAnimationInternal.h */, - 5B93F962C67E52984D0074CB /* POPDefines.h */, - 06AA78A07B59EE4E6AF6F3B0 /* POPGeometry.h */, - B0EF3EB1DEB244093E4F6818 /* POPGeometry.mm */, - 709FDD8DA6133604F1FCA093 /* POPLayerExtras.h */, - D722283C500525DF9B35B472 /* POPLayerExtras.mm */, - 6FB4FCA88B415FB078222BCA /* POPMath.h */, - A60C50849505564B8F1B5856 /* POPMath.mm */, - 13C433AFFBF4177EDF819E8E /* POPPropertyAnimation.h */, - B547875384EDA72EBB1D362B /* POPPropertyAnimation.mm */, - CC07AD4061A2AB448DA6AC64 /* POPPropertyAnimationInternal.h */, - 1D7AA37439A4A9EC6831B32E /* POPSpringAnimation.h */, - 7160F8C17FB46A661113DAF7 /* POPSpringAnimation.mm */, - 64D314BDE4E60E159440D7A5 /* POPSpringAnimationInternal.h */, - FAFA36BC87D04BD069AF8402 /* POPSpringSolver.h */, - FF167D64A8DCE2FA448D47A7 /* POPVector.h */, - 21D3B2F6DD74AB9EBBF8FCCD /* POPVector.mm */, - F9438F0111935CAD9743C6F8 /* TransformationMatrix.cpp */, - 8FC944B51A9AABB1BD966173 /* TransformationMatrix.h */, - 2618F49BC031A9390BC7CAAB /* UnitBezier.h */, - 9F96E7C4909B1A277C236325 /* Support Files */, + C89755B7429BA8416726C976 /* FloatConversion.h */, + A4F94EB380221710F30AFABC /* POP.h */, + 5479DC06522B7F04045D9787 /* POPAction.h */, + 83CB18A7F96034CA5A052598 /* POPAnimatableProperty.h */, + 0989F71569E92C4CBAFE1921 /* POPAnimatableProperty.mm */, + 7671C709696939CF728CBF89 /* POPAnimation.h */, + 60CFC588A9F296D142625E9D /* POPAnimation.mm */, + A9A75BF9B5A218000B19C110 /* POPAnimationEvent.h */, + DF7EBCFBD69634580761F226 /* POPAnimationEvent.mm */, + B3719287A9AF0C8F9D5C15CD /* POPAnimationEventInternal.h */, + 1601934E60C7E519C0FEDC56 /* POPAnimationExtras.h */, + 220C2C21C3E8499F4FB6C89D /* POPAnimationExtras.mm */, + BCC550239DC303E4407ECDC2 /* POPAnimationInternal.h */, + 248FBB7C7DFF12C26E977F54 /* POPAnimationPrivate.h */, + 552AB480E386C5B46102AA6B /* POPAnimationRuntime.h */, + 4291D5DE14FE83D5B6B9156E /* POPAnimationRuntime.mm */, + 361BBEEFA5B9AD92637B4A08 /* POPAnimationTracer.h */, + 322F6F4AB63287ECAF0CA6CD /* POPAnimationTracer.mm */, + 62620BD82EA9934614182BC3 /* POPAnimationTracerInternal.h */, + A7ECA2F74F793F76240F306D /* POPAnimator.h */, + 8D5DD94D1DBD83E9361E2491 /* POPAnimator.mm */, + 8A7CE41912D567ECB03A6D64 /* POPAnimatorPrivate.h */, + BE8898601881A3FF69CB045A /* POPBasicAnimation.h */, + 0C7A734081DC40C0F31F673C /* POPBasicAnimation.mm */, + 901108BC6D9A8F028EDAD8F2 /* POPBasicAnimationInternal.h */, + 4D356A9EEEA5DDCF8FF04FB7 /* POPCGUtils.h */, + 6E4AC5D29211DE73190905B5 /* POPCGUtils.mm */, + E226A506D7BEE5F31C0E2CFA /* POPCustomAnimation.h */, + 99B3AFB3448E42354C7E3CA9 /* POPCustomAnimation.mm */, + 671119BD943A4653A352A441 /* POPDecayAnimation.h */, + 49DBB4DFA4326F5EC64B2D20 /* POPDecayAnimation.mm */, + 1D391F023EF911E0E8CAADA5 /* POPDecayAnimationInternal.h */, + 9799C38880B19C8D8127D387 /* POPDefines.h */, + CB727B79627320DFC1811EE6 /* POPGeometry.h */, + F5DC4E453F2301DC52DBA943 /* POPGeometry.mm */, + 1BFB1C574D40FD98565713A7 /* POPLayerExtras.h */, + C5236EEA3772FB0C5F62894A /* POPLayerExtras.mm */, + C97337B6B1C0C92F79B3C60B /* POPMath.h */, + 5C38118B267F78FF311DC60E /* POPMath.mm */, + 50EF158D99CB9C6F1494769E /* POPPropertyAnimation.h */, + CB321577DDDDE89741F7271C /* POPPropertyAnimation.mm */, + CC5C592E4B54F3B0012C323C /* POPPropertyAnimationInternal.h */, + 912D3B150DD89D0B80BACEFF /* POPSpringAnimation.h */, + 35CF5A05C3B6069754E32983 /* POPSpringAnimation.mm */, + DB75B471EDA1CA2DE9C33C0F /* POPSpringAnimationInternal.h */, + 0CF169FBEF3383F97806A666 /* POPSpringSolver.h */, + 3047742051845C84E58DFB86 /* POPVector.h */, + 6D83D7CC82208B8F5DB6F9B2 /* POPVector.mm */, + 9EA47F53E372DEAEB5FFD0A7 /* TransformationMatrix.cpp */, + 45D8B817339DC323C26500BD /* TransformationMatrix.h */, + 6FCFE30967DE61491182F4C5 /* UnitBezier.h */, + E187BE117D03D466577504EA /* Support Files */, ); path = pop; sourceTree = ""; }; - 917FDD83BF0F2E6AFBD0BA23 /* Development Pods */ = { + 2DB505C34EA18DD7844C2D4E /* Pods */ = { isa = PBXGroup; children = ( - 7FC9AA2F3CEACD4818D13A59 /* TabBarPicker */, - ); - name = "Development Pods"; - sourceTree = ""; - }; - 985664D5C33BF14F2FB6E4EB /* Pods */ = { - isa = PBXGroup; - children = ( - 5A94B2464DE0F04EC5BC9AEF /* PureLayout */, - 83A619686B81DAF0CAD1C561 /* pop */, + CD06F38E1139A758BF6C3692 /* PureLayout */, + 2A54C52C234EB32115E22D1B /* pop */, ); name = Pods; sourceTree = ""; }; - 9F96E7C4909B1A277C236325 /* Support Files */ = { + 3A526DEF7F5DF6568C49F74C /* Pods */ = { isa = PBXGroup; children = ( - 5B922258F6DAEB136C3E6EB6 /* Info.plist */, - 15C89F242ECE7335E65A2933 /* Info.plist */, - 4B583C6AB5183E92FB0DAE62 /* Pods-TabBarPicker_Example-pop.modulemap */, - 1C9E42EE03370031AB2A1BB4 /* Pods-TabBarPicker_Example-pop.xcconfig */, - CCA975E3DB42E3C60F6C6A6D /* Pods-TabBarPicker_Example-pop-Private.xcconfig */, - 5F3347E2E6D4E8033E6675EA /* Pods-TabBarPicker_Example-pop-dummy.m */, - 0DFC041702131CB7BA66F5E8 /* Pods-TabBarPicker_Example-pop-prefix.pch */, - 5EDF47423BDEC56B4F2372F2 /* Pods-TabBarPicker_Example-pop-umbrella.h */, - 96BBA8E2C32FFD054B542966 /* Pods-pop.modulemap */, - A9A7157CD086DCE19FB4C1FB /* Pods-pop.xcconfig */, - 3695C7EB491FB1B0370DCA52 /* Pods-pop-Private.xcconfig */, - C1B252EC5C82F6214584C092 /* Pods-pop-dummy.m */, - 5F61D83502D7297E01321B8F /* Pods-pop-prefix.pch */, - CD86F56905D0C6313134E8B3 /* Pods-pop-umbrella.h */, - ); - name = "Support Files"; - path = "../Target Support Files/Pods-TabBarPicker_Example-pop"; - sourceTree = ""; - }; - A276E33F3CF7CE08B4833916 /* Pods */ = { - isa = PBXGroup; - children = ( - BC09C65932CAE6B4C5D6FDE2 /* Info.plist */, - A36A8783EA4F8A7DF1045BDC /* Pods.modulemap */, - 54EFCA5E3AC618835D8815EE /* Pods-acknowledgements.markdown */, - 5EED46B5059B1B2C6D581226 /* Pods-acknowledgements.plist */, - 138B36BDFD8F34C76665A4D4 /* Pods-dummy.m */, - DB0133C31D4DD66888AEAB20 /* Pods-environment.h */, - 38DAEEEA42787A5F3A518422 /* Pods-frameworks.sh */, - 3D3879C27BA0D53EED72879F /* Pods-resources.sh */, - 443D958EB4DE78D8E62C5C4A /* Pods-umbrella.h */, - 8D376211246288BD32197A79 /* Pods.debug.xcconfig */, - DC33EEB18DC995DF5B988530 /* Pods.release.xcconfig */, + 5BD7788176D503AB03C0E4B4 /* Info.plist */, + E5C189006F28899D8591BFAE /* Pods.modulemap */, + 367E13263A407D3DAE66894A /* Pods-acknowledgements.markdown */, + FE22858FE7BBB304F6C486F0 /* Pods-acknowledgements.plist */, + D8C2A10274C723A159433ED1 /* Pods-dummy.m */, + 6045D819BD15B744948ADE22 /* Pods-environment.h */, + 723D192530472B7231549590 /* Pods-frameworks.sh */, + 23CB6FF06056CE514FAF9F6F /* Pods-resources.sh */, + 3D540B19DB6BF9FDE6C8ACFA /* Pods-umbrella.h */, + E440264E752919182072967E /* Pods.debug.xcconfig */, + 09F0618CA132ECDEBA57689E /* Pods.release.xcconfig */, ); name = Pods; path = "Target Support Files/Pods"; sourceTree = ""; }; - A86BFCA2E3DC4C77FA85D941 /* Products */ = { + 3FA0FA9B75CE5162AF776F61 /* Pod */ = { isa = PBXGroup; children = ( - 6346B507D286AB7F0830B3D5 /* Pods.framework */, - 915E39BFAAA3738DD8F52554 /* Pods_TabBarPicker_Example.framework */, - 0DFFB1BEB972D918379B1B8E /* Pods_TabBarPicker_Tests.framework */, - 19B9569BF13269CB03DA9696 /* PureLayout.framework */, - 184DADCDC01DC7B597379A7B /* PureLayout.framework */, - 645D899625DF1EC98990C8CB /* TabBarPicker.bundle */, - 7269DADC260DD87D49F72D3D /* TabBarPicker.bundle */, - 23ECCAB90BEDBDBB6EB99B0C /* TabBarPicker.framework */, - 40B471CF761C73F2E0996303 /* TabBarPicker.framework */, - D3217797E8D4D981C773F9D3 /* pop.framework */, - 69215026A6322493760F6439 /* pop.framework */, + 4E0DA1B3F943CB5DD84434E2 /* Classes */, ); - name = Products; + path = Pod; sourceTree = ""; }; - AC513BEFDB69DD051A4C1FEF = { + 4C3FEB4559335AF590BED821 /* Support Files */ = { isa = PBXGroup; children = ( - F5A655475F5F0A02CF83862F /* Podfile */, - 917FDD83BF0F2E6AFBD0BA23 /* Development Pods */, - 65D0E6EBBFB0798B88BCF512 /* Frameworks */, - 985664D5C33BF14F2FB6E4EB /* Pods */, - A86BFCA2E3DC4C77FA85D941 /* Products */, - ECA4354393155E2487470EE0 /* Targets Support Files */, + 9ADB896FC223429417305564 /* Info.plist */, + 34DA203B3F1FCCFD1E8A50B7 /* Info.plist */, + A6D260D035A46BE8F2256490 /* Pods-TabBarPicker_Example-TabBarPicker.modulemap */, + 4D55DA6FE1B680DC3EA9DF5A /* Pods-TabBarPicker_Example-TabBarPicker.xcconfig */, + 1E4EF796544765F03C26C5F6 /* Pods-TabBarPicker_Example-TabBarPicker-Private.xcconfig */, + CCCD9A27B2E04FEA45C7E2F7 /* Pods-TabBarPicker_Example-TabBarPicker-dummy.m */, + D4310830DE68F6149262337B /* Pods-TabBarPicker_Example-TabBarPicker-prefix.pch */, + 567CD36F67B9E3CCC7C4EAFD /* Pods-TabBarPicker_Example-TabBarPicker-umbrella.h */, + 68A9ADAF0B3E760DF5AD7E68 /* Pods-TabBarPicker_Tests-TabBarPicker.modulemap */, + 7E2FD79B207076835239D081 /* Pods-TabBarPicker_Tests-TabBarPicker.xcconfig */, + 4A98D75D7D5CB3392E41BD69 /* Pods-TabBarPicker_Tests-TabBarPicker-Private.xcconfig */, + 0B5B5AC54CFEB05692AA815A /* Pods-TabBarPicker_Tests-TabBarPicker-dummy.m */, + B050493AA15E13E8B3E2623D /* Pods-TabBarPicker_Tests-TabBarPicker-prefix.pch */, + 94B31BDE01F6DFC4A63DFF9A /* Pods-TabBarPicker_Tests-TabBarPicker-umbrella.h */, ); + name = "Support Files"; + path = "Example/Pods/Target Support Files/Pods-TabBarPicker_Example-TabBarPicker"; sourceTree = ""; }; - BED51F4BDDE17332193DCD62 /* Classes */ = { + 4E0DA1B3F943CB5DD84434E2 /* Classes */ = { isa = PBXGroup; children = ( - 00D46DAA4527AFB2D9A40877 /* TabBarItem.h */, - 31259D03EB1D8BAEFB132E91 /* TabBarItem.m */, - 9F831F26D2B21FFD7312CFF1 /* TabBarPicker.h */, - 50BCD73ECD1D1ABA7EA92827 /* TabBarPicker.m */, - 7E595AC0764ACAFD16047902 /* TabBarSubItem.h */, - F92981F6C2B022C840BBF55A /* TabBarSubItem.m */, + 948796D629A2FE463CD40F14 /* TabBarItem.h */, + 6D0486D2A6CC5159ED6C3FA5 /* TabBarItem.m */, + 6EBFE41004AD256533049528 /* TabBarPicker.h */, + 66C7B75EB841D53F0EC483E0 /* TabBarPicker.m */, + 038E63B1DBCA0584644ED157 /* TabBarPickerSubItemsView.h */, + 13660ECE3ACE682AFF3887AC /* TabBarPickerSubItemsView.m */, + 489D9E1E1C7A2D5F8BC9F84C /* TabBarSubItem.h */, + 1312AE216DB90DE6BCCFEE9D /* TabBarSubItem.m */, ); path = Classes; sourceTree = ""; }; - C0083CBA3FEFEF206856E4A3 /* Support Files */ = { + 799D0121FCCD82A8187ABDC9 /* Pods-TabBarPicker_Example */ = { isa = PBXGroup; children = ( - FA83ABCBEEC645EE76931071 /* Info.plist */, - DD0006DBBA798F8A781834A1 /* Info.plist */, - B793B2B730506B895C309977 /* Pods-PureLayout.modulemap */, - 930028E10379E185ED9F1365 /* Pods-PureLayout.xcconfig */, - 5E06D522ADC8E5E759B78797 /* Pods-PureLayout-Private.xcconfig */, - 9D804669BB013E4295EB3147 /* Pods-PureLayout-dummy.m */, - 04698C67B7B28FA022C6E3AD /* Pods-PureLayout-prefix.pch */, - 28314DC8876D2657DFFF3362 /* Pods-PureLayout-umbrella.h */, - 38F3608F7C497E9172D44540 /* Pods-TabBarPicker_Example-PureLayout.modulemap */, - 390D9EF3CA9429CDC8979F09 /* Pods-TabBarPicker_Example-PureLayout.xcconfig */, - 3B6CD2D0D72AADF79425D69C /* Pods-TabBarPicker_Example-PureLayout-Private.xcconfig */, - F32296154A5A11C05AE6B1E2 /* Pods-TabBarPicker_Example-PureLayout-dummy.m */, - 5B08A04E84FB9E1543EA8565 /* Pods-TabBarPicker_Example-PureLayout-prefix.pch */, - B89421C32CE72BD9636B57E8 /* Pods-TabBarPicker_Example-PureLayout-umbrella.h */, + 569D1B4A028CD25E2D74537A /* Info.plist */, + 6B878F3E287CA59F38AF9260 /* Pods-TabBarPicker_Example.modulemap */, + 05808DA121218718098DEFF0 /* Pods-TabBarPicker_Example-acknowledgements.markdown */, + D2E46081016835D9384AF946 /* Pods-TabBarPicker_Example-acknowledgements.plist */, + DF2C9745FAD90248C8A0E440 /* Pods-TabBarPicker_Example-dummy.m */, + 919B771F0901CB17C6EB5B92 /* Pods-TabBarPicker_Example-environment.h */, + 734113E1ABC52132867C8DC0 /* Pods-TabBarPicker_Example-frameworks.sh */, + A5C4CDE49F388B3C715DCCB9 /* Pods-TabBarPicker_Example-resources.sh */, + 1F726856037B0FAE7F190DEA /* Pods-TabBarPicker_Example-umbrella.h */, + 5D1607BD1F1F54335A2E124B /* Pods-TabBarPicker_Example.debug.xcconfig */, + D0E3D724A6EA5F0CB37B6CA8 /* Pods-TabBarPicker_Example.release.xcconfig */, + ); + name = "Pods-TabBarPicker_Example"; + path = "Target Support Files/Pods-TabBarPicker_Example"; + sourceTree = ""; + }; + 87405192924B69F7F83B086D /* Frameworks */ = { + isa = PBXGroup; + children = ( + 06EB63B29ABB908508A41F72 /* iOS */, + ); + name = Frameworks; + sourceTree = ""; + }; + 9843F33B6EB3F30F26D3273A /* Pods-TabBarPicker_Tests */ = { + isa = PBXGroup; + children = ( + 25404601DBB854A03B6FB790 /* Info.plist */, + 5387E920E4F000A0671512C5 /* Pods-TabBarPicker_Tests.modulemap */, + 27A6708995E0133607B68C17 /* Pods-TabBarPicker_Tests-acknowledgements.markdown */, + 9D990C568EF3E7D84C4FFD1C /* Pods-TabBarPicker_Tests-acknowledgements.plist */, + 6EBA369F80242B946F30EC93 /* Pods-TabBarPicker_Tests-dummy.m */, + 5D6FACCC4C372F429A47AA7D /* Pods-TabBarPicker_Tests-environment.h */, + 30FE9B0A9B402BE3524A474A /* Pods-TabBarPicker_Tests-frameworks.sh */, + 37560D3E260FFC992DC9625A /* Pods-TabBarPicker_Tests-resources.sh */, + 813339C86C19EA6B7D13FD9E /* Pods-TabBarPicker_Tests-umbrella.h */, + 60C58E758F5AB6A902FEE223 /* Pods-TabBarPicker_Tests.debug.xcconfig */, + AACDA0D53FD379145B87967F /* Pods-TabBarPicker_Tests.release.xcconfig */, + ); + name = "Pods-TabBarPicker_Tests"; + path = "Target Support Files/Pods-TabBarPicker_Tests"; + sourceTree = ""; + }; + CD06F38E1139A758BF6C3692 /* PureLayout */ = { + isa = PBXGroup; + children = ( + 1276CC727D252F3FBCC500D8 /* ALView+PureLayout.h */, + 045BE7162D2570928876F033 /* ALView+PureLayout.m */, + 481DCCBEAAE97AFD01526FA2 /* NSArray+PureLayout.h */, + B8B9D49500DD7A18D29BC0CD /* NSArray+PureLayout.m */, + 1D4F8D303386AC44822AF565 /* NSLayoutConstraint+PureLayout.h */, + A51FE7687AB0793F310D2B9B /* NSLayoutConstraint+PureLayout.m */, + 8B59B1AB19F58353D0AEF09E /* PureLayout.h */, + C6A1ED918F18DBCB84B212DA /* PureLayout+Internal.h */, + 76F5D472F78835DF10642FED /* PureLayoutDefines.h */, + D0543F00C2235FE15AC799B3 /* Support Files */, + ); + path = PureLayout; + sourceTree = ""; + }; + D0543F00C2235FE15AC799B3 /* Support Files */ = { + isa = PBXGroup; + children = ( + 12EAF69700839FE7E59349C7 /* Info.plist */, + 20EA84407EA26D4B048B6308 /* Info.plist */, + 560983073AA7FC620BD006AD /* Pods-PureLayout.modulemap */, + B89E435A737C9F8B4147DB53 /* Pods-PureLayout.xcconfig */, + AB5CF71B60E10265E1E5C9C4 /* Pods-PureLayout-Private.xcconfig */, + 6DE98FB43FD8AF87558C949F /* Pods-PureLayout-dummy.m */, + F3F54E57B94A29511DCCCFC7 /* Pods-PureLayout-prefix.pch */, + 0F05E63141E47B3D9C7A034C /* Pods-PureLayout-umbrella.h */, + ACBB77468072336652F83798 /* Pods-TabBarPicker_Example-PureLayout.modulemap */, + 31B4C28D9F388712584D7356 /* Pods-TabBarPicker_Example-PureLayout.xcconfig */, + 84A53CAFAF6FC2AD97EB62D0 /* Pods-TabBarPicker_Example-PureLayout-Private.xcconfig */, + C240B79453CA04C9D746A157 /* Pods-TabBarPicker_Example-PureLayout-dummy.m */, + 9675C333FBCB9438C37914F5 /* Pods-TabBarPicker_Example-PureLayout-prefix.pch */, + 3278943CA7BA250401368DCD /* Pods-TabBarPicker_Example-PureLayout-umbrella.h */, ); name = "Support Files"; path = "../Target Support Files/Pods-PureLayout"; sourceTree = ""; }; - D5C3C601412FC0EEA548B09B /* Pod */ = { + E187BE117D03D466577504EA /* Support Files */ = { isa = PBXGroup; children = ( - BED51F4BDDE17332193DCD62 /* Classes */, + 05DA842142A6BA196B3DABFB /* Info.plist */, + 9A0D56F1761B3E4D657F5E6B /* Info.plist */, + 7CC70F35B324689AC597A0FE /* Pods-TabBarPicker_Example-pop.modulemap */, + FF2CB7956298E5BF13E305A8 /* Pods-TabBarPicker_Example-pop.xcconfig */, + 9BEA3DCC64741E5370473F3D /* Pods-TabBarPicker_Example-pop-Private.xcconfig */, + 5525384DC7AE50A2B5E89645 /* Pods-TabBarPicker_Example-pop-dummy.m */, + 9FB0F09AB2968465489960B4 /* Pods-TabBarPicker_Example-pop-prefix.pch */, + 2A7C186830A35BB4C268F975 /* Pods-TabBarPicker_Example-pop-umbrella.h */, + D36AB950CB2EC789C50E2262 /* Pods-pop.modulemap */, + 83FCB1582EC513F7552DEA37 /* Pods-pop.xcconfig */, + F9D1830163CD771BFB1625E2 /* Pods-pop-Private.xcconfig */, + AA26A92C09486DC977E4DAF7 /* Pods-pop-dummy.m */, + 30FF365DD9D72B712A0B56B4 /* Pods-pop-prefix.pch */, + CBF8EA93CEB1A79869EC3347 /* Pods-pop-umbrella.h */, ); - path = Pod; + name = "Support Files"; + path = "../Target Support Files/Pods-TabBarPicker_Example-pop"; sourceTree = ""; }; - ECA4354393155E2487470EE0 /* Targets Support Files */ = { + E7ADC43A225C7637537E9B37 /* Targets Support Files */ = { isa = PBXGroup; children = ( - A276E33F3CF7CE08B4833916 /* Pods */, - 07C5A0ECC37A92B11C66C715 /* Pods-TabBarPicker_Example */, - 19EDFE593CE0E976080FA243 /* Pods-TabBarPicker_Tests */, + 3A526DEF7F5DF6568C49F74C /* Pods */, + 799D0121FCCD82A8187ABDC9 /* Pods-TabBarPicker_Example */, + 9843F33B6EB3F30F26D3273A /* Pods-TabBarPicker_Tests */, ); name = "Targets Support Files"; sourceTree = ""; }; + F5652DF99F847077B4F992C7 = { + isa = PBXGroup; + children = ( + 107BA65FFCEB274307520F2C /* Podfile */, + 05FC04885F2767630969C262 /* Development Pods */, + 87405192924B69F7F83B086D /* Frameworks */, + 2DB505C34EA18DD7844C2D4E /* Pods */, + F59935DA88004FB1BC0312A2 /* Products */, + E7ADC43A225C7637537E9B37 /* Targets Support Files */, + ); + sourceTree = ""; + }; + F59935DA88004FB1BC0312A2 /* Products */ = { + isa = PBXGroup; + children = ( + 3D69F71E8986A27161777FAE /* Pods.framework */, + 1DEB1FE6315A9356874285B1 /* Pods_TabBarPicker_Example.framework */, + 1FB5DB3EDCABFC87A5FD4829 /* Pods_TabBarPicker_Tests.framework */, + A6638CF52C1096B25DD08ADE /* PureLayout.framework */, + 2517E2997BA3081DB25379D7 /* PureLayout.framework */, + 907DC892E25945C8881BB67A /* TabBarPicker.bundle */, + ED11DDCF7451052F5D7DB7FC /* TabBarPicker.bundle */, + 01009B5E4B06C66FCF8F5BC9 /* TabBarPicker.framework */, + AE6A0AF92FE18545C3B68FBE /* TabBarPicker.framework */, + 6D62F3FEBE7F8DDCE5094A7F /* pop.framework */, + F1858A1FB16C4E1F1280C64A /* pop.framework */, + ); + name = Products; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 408E13B8961D1FAC052E77B9 /* Headers */ = { + 1C600D0E94090FAF4FF18FE9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - AED6C75FCE4D9FFD2EA1DBF0 /* FloatConversion.h in Headers */, - 9BDE778C39AB9817D2EFD81A /* POP.h in Headers */, - 256FB4B3602C1172393BAAA5 /* POPAction.h in Headers */, - AD3AECD9FA70C853093DA289 /* POPAnimatableProperty.h in Headers */, - C58B8BD7D8FC24246423434E /* POPAnimation.h in Headers */, - 7E8E3C2A59062270E124536E /* POPAnimationEvent.h in Headers */, - DB30F5D8E95DAAD3AF783430 /* POPAnimationEventInternal.h in Headers */, - 317931427FA223597324A241 /* POPAnimationExtras.h in Headers */, - 1761136729AE297986EA8DE6 /* POPAnimationInternal.h in Headers */, - C608C4C7CDD5C0163CE163BE /* POPAnimationPrivate.h in Headers */, - 0F9F01E4EF511616C129FBE0 /* POPAnimationRuntime.h in Headers */, - 8944F70DD4A00F87E3EB7055 /* POPAnimationTracer.h in Headers */, - CDECD98613E8E46225B67BA9 /* POPAnimationTracerInternal.h in Headers */, - 4F951D3605C97CB0B11AAF05 /* POPAnimator.h in Headers */, - 26B8BD99BEC19A4E0024595F /* POPAnimatorPrivate.h in Headers */, - E8F085E587F1CFD5111B856A /* POPBasicAnimation.h in Headers */, - A0E908689A301AF151C7036D /* POPBasicAnimationInternal.h in Headers */, - 722789422B303B7BAA916659 /* POPCGUtils.h in Headers */, - CCB1712EA085228E32C5EBE4 /* POPCustomAnimation.h in Headers */, - 21F0689143751709C29C4296 /* POPDecayAnimation.h in Headers */, - A5FC93BE8FC524EBC6396D69 /* POPDecayAnimationInternal.h in Headers */, - 61F82226E4EF6ADE0A095820 /* POPDefines.h in Headers */, - F3F7DD1444B842C6C01CDFDA /* POPGeometry.h in Headers */, - A474D3505BDF843B4169A88F /* POPLayerExtras.h in Headers */, - 028E1C4245237A56134126E6 /* POPMath.h in Headers */, - EC2137EABBBCBA3B9DAF32CA /* POPPropertyAnimation.h in Headers */, - 8DEDB4FCFE53CC31B4BA1609 /* POPPropertyAnimationInternal.h in Headers */, - A6F0604B720FC76B7C28C252 /* POPSpringAnimation.h in Headers */, - 25EE272403F6ECD3E2D8D117 /* POPSpringAnimationInternal.h in Headers */, - 42E76F1CE0AA4CEB8C7F10BE /* POPSpringSolver.h in Headers */, - 6D7FD877AC941E76916C6E30 /* POPVector.h in Headers */, - 61CFB90EB58384B6CCE39B63 /* Pods-pop-umbrella.h in Headers */, - 24D23F8FEE75D0D6ADDBF957 /* TransformationMatrix.h in Headers */, - FAA2592A2AB98C27C61C41FB /* UnitBezier.h in Headers */, + 5FC120A542C16A10BC63BE97 /* Pods-TabBarPicker_Example-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4122FFF878C8D3691EBA18CB /* Headers */ = { + 36E06769FE3CCD3A8EFE228F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 0315DF3D1EC4068318A3C195 /* Pods-umbrella.h in Headers */, + 0A21560A1589020F1ADF7538 /* FloatConversion.h in Headers */, + 9D00D00D0E4D0C883429B32D /* POP.h in Headers */, + 6DED92D38E9CAA6952AF5608 /* POPAction.h in Headers */, + 209A8423AD1FDC253035CB31 /* POPAnimatableProperty.h in Headers */, + 117498583BC6DB0334A28D40 /* POPAnimation.h in Headers */, + 7B30AFAE62B59FD2C63F5AC2 /* POPAnimationEvent.h in Headers */, + 76939EFE9DE303F6833BEDAF /* POPAnimationEventInternal.h in Headers */, + 5B586BB61B5E9B928EB90EAB /* POPAnimationExtras.h in Headers */, + 6418C1B27B86A5BE0EE11B87 /* POPAnimationInternal.h in Headers */, + 2844095F9390BDD7700091A2 /* POPAnimationPrivate.h in Headers */, + 098901416FF5313A32689A9F /* POPAnimationRuntime.h in Headers */, + 75F66501334553B157607CBC /* POPAnimationTracer.h in Headers */, + 1C01B2F40E2C216B21EAFC1B /* POPAnimationTracerInternal.h in Headers */, + A2C4DE5C00CD102A55502296 /* POPAnimator.h in Headers */, + BA2B5A50486F8D860160FF8D /* POPAnimatorPrivate.h in Headers */, + 829719688B88D39C0D27CF4D /* POPBasicAnimation.h in Headers */, + 56A01D53215DD2C38A1DF3C0 /* POPBasicAnimationInternal.h in Headers */, + 6EAD877044B73A9D5854B5B7 /* POPCGUtils.h in Headers */, + 017751B00A19E088774A9A36 /* POPCustomAnimation.h in Headers */, + 7131945C73D4C0FD8D714B22 /* POPDecayAnimation.h in Headers */, + 586007BAA0A6603293988140 /* POPDecayAnimationInternal.h in Headers */, + 32C9D8217BCCDE3DCD65E544 /* POPDefines.h in Headers */, + 11E4EE40700313091CF3754C /* POPGeometry.h in Headers */, + 0BAD9CCE021D6E4C47E0FD1B /* POPLayerExtras.h in Headers */, + 2DD68C910B9C3A1CBE965A8B /* POPMath.h in Headers */, + A30B63A996DFE2CDD154B849 /* POPPropertyAnimation.h in Headers */, + E63BEBB6A141C936C5C5F3B5 /* POPPropertyAnimationInternal.h in Headers */, + FAE811900D8E0F0C12A1D3AF /* POPSpringAnimation.h in Headers */, + 765BC6E753BAEA1F1756446E /* POPSpringAnimationInternal.h in Headers */, + 13D596AC60910E6041FB5E7F /* POPSpringSolver.h in Headers */, + CEC3AB8B3CE2AED183131A8B /* POPVector.h in Headers */, + 914CACE912D10B0A5724D42E /* Pods-pop-umbrella.h in Headers */, + E07ED9E7484699902358B0E7 /* TransformationMatrix.h in Headers */, + EAE7334BBA7BBFAAF64A9D89 /* UnitBezier.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 580984C531CB9477E4B50001 /* Headers */ = { + 48437699994D65B8BB4495F2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 24D39AF76FEE417AAB5DB4BC /* Pods-TabBarPicker_Example-TabBarPicker-umbrella.h in Headers */, - A7CF919EF93929BFBF917564 /* TabBarItem.h in Headers */, - E7965EE710DFF843733CF8B2 /* TabBarPicker.h in Headers */, - 7DCAA26F60AE92CBFF9BF32D /* TabBarSubItem.h in Headers */, + 20A6BFDC9770DECA3F784147 /* FloatConversion.h in Headers */, + 564F9D0578414AD4B735E081 /* POP.h in Headers */, + 6CBFBDBDE1CBBD4BA906861A /* POPAction.h in Headers */, + 818BCA168FADCC7FF5FEB0C5 /* POPAnimatableProperty.h in Headers */, + 5D52FDF3FBAD15100F8B2DA2 /* POPAnimation.h in Headers */, + 056E6B5B25D44CB683046ED1 /* POPAnimationEvent.h in Headers */, + 91920145BDDDB740D379EA27 /* POPAnimationEventInternal.h in Headers */, + 4B24E249027F39B5C229D67B /* POPAnimationExtras.h in Headers */, + E657806B6768EEFFC8A571D3 /* POPAnimationInternal.h in Headers */, + 0E4DF8DF77CF83ECC1E2BE39 /* POPAnimationPrivate.h in Headers */, + 78CAA47D939E5228BA39C2D1 /* POPAnimationRuntime.h in Headers */, + 336110892E9B9A9F7667AE30 /* POPAnimationTracer.h in Headers */, + F248AB1E93524A2D3ED0C289 /* POPAnimationTracerInternal.h in Headers */, + 729044F6A7DAA40AD4808B1D /* POPAnimator.h in Headers */, + BED095B79B8E8AE2B1AA0800 /* POPAnimatorPrivate.h in Headers */, + F66556FD93CE50E7249F4701 /* POPBasicAnimation.h in Headers */, + 4B8F6804497295478FE16F30 /* POPBasicAnimationInternal.h in Headers */, + 6418584882588F555B146223 /* POPCGUtils.h in Headers */, + 341730B4E008176F2048D789 /* POPCustomAnimation.h in Headers */, + F56B4A1F3B914105221550B0 /* POPDecayAnimation.h in Headers */, + 860CD73816723824CCEC4AB9 /* POPDecayAnimationInternal.h in Headers */, + E3E31B877B4D0417DA52DF48 /* POPDefines.h in Headers */, + 4EEF05B7B49486A963343387 /* POPGeometry.h in Headers */, + 1F237B0FA9BAC33DF04D8AF0 /* POPLayerExtras.h in Headers */, + 7EEFA58925CF1F0E54B25872 /* POPMath.h in Headers */, + A8EFE3C037D1713B394F1D8C /* POPPropertyAnimation.h in Headers */, + D2702E4DABF3C4F7C7A10EB2 /* POPPropertyAnimationInternal.h in Headers */, + 9A0F3721074793034229A008 /* POPSpringAnimation.h in Headers */, + E7BDD4BACA7AAED76F62BF5C /* POPSpringAnimationInternal.h in Headers */, + C2F706C6DD01D7F230E16886 /* POPSpringSolver.h in Headers */, + A43DBB66A802E26808F11C56 /* POPVector.h in Headers */, + 6EA89B183674A2ACDECB04E0 /* Pods-TabBarPicker_Example-pop-umbrella.h in Headers */, + 42A09D79DFE7231826C7F0FB /* TransformationMatrix.h in Headers */, + 2FCB6F04A738E00FF30FC790 /* UnitBezier.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 735C4022EA37C2493CB80A58 /* Headers */ = { + 58104C98D8F7298DA1DE43A4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 38373EFAC74F21FF74CD0746 /* ALView+PureLayout.h in Headers */, - D83F23DEDE02FB4B8EE8BF97 /* NSArray+PureLayout.h in Headers */, - EF45FC82A689A0A55C0E59BD /* NSLayoutConstraint+PureLayout.h in Headers */, - 3AE93CE5C945C523391D66BE /* Pods-TabBarPicker_Example-PureLayout-umbrella.h in Headers */, - 3B27BCA81D9004ED1800167B /* PureLayout+Internal.h in Headers */, - 2A21879C939BD1EED50CAA0A /* PureLayout.h in Headers */, - 290741EDB6ACBED5D6DE5C06 /* PureLayoutDefines.h in Headers */, + F790A3E6317AEAA88686D517 /* Pods-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 74D847CE950EF893640AB3CC /* Headers */ = { + AB5A94FDF95DBBB15E0F3D1E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 3B5E086D8F3710B38AC3D4EA /* Pods-TabBarPicker_Tests-umbrella.h in Headers */, + 9F4718A0FB51BAB3CBFFA2FA /* ALView+PureLayout.h in Headers */, + 24C775D0AD925E654FF48F87 /* NSArray+PureLayout.h in Headers */, + 839659DD52AFD750CDDF3482 /* NSLayoutConstraint+PureLayout.h in Headers */, + 9F5C73D80B8E8BD21FEC99E5 /* Pods-TabBarPicker_Example-PureLayout-umbrella.h in Headers */, + EF5B9467B575CE7ACCC9FD56 /* PureLayout+Internal.h in Headers */, + 1FDA3E66D6FE684C5C01781E /* PureLayout.h in Headers */, + 04DFEC15EEFF9343248C0DAB /* PureLayoutDefines.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - C6906ACB3A708F42A859A8F1 /* Headers */ = { + C39147924972AC2344C6964E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 6ED2317CC22874779BF60CA7 /* Pods-TabBarPicker_Example-umbrella.h in Headers */, + AFCDBF34A953115B8C93AC99 /* ALView+PureLayout.h in Headers */, + 081902C0DB6F767D5CFCFDE2 /* NSArray+PureLayout.h in Headers */, + A31C88636BAC55E8F4B13702 /* NSLayoutConstraint+PureLayout.h in Headers */, + 8F0FDEFCCF9CF58A25569966 /* Pods-PureLayout-umbrella.h in Headers */, + 47BF1D4CDBC8D9D8CF6D85BC /* PureLayout+Internal.h in Headers */, + 8A6172E965D8507E20F55032 /* PureLayout.h in Headers */, + CDDA0B7F64F04BC2E6C39FCB /* PureLayoutDefines.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - E4AE4C2F0E266E8CE2C18E45 /* Headers */ = { + D86638842F58EE0BFA3DCAC4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 5DB59750FF2CB0324948E798 /* Pods-TabBarPicker_Tests-TabBarPicker-umbrella.h in Headers */, - 1D5783D437C5CDCFDA9637AA /* TabBarItem.h in Headers */, - EBD59634ADE58272EF9C30ED /* TabBarPicker.h in Headers */, - 37B7713407774E2B197396AE /* TabBarSubItem.h in Headers */, + 715F0E1D29D7145FA2C69E34 /* Pods-TabBarPicker_Tests-TabBarPicker-umbrella.h in Headers */, + EE6BD65ACA10F926E7B4F9B3 /* TabBarItem.h in Headers */, + D05F604195A3A025E43D406C /* TabBarPicker.h in Headers */, + B84FEED9BB89D3450AFEB7D4 /* TabBarPickerSubItemsView.h in Headers */, + 77B2793ECEE9C9710A36614F /* TabBarSubItem.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - E6C5B522A17DA15B5499712A /* Headers */ = { + E1049E30AFAB9132D220E0A2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - D5C5B9AC8227E3FE0C115A8F /* ALView+PureLayout.h in Headers */, - 124175AF626FBB5EA39727E5 /* NSArray+PureLayout.h in Headers */, - EB1059B62BF8D71A0900EC9C /* NSLayoutConstraint+PureLayout.h in Headers */, - 4C5528C73817E0AAFCD39C3C /* Pods-PureLayout-umbrella.h in Headers */, - 70A5A9D5B3192D086ABFAD33 /* PureLayout+Internal.h in Headers */, - 9E064F36D0D6FB78C3FB7011 /* PureLayout.h in Headers */, - 479A9E2468FB1767F46833DB /* PureLayoutDefines.h in Headers */, + 128BF7250491FE69CCE651A6 /* Pods-TabBarPicker_Tests-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - FC9C2EAB484255D93B5160BF /* Headers */ = { + EE6251CF07E3A71D15ED86F4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 0885010EC986086E55039484 /* FloatConversion.h in Headers */, - 45F31DC5ADC53BC35B7E3FA8 /* POP.h in Headers */, - 0628EC860B05AA50EBCA2AEC /* POPAction.h in Headers */, - 071D294FD116B113FD5F1360 /* POPAnimatableProperty.h in Headers */, - 889A1170B7C1C7E5A58418E2 /* POPAnimation.h in Headers */, - 2DDE8758349861802A7B928B /* POPAnimationEvent.h in Headers */, - 31B44DF5EF925760C8509BBA /* POPAnimationEventInternal.h in Headers */, - F3B86B7925C36CA006D71900 /* POPAnimationExtras.h in Headers */, - 3DEA863EF9CE4F63C8421E98 /* POPAnimationInternal.h in Headers */, - 8ADD5FDD7542382CDB1ADEBF /* POPAnimationPrivate.h in Headers */, - FCB75132BBA13649D211FC91 /* POPAnimationRuntime.h in Headers */, - A1B8856D4E4F760C13FF6201 /* POPAnimationTracer.h in Headers */, - 4A8B9973B190802755FB7DCD /* POPAnimationTracerInternal.h in Headers */, - 57D5C32D055ED0BD664BB394 /* POPAnimator.h in Headers */, - 300580924136BB9FAA4B98AD /* POPAnimatorPrivate.h in Headers */, - A1A766D2A20772DF5AAB5BC2 /* POPBasicAnimation.h in Headers */, - 3C0A598F69DDF2FDCBD319B3 /* POPBasicAnimationInternal.h in Headers */, - 3211EEDEA6503EFA2E1CE00A /* POPCGUtils.h in Headers */, - 4BC9C8D65C2EAA3909B91C77 /* POPCustomAnimation.h in Headers */, - 17D5AA7D251210CCCC74E416 /* POPDecayAnimation.h in Headers */, - 080F812D3ECEF7B1198F68F4 /* POPDecayAnimationInternal.h in Headers */, - C562E1B2C224B05CFF8AADD6 /* POPDefines.h in Headers */, - 207584FE89D84084F154399A /* POPGeometry.h in Headers */, - F515A9169285AC14851FFE16 /* POPLayerExtras.h in Headers */, - 3D6975336A3D2FF6B244279D /* POPMath.h in Headers */, - C6AED1C107280FF7677E7394 /* POPPropertyAnimation.h in Headers */, - B56E9F7E3C041B9176DFE285 /* POPPropertyAnimationInternal.h in Headers */, - BD3691F61A3DB599850614AC /* POPSpringAnimation.h in Headers */, - 0D554A33E23E14E966AA6778 /* POPSpringAnimationInternal.h in Headers */, - 13389365DFF9D7F389130365 /* POPSpringSolver.h in Headers */, - FF0CFFBCB6C23A8F74FC42EE /* POPVector.h in Headers */, - 148543481464A473ACB842C4 /* Pods-TabBarPicker_Example-pop-umbrella.h in Headers */, - 05D1A78D492E50ADE41B9F79 /* TransformationMatrix.h in Headers */, - CA2C160A36081E766E965157 /* UnitBezier.h in Headers */, + E828BA57421F1C546A9C4CE5 /* Pods-TabBarPicker_Example-TabBarPicker-umbrella.h in Headers */, + D0ACC06A05D07915BDBD1168 /* TabBarItem.h in Headers */, + 08182F13A05154CD65AE4605 /* TabBarPicker.h in Headers */, + A8B66F5282DD2E48E2074653 /* TabBarPickerSubItemsView.h in Headers */, + 2E3A6031BF5D6579C2A39CE8 /* TabBarSubItem.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 113B2CE1962FE34F95B1D5AD /* Pods-TabBarPicker_Tests-TabBarPicker */ = { + 1CBEDBEADB5B021EC10373BA /* Pods-PureLayout */ = { isa = PBXNativeTarget; - buildConfigurationList = FF3299AD28EFE97A06B16DB1 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Tests-TabBarPicker" */; + buildConfigurationList = AD119FA560FF9B68953A2DAF /* Build configuration list for PBXNativeTarget "Pods-PureLayout" */; buildPhases = ( - D9D3FB513639861E9C95F8AF /* Sources */, - 7E672892DBD7A9DABAE7E7EF /* Frameworks */, - DED6EBACB7825970EE731445 /* Resources */, - E4AE4C2F0E266E8CE2C18E45 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - BBBE0484020B8F337E75D64C /* PBXTargetDependency */, - ); - name = "Pods-TabBarPicker_Tests-TabBarPicker"; - productName = "Pods-TabBarPicker_Tests-TabBarPicker"; - productReference = 40B471CF761C73F2E0996303 /* TabBarPicker.framework */; - productType = "com.apple.product-type.framework"; - }; - 113CA89E44F387C021500F9E /* Pods-PureLayout */ = { - isa = PBXNativeTarget; - buildConfigurationList = 0D34C60AA9F6212F3A68E485 /* Build configuration list for PBXNativeTarget "Pods-PureLayout" */; - buildPhases = ( - 8AA064630716EBDF049E9C6E /* Sources */, - 001F866EA1A2B0613C996918 /* Frameworks */, - E6C5B522A17DA15B5499712A /* Headers */, + 47CE28D3E867DEFAEFF66632 /* Sources */, + DDEE97931C018FDDEA985AF8 /* Frameworks */, + C39147924972AC2344C6964E /* Headers */, ); buildRules = ( ); @@ -974,91 +965,54 @@ ); name = "Pods-PureLayout"; productName = "Pods-PureLayout"; - productReference = 19B9569BF13269CB03DA9696 /* PureLayout.framework */; + productReference = A6638CF52C1096B25DD08ADE /* PureLayout.framework */; productType = "com.apple.product-type.framework"; }; - 234A643FB6B20FCA48B4D980 /* Pods-TabBarPicker_Example */ = { + 3AEF904C7445DAC56D8DDD36 /* Pods-TabBarPicker_Example */ = { isa = PBXNativeTarget; - buildConfigurationList = 2718BEAF5EFFAC38FA25F1B1 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example" */; + buildConfigurationList = 9F13BA7CA271A219970E0A95 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example" */; buildPhases = ( - F57B1468E9147248ED6F4098 /* Sources */, - C035F74B7374C41ECD2EA5DB /* Frameworks */, - C6906ACB3A708F42A859A8F1 /* Headers */, + BAA7061CE85EB0A28C1FE1D2 /* Sources */, + 97FCCE92F0883FB799F250C7 /* Frameworks */, + 1C600D0E94090FAF4FF18FE9 /* Headers */, ); buildRules = ( ); dependencies = ( - 3670DAB8EC4172CC3B5F35AA /* PBXTargetDependency */, - 7D5645FBE27DC9623AD6DDCA /* PBXTargetDependency */, - 8B33C75DBBA3A77B0916BD2D /* PBXTargetDependency */, + C9A546224915EE82C7979DA5 /* PBXTargetDependency */, + 85A636B6A2A55E1620380EE6 /* PBXTargetDependency */, + 4395602BAFE524BA6AB05072 /* PBXTargetDependency */, ); name = "Pods-TabBarPicker_Example"; productName = "Pods-TabBarPicker_Example"; - productReference = 915E39BFAAA3738DD8F52554 /* Pods_TabBarPicker_Example.framework */; + productReference = 1DEB1FE6315A9356874285B1 /* Pods_TabBarPicker_Example.framework */; productType = "com.apple.product-type.framework"; }; - 3CD44493820F5D2652BC37FB /* Pods */ = { + 647957A40DEA66884BFDAF3C /* Pods-TabBarPicker_Tests */ = { isa = PBXNativeTarget; - buildConfigurationList = 711D058E1A71ED198DAE2550 /* Build configuration list for PBXNativeTarget "Pods" */; + buildConfigurationList = BFC56E3D2FCBD7DE3847A156 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Tests" */; buildPhases = ( - E0B8AFFDBC85DAFD93D59F3C /* Sources */, - 677B50998830E341141CC0AF /* Frameworks */, - 4122FFF878C8D3691EBA18CB /* Headers */, + C8707821A0B81206E670BD33 /* Sources */, + B32D9766FAB34CEB0B8F04F3 /* Frameworks */, + E1049E30AFAB9132D220E0A2 /* Headers */, ); buildRules = ( ); dependencies = ( - FDA2AEA3038B5A8DF82CD45B /* PBXTargetDependency */, - C9C4BF4D2786A47799B46F27 /* PBXTargetDependency */, + FE57A8C85A3AA5BEA074B60B /* PBXTargetDependency */, ); - name = Pods; - productName = Pods; - productReference = 6346B507D286AB7F0830B3D5 /* Pods.framework */; + name = "Pods-TabBarPicker_Tests"; + productName = "Pods-TabBarPicker_Tests"; + productReference = 1FB5DB3EDCABFC87A5FD4829 /* Pods_TabBarPicker_Tests.framework */; productType = "com.apple.product-type.framework"; }; - 4F73FDE94825965417E35D5A /* Pods-TabBarPicker_Example-TabBarPicker */ = { + 946D70F25BF137A0A4EEF96A /* Pods-TabBarPicker_Example-pop */ = { isa = PBXNativeTarget; - buildConfigurationList = AB466021BA29EE9FC0E6BBF6 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example-TabBarPicker" */; + buildConfigurationList = 7CFCB7BEFBE193A8102C2189 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example-pop" */; buildPhases = ( - 15ECE30E6334AF777966F488 /* Sources */, - 5193127B52B137F7AF7090A2 /* Frameworks */, - A2ED828D5C91804AA3694055 /* Resources */, - 580984C531CB9477E4B50001 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - 6546D39F688766EF1FE0C973 /* PBXTargetDependency */, - ); - name = "Pods-TabBarPicker_Example-TabBarPicker"; - productName = "Pods-TabBarPicker_Example-TabBarPicker"; - productReference = 23ECCAB90BEDBDBB6EB99B0C /* TabBarPicker.framework */; - productType = "com.apple.product-type.framework"; - }; - 66A365F03E2E5FD04D4DAC69 /* Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker */ = { - isa = PBXNativeTarget; - buildConfigurationList = B7CAD051F1BDB6F49EDE6CF9 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker" */; - buildPhases = ( - 3409FA50C475313E14714F96 /* Sources */, - 3CAEC30D15B474E06E3BE78F /* Frameworks */, - 634B06DB5B6C2DC538656FBD /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker"; - productName = "Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker"; - productReference = 7269DADC260DD87D49F72D3D /* TabBarPicker.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 6751C82802328BC2B56E3730 /* Pods-TabBarPicker_Example-pop */ = { - isa = PBXNativeTarget; - buildConfigurationList = 85B0084ED0CEEB970AAB7AD5 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example-pop" */; - buildPhases = ( - 459C240FE95E18CD9468B69B /* Sources */, - 3C5CA7B13A1A1B3D167659EC /* Frameworks */, - FC9C2EAB484255D93B5160BF /* Headers */, + C093F599C463F8714A68816F /* Sources */, + B19917B7F59D9C1263854C28 /* Frameworks */, + 48437699994D65B8BB4495F2 /* Headers */, ); buildRules = ( ); @@ -1066,34 +1020,16 @@ ); name = "Pods-TabBarPicker_Example-pop"; productName = "Pods-TabBarPicker_Example-pop"; - productReference = 69215026A6322493760F6439 /* pop.framework */; + productReference = F1858A1FB16C4E1F1280C64A /* pop.framework */; productType = "com.apple.product-type.framework"; }; - 7280E36138DB68F68DF76B6F /* Pods-TabBarPicker_Tests */ = { + AFD4CD498974811C4E61A02F /* Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker */ = { isa = PBXNativeTarget; - buildConfigurationList = A74E9CFC56119F65DF609D62 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Tests" */; + buildConfigurationList = 2E81D7E5E734DF610F612014 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker" */; buildPhases = ( - 8028C492E185E4CAE86CAA36 /* Sources */, - 95CCA1C99BD01D0ACB3947CD /* Frameworks */, - 74D847CE950EF893640AB3CC /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - 7C0D9650AC038FFD27EA7AAE /* PBXTargetDependency */, - ); - name = "Pods-TabBarPicker_Tests"; - productName = "Pods-TabBarPicker_Tests"; - productReference = 0DFFB1BEB972D918379B1B8E /* Pods_TabBarPicker_Tests.framework */; - productType = "com.apple.product-type.framework"; - }; - 7C0EACB3AF64706AA504E8BE /* Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker */ = { - isa = PBXNativeTarget; - buildConfigurationList = 0F274726E313314DB0CF1ECD /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker" */; - buildPhases = ( - EA9BC448A6EAE1CFC20FF82F /* Sources */, - 7B3C41A2552FCA5BD3A257FD /* Frameworks */, - E92BFDADCB06348BCC5DA800 /* Resources */, + 5982FAD384BCD5FDAE6EBEC5 /* Sources */, + 3E843314885B1266A29E29EB /* Frameworks */, + 5FEAACA56AD246CCCBFFFECE /* Resources */, ); buildRules = ( ); @@ -1101,33 +1037,35 @@ ); name = "Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker"; productName = "Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker"; - productReference = 645D899625DF1EC98990C8CB /* TabBarPicker.bundle */; + productReference = 907DC892E25945C8881BB67A /* TabBarPicker.bundle */; productType = "com.apple.product-type.bundle"; }; - A29F0A27E1E7274A590EDC1E /* Pods-TabBarPicker_Example-PureLayout */ = { + B372419045A1236C95998EEE /* Pods-TabBarPicker_Tests-TabBarPicker */ = { isa = PBXNativeTarget; - buildConfigurationList = 1F1EB836DCCF5B20B4370861 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example-PureLayout" */; + buildConfigurationList = E45E56871FE5E5AF4E0CCB81 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Tests-TabBarPicker" */; buildPhases = ( - 15414A47509A08F4EE912522 /* Sources */, - 57BB80C4B746E108E4BF3F2A /* Frameworks */, - 735C4022EA37C2493CB80A58 /* Headers */, + A9F24A57E11F1D32024AD56A /* Sources */, + 77561746EB5D98FF5B0091AE /* Frameworks */, + 49DB05BDE0F0F92B6C57F394 /* Resources */, + D86638842F58EE0BFA3DCAC4 /* Headers */, ); buildRules = ( ); dependencies = ( + 3B7F89412D09367341565683 /* PBXTargetDependency */, ); - name = "Pods-TabBarPicker_Example-PureLayout"; - productName = "Pods-TabBarPicker_Example-PureLayout"; - productReference = 184DADCDC01DC7B597379A7B /* PureLayout.framework */; + name = "Pods-TabBarPicker_Tests-TabBarPicker"; + productName = "Pods-TabBarPicker_Tests-TabBarPicker"; + productReference = AE6A0AF92FE18545C3B68FBE /* TabBarPicker.framework */; productType = "com.apple.product-type.framework"; }; - E810F310F29719A3F198C9BD /* Pods-pop */ = { + E7BEB02101A9A803932958CF /* Pods-pop */ = { isa = PBXNativeTarget; - buildConfigurationList = D58B3B41E83EAE22AF1DFBFC /* Build configuration list for PBXNativeTarget "Pods-pop" */; + buildConfigurationList = 95B7C77AF45F2728B35ECE53 /* Build configuration list for PBXNativeTarget "Pods-pop" */; buildPhases = ( - A729C267FEC0A3FC68AA8C34 /* Sources */, - 8B9F1AB6666E880B3D006093 /* Frameworks */, - 408E13B8961D1FAC052E77B9 /* Headers */, + 295BF4B47C191A5B8F044D61 /* Sources */, + 4C841AF14442F100A6BAFA27 /* Frameworks */, + 36E06769FE3CCD3A8EFE228F /* Headers */, ); buildRules = ( ); @@ -1135,69 +1073,141 @@ ); name = "Pods-pop"; productName = "Pods-pop"; - productReference = D3217797E8D4D981C773F9D3 /* pop.framework */; + productReference = 6D62F3FEBE7F8DDCE5094A7F /* pop.framework */; + productType = "com.apple.product-type.framework"; + }; + F1DAA46C7CBB0FB9B92A7891 /* Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker */ = { + isa = PBXNativeTarget; + buildConfigurationList = 66490470A83331F4635B40C4 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker" */; + buildPhases = ( + DD9100DF8C90E8A1014E0000 /* Sources */, + F83FDBDB1453EC0D84A060E6 /* Frameworks */, + BD8EECFEC2FA02208D7A9080 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker"; + productName = "Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker"; + productReference = ED11DDCF7451052F5D7DB7FC /* TabBarPicker.bundle */; + productType = "com.apple.product-type.bundle"; + }; + F2443084802FA36535532B8F /* Pods */ = { + isa = PBXNativeTarget; + buildConfigurationList = C0224D9F8A2C58FB5B2EE663 /* Build configuration list for PBXNativeTarget "Pods" */; + buildPhases = ( + B37D333662717EFDF834E9F1 /* Sources */, + 5A7466DCD5286E5E58B7488C /* Frameworks */, + 58104C98D8F7298DA1DE43A4 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + DED5EBCDDE8EADF676357660 /* PBXTargetDependency */, + 353BDA05728CE323769A5F76 /* PBXTargetDependency */, + ); + name = Pods; + productName = Pods; + productReference = 3D69F71E8986A27161777FAE /* Pods.framework */; + productType = "com.apple.product-type.framework"; + }; + FC23CD680277CC5E4E4AA307 /* Pods-TabBarPicker_Example-PureLayout */ = { + isa = PBXNativeTarget; + buildConfigurationList = 72E23B35092CA4CB55196D36 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example-PureLayout" */; + buildPhases = ( + 889CBF110125EF225C56E0C9 /* Sources */, + 138CB71E24ED4D6D5AA99DAF /* Frameworks */, + AB5A94FDF95DBBB15E0F3D1E /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Pods-TabBarPicker_Example-PureLayout"; + productName = "Pods-TabBarPicker_Example-PureLayout"; + productReference = 2517E2997BA3081DB25379D7 /* PureLayout.framework */; + productType = "com.apple.product-type.framework"; + }; + FD042F8BAEE7119C1EA51707 /* Pods-TabBarPicker_Example-TabBarPicker */ = { + isa = PBXNativeTarget; + buildConfigurationList = E2B13172A761D25ED51B03B3 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example-TabBarPicker" */; + buildPhases = ( + A1463F09B12761DF0C073B9B /* Sources */, + C8EEF8012CE922EAE438DE5C /* Frameworks */, + 99163806256845E8774CA7FC /* Resources */, + EE6251CF07E3A71D15ED86F4 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + 8FC6CE486696715411967780 /* PBXTargetDependency */, + ); + name = "Pods-TabBarPicker_Example-TabBarPicker"; + productName = "Pods-TabBarPicker_Example-TabBarPicker"; + productReference = 01009B5E4B06C66FCF8F5BC9 /* TabBarPicker.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - 829878AB786FFE6D90446EF6 /* Project object */ = { + 076EE4A4A31F3EF31885BF1B /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0640; }; - buildConfigurationList = 2FC55580DB1059AB963D85ED /* Build configuration list for PBXProject "Pods" */; + buildConfigurationList = 0A5C9962CC6E2CDAE9F5A244 /* Build configuration list for PBXProject "Pods" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); - mainGroup = AC513BEFDB69DD051A4C1FEF; - productRefGroup = A86BFCA2E3DC4C77FA85D941 /* Products */; + mainGroup = F5652DF99F847077B4F992C7; + productRefGroup = F59935DA88004FB1BC0312A2 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( - 3CD44493820F5D2652BC37FB /* Pods */, - 113CA89E44F387C021500F9E /* Pods-PureLayout */, - 234A643FB6B20FCA48B4D980 /* Pods-TabBarPicker_Example */, - A29F0A27E1E7274A590EDC1E /* Pods-TabBarPicker_Example-PureLayout */, - 4F73FDE94825965417E35D5A /* Pods-TabBarPicker_Example-TabBarPicker */, - 66A365F03E2E5FD04D4DAC69 /* Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker */, - 6751C82802328BC2B56E3730 /* Pods-TabBarPicker_Example-pop */, - 7280E36138DB68F68DF76B6F /* Pods-TabBarPicker_Tests */, - 113B2CE1962FE34F95B1D5AD /* Pods-TabBarPicker_Tests-TabBarPicker */, - 7C0EACB3AF64706AA504E8BE /* Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker */, - E810F310F29719A3F198C9BD /* Pods-pop */, + F2443084802FA36535532B8F /* Pods */, + 1CBEDBEADB5B021EC10373BA /* Pods-PureLayout */, + 3AEF904C7445DAC56D8DDD36 /* Pods-TabBarPicker_Example */, + FC23CD680277CC5E4E4AA307 /* Pods-TabBarPicker_Example-PureLayout */, + FD042F8BAEE7119C1EA51707 /* Pods-TabBarPicker_Example-TabBarPicker */, + F1DAA46C7CBB0FB9B92A7891 /* Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker */, + 946D70F25BF137A0A4EEF96A /* Pods-TabBarPicker_Example-pop */, + 647957A40DEA66884BFDAF3C /* Pods-TabBarPicker_Tests */, + B372419045A1236C95998EEE /* Pods-TabBarPicker_Tests-TabBarPicker */, + AFD4CD498974811C4E61A02F /* Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker */, + E7BEB02101A9A803932958CF /* Pods-pop */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 634B06DB5B6C2DC538656FBD /* Resources */ = { + 49DB05BDE0F0F92B6C57F394 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D7D25AE64019B20D9ADE26EF /* TabBarPicker.bundle in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5FEAACA56AD246CCCBFFFECE /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - A2ED828D5C91804AA3694055 /* Resources */ = { + 99163806256845E8774CA7FC /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3D866159A754E1F22FB01564 /* TabBarPicker.bundle in Resources */, + 51E8D4F3F72F912B81C1DB9B /* TabBarPicker.bundle in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - DED6EBACB7825970EE731445 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2BC8BF25F1A74F7AE6DFA8E6 /* TabBarPicker.bundle in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E92BFDADCB06348BCC5DA800 /* Resources */ = { + BD8EECFEC2FA02208D7A9080 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1207,224 +1217,199 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 15414A47509A08F4EE912522 /* Sources */ = { + 295BF4B47C191A5B8F044D61 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A58C09731025D79AE44F11A8 /* ALView+PureLayout.m in Sources */, - C062FE743B733C971CD18F91 /* NSArray+PureLayout.m in Sources */, - 11EEAE5F9EC721778D863E12 /* NSLayoutConstraint+PureLayout.m in Sources */, - E5ECCD1E0FBB68B10DAB2CDD /* Pods-TabBarPicker_Example-PureLayout-dummy.m in Sources */, + 6228DBC163C4507004F353F4 /* POPAnimatableProperty.mm in Sources */, + 144119FD75791DEAD799F080 /* POPAnimation.mm in Sources */, + 55C68813CBBF2AF8A18AACD6 /* POPAnimationEvent.mm in Sources */, + 93E4648EBA095B2F61D0FF3D /* POPAnimationExtras.mm in Sources */, + 5108695DCD420DB9B9336924 /* POPAnimationRuntime.mm in Sources */, + 312CF9C31CF6352828C90148 /* POPAnimationTracer.mm in Sources */, + 6B7B6BB7B019AEA8BB22F119 /* POPAnimator.mm in Sources */, + 906F8380F7845060716E328C /* POPBasicAnimation.mm in Sources */, + 06F936D1FD0CACBAB8D42186 /* POPCGUtils.mm in Sources */, + 7C0277E4F69FFAD8E6881B2D /* POPCustomAnimation.mm in Sources */, + 03B13D81C2989C4E60F7E4C1 /* POPDecayAnimation.mm in Sources */, + 08B6146381C539B85D07FB1A /* POPGeometry.mm in Sources */, + 18FC9128420B3E68521A14D3 /* POPLayerExtras.mm in Sources */, + E6E67DB199BBAC4BA2A20BE5 /* POPMath.mm in Sources */, + FE1844707C6974D88035B68B /* POPPropertyAnimation.mm in Sources */, + DCF7AF7026A3C565C10FD4AF /* POPSpringAnimation.mm in Sources */, + 2CDE7A59FACC9547C5317663 /* POPVector.mm in Sources */, + 47B0500E556E3692E1BBD7FB /* Pods-pop-dummy.m in Sources */, + 49F3C6BDA9995B381ABF6FAD /* TransformationMatrix.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 15ECE30E6334AF777966F488 /* Sources */ = { + 47CE28D3E867DEFAEFF66632 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - ACAD3194A61C9D419D2EF699 /* Pods-TabBarPicker_Example-TabBarPicker-dummy.m in Sources */, - F31D04B532021F65C5B636F6 /* TabBarItem.m in Sources */, - 733CF793B3CCD82CEC8BACA1 /* TabBarPicker.m in Sources */, - BAD3C1BEE10DFAC02B913B29 /* TabBarSubItem.m in Sources */, + F0039B101E8297F2A1AE8F77 /* ALView+PureLayout.m in Sources */, + 4D5DD060A66688615FD4E9EB /* NSArray+PureLayout.m in Sources */, + FCEFF3FD64FF2132319198C1 /* NSLayoutConstraint+PureLayout.m in Sources */, + 020843D9EEED6434BCA8E03C /* Pods-PureLayout-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3409FA50C475313E14714F96 /* Sources */ = { + 5982FAD384BCD5FDAE6EBEC5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 459C240FE95E18CD9468B69B /* Sources */ = { + 889CBF110125EF225C56E0C9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 553A3E1540A9F033E4D0AC8C /* POPAnimatableProperty.mm in Sources */, - 06837FACB5E69DB76B275B85 /* POPAnimation.mm in Sources */, - D873BDA7263416862E2CC843 /* POPAnimationEvent.mm in Sources */, - 88E0CD20025D830BE202AB5C /* POPAnimationExtras.mm in Sources */, - D2C29025CAA41227E4A01E57 /* POPAnimationRuntime.mm in Sources */, - 316CC71EEEE8A2B0570A6453 /* POPAnimationTracer.mm in Sources */, - 8D5D8BF025CA5C802D13380A /* POPAnimator.mm in Sources */, - 7C8E3D3977FE798C5AB34E4B /* POPBasicAnimation.mm in Sources */, - 15B382B7EAD29018F058E3C9 /* POPCGUtils.mm in Sources */, - AE6B09A19911F4B1280873DE /* POPCustomAnimation.mm in Sources */, - 399E44093381882CBD9D53F8 /* POPDecayAnimation.mm in Sources */, - 75280BE1F850111CD00C00B3 /* POPGeometry.mm in Sources */, - 284D6E03F3FFE4223F01E65F /* POPLayerExtras.mm in Sources */, - F00E28ADDE8CF3FEB81B3CD8 /* POPMath.mm in Sources */, - A8C689EB0131B2EF4037ABD2 /* POPPropertyAnimation.mm in Sources */, - 9EB942FC8AB45ABDBA3275D3 /* POPSpringAnimation.mm in Sources */, - 7B3EB1011E58FD253EBE18CC /* POPVector.mm in Sources */, - DC46E2A60068ECFAFB03412A /* Pods-TabBarPicker_Example-pop-dummy.m in Sources */, - B54E8CB80FA5E3D3AF824550 /* TransformationMatrix.cpp in Sources */, + BD57D404A47583100FD9DE8B /* ALView+PureLayout.m in Sources */, + 9CBD4F671075F58D4566E0B2 /* NSArray+PureLayout.m in Sources */, + 307EC0A341B79BF722B32F98 /* NSLayoutConstraint+PureLayout.m in Sources */, + B083E4A4515895B5BEC6C500 /* Pods-TabBarPicker_Example-PureLayout-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8028C492E185E4CAE86CAA36 /* Sources */ = { + A1463F09B12761DF0C073B9B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7510CDB2FF7FFCD835747DA9 /* Pods-TabBarPicker_Tests-dummy.m in Sources */, + EE29462ECD0581565A45ADE4 /* Pods-TabBarPicker_Example-TabBarPicker-dummy.m in Sources */, + CD5FBE3A47130873B6E9BE28 /* TabBarItem.m in Sources */, + C5D83684C883DF5BABEB0D0E /* TabBarPicker.m in Sources */, + 11CF75E335E70880AAE04F2B /* TabBarPickerSubItemsView.m in Sources */, + 9B3163AC28AABF4F050FAD69 /* TabBarSubItem.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8AA064630716EBDF049E9C6E /* Sources */ = { + A9F24A57E11F1D32024AD56A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 174D5A8E6C682C3CA42FB8EB /* ALView+PureLayout.m in Sources */, - 170282EF53B459142C231421 /* NSArray+PureLayout.m in Sources */, - 3AF15DBF0CD9E0A2654F802E /* NSLayoutConstraint+PureLayout.m in Sources */, - 2BA07485C504926821EAAEA4 /* Pods-PureLayout-dummy.m in Sources */, + 290D82292817D918C6D8BB57 /* Pods-TabBarPicker_Tests-TabBarPicker-dummy.m in Sources */, + 340517EEFF7FB5C69AB5E7E3 /* TabBarItem.m in Sources */, + 40BDE802A00DFD84EF4F625E /* TabBarPicker.m in Sources */, + 21C8F509E1848075B377C10F /* TabBarPickerSubItemsView.m in Sources */, + 492B544808CCC6D323564B16 /* TabBarSubItem.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A729C267FEC0A3FC68AA8C34 /* Sources */ = { + B37D333662717EFDF834E9F1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E2D1C4E87A7758799F5279F6 /* POPAnimatableProperty.mm in Sources */, - 317ABD103FD0FEA5C0DF8BA3 /* POPAnimation.mm in Sources */, - E9839308B0339F4E036A6162 /* POPAnimationEvent.mm in Sources */, - FCDCA7FBCB99CA24E7F592AF /* POPAnimationExtras.mm in Sources */, - B863E747402484068B0B3ECC /* POPAnimationRuntime.mm in Sources */, - 08078BC29786A70C4DAFE052 /* POPAnimationTracer.mm in Sources */, - AB70ED27321825DAE0A31CC4 /* POPAnimator.mm in Sources */, - C2EB2BD55DC11AF37A9838FB /* POPBasicAnimation.mm in Sources */, - B2B20E536805BF9757BACE1E /* POPCGUtils.mm in Sources */, - 6808004069B4722575364DC2 /* POPCustomAnimation.mm in Sources */, - AA8118F4746D5CCD0DC7B108 /* POPDecayAnimation.mm in Sources */, - 9DEE60342AF3BBC33321D5F6 /* POPGeometry.mm in Sources */, - 3E25AAB8668C1CCAE1EB15DD /* POPLayerExtras.mm in Sources */, - C05F40EF83183B7B6E23AB4D /* POPMath.mm in Sources */, - 4B557CC66689626165803712 /* POPPropertyAnimation.mm in Sources */, - C1A22C71E2205E1962D9C026 /* POPSpringAnimation.mm in Sources */, - ACEC43B19CF74DE20C898662 /* POPVector.mm in Sources */, - A1951E04930E3E56682527D4 /* Pods-pop-dummy.m in Sources */, - 8D445B5ACD802D3362EE5240 /* TransformationMatrix.cpp in Sources */, + 5906B89ABF001AA820C85A0D /* Pods-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - D9D3FB513639861E9C95F8AF /* Sources */ = { + BAA7061CE85EB0A28C1FE1D2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - AEEE44781C8515A3AEBCD26B /* Pods-TabBarPicker_Tests-TabBarPicker-dummy.m in Sources */, - 951EA59FCFF0C82AE1F37E17 /* TabBarItem.m in Sources */, - 60F369E77A7264A05B69F793 /* TabBarPicker.m in Sources */, - 2EC5422DA9D1843D0518817E /* TabBarSubItem.m in Sources */, + 8FED6AE4C37211F41462184A /* Pods-TabBarPicker_Example-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E0B8AFFDBC85DAFD93D59F3C /* Sources */ = { + C093F599C463F8714A68816F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6530263B704B52E9DFF19DF9 /* Pods-dummy.m in Sources */, + 5914913A5D8681C6A38503F2 /* POPAnimatableProperty.mm in Sources */, + A46E026A7178F04988812A25 /* POPAnimation.mm in Sources */, + 2AF197897974F0ED47E5BA73 /* POPAnimationEvent.mm in Sources */, + 0D8D216CEDB0B0736446A7DF /* POPAnimationExtras.mm in Sources */, + 8405F663AA143787C252D9B0 /* POPAnimationRuntime.mm in Sources */, + 788052CE12E84D027B723C4F /* POPAnimationTracer.mm in Sources */, + 1036C50D9AE0550A4781B329 /* POPAnimator.mm in Sources */, + C1638E0920E1B5BDA9B948B5 /* POPBasicAnimation.mm in Sources */, + 6DB438FBC269069D4CCB21E8 /* POPCGUtils.mm in Sources */, + AB2F3A788CBA4DDBFBF602BC /* POPCustomAnimation.mm in Sources */, + 18DE3E0DDC18F705CFDE950F /* POPDecayAnimation.mm in Sources */, + 8153F1510F8E97993D0F18A2 /* POPGeometry.mm in Sources */, + 11007AE2D26CDC979E005596 /* POPLayerExtras.mm in Sources */, + 56DFBD0EEC8D672C0C9F02F7 /* POPMath.mm in Sources */, + 80716918BBD2301FB591EF53 /* POPPropertyAnimation.mm in Sources */, + 94ADBF02799736FE3500B658 /* POPSpringAnimation.mm in Sources */, + 3DBFAF474ADE9C7BAEBA8C6A /* POPVector.mm in Sources */, + 9A7CC9808A3459547431DED5 /* Pods-TabBarPicker_Example-pop-dummy.m in Sources */, + 027D27FD80F8B6438DF32D71 /* TransformationMatrix.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - EA9BC448A6EAE1CFC20FF82F /* Sources */ = { + C8707821A0B81206E670BD33 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + B2EA006D2C409F9FEB8D85D5 /* Pods-TabBarPicker_Tests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F57B1468E9147248ED6F4098 /* Sources */ = { + DD9100DF8C90E8A1014E0000 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7DFB35A7BDFFD12D77BBA2B7 /* Pods-TabBarPicker_Example-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 3670DAB8EC4172CC3B5F35AA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Pods-TabBarPicker_Example-PureLayout"; - target = A29F0A27E1E7274A590EDC1E /* Pods-TabBarPicker_Example-PureLayout */; - targetProxy = C4C59CB823CF5F2DAFB25A93 /* PBXContainerItemProxy */; - }; - 6546D39F688766EF1FE0C973 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker"; - target = 66A365F03E2E5FD04D4DAC69 /* Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker */; - targetProxy = 395B0795A441B95FF1C0BAB5 /* PBXContainerItemProxy */; - }; - 7C0D9650AC038FFD27EA7AAE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Pods-TabBarPicker_Tests-TabBarPicker"; - target = 113B2CE1962FE34F95B1D5AD /* Pods-TabBarPicker_Tests-TabBarPicker */; - targetProxy = DF495D2C2233E47813A42C26 /* PBXContainerItemProxy */; - }; - 7D5645FBE27DC9623AD6DDCA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Pods-TabBarPicker_Example-TabBarPicker"; - target = 4F73FDE94825965417E35D5A /* Pods-TabBarPicker_Example-TabBarPicker */; - targetProxy = 9B10D0A2E810C480683A5963 /* PBXContainerItemProxy */; - }; - 8B33C75DBBA3A77B0916BD2D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Pods-TabBarPicker_Example-pop"; - target = 6751C82802328BC2B56E3730 /* Pods-TabBarPicker_Example-pop */; - targetProxy = 09BCC27334B70AEA6E33EB72 /* PBXContainerItemProxy */; - }; - BBBE0484020B8F337E75D64C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker"; - target = 7C0EACB3AF64706AA504E8BE /* Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker */; - targetProxy = 74F681733A8566640EE23321 /* PBXContainerItemProxy */; - }; - C9C4BF4D2786A47799B46F27 /* PBXTargetDependency */ = { + 353BDA05728CE323769A5F76 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Pods-pop"; - target = E810F310F29719A3F198C9BD /* Pods-pop */; - targetProxy = 43CB1C6CC6BBA7BC9AA94674 /* PBXContainerItemProxy */; + target = E7BEB02101A9A803932958CF /* Pods-pop */; + targetProxy = DDAD65E3EFB4F3D48C9B0924 /* PBXContainerItemProxy */; }; - FDA2AEA3038B5A8DF82CD45B /* PBXTargetDependency */ = { + 3B7F89412D09367341565683 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker"; + target = AFD4CD498974811C4E61A02F /* Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker */; + targetProxy = B9CF24999A87355CAC926702 /* PBXContainerItemProxy */; + }; + 4395602BAFE524BA6AB05072 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Pods-TabBarPicker_Example-pop"; + target = 946D70F25BF137A0A4EEF96A /* Pods-TabBarPicker_Example-pop */; + targetProxy = F11B9780C9014D2928C551BE /* PBXContainerItemProxy */; + }; + 85A636B6A2A55E1620380EE6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Pods-TabBarPicker_Example-TabBarPicker"; + target = FD042F8BAEE7119C1EA51707 /* Pods-TabBarPicker_Example-TabBarPicker */; + targetProxy = 89441F7C7BC845BD23CD78E5 /* PBXContainerItemProxy */; + }; + 8FC6CE486696715411967780 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker"; + target = F1DAA46C7CBB0FB9B92A7891 /* Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker */; + targetProxy = CD59612697C04D7511FB3F72 /* PBXContainerItemProxy */; + }; + C9A546224915EE82C7979DA5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Pods-TabBarPicker_Example-PureLayout"; + target = FC23CD680277CC5E4E4AA307 /* Pods-TabBarPicker_Example-PureLayout */; + targetProxy = 5D180C6FCAEFC8A7D7B19DAE /* PBXContainerItemProxy */; + }; + DED5EBCDDE8EADF676357660 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Pods-PureLayout"; - target = 113CA89E44F387C021500F9E /* Pods-PureLayout */; - targetProxy = B2091D79CD3C99DDFF28FB4B /* PBXContainerItemProxy */; + target = 1CBEDBEADB5B021EC10373BA /* Pods-PureLayout */; + targetProxy = F50373A50FD095C9BEDADF57 /* PBXContainerItemProxy */; + }; + FE57A8C85A3AA5BEA074B60B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Pods-TabBarPicker_Tests-TabBarPicker"; + target = B372419045A1236C95998EEE /* Pods-TabBarPicker_Tests-TabBarPicker */; + targetProxy = 282412CAFD4BFDEE527273F1 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 0C06F24FB58C8238D5FABDC5 /* Release */ = { + 0137D5001B145546228A2AC2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3B6CD2D0D72AADF79425D69C /* Pods-TabBarPicker_Example-PureLayout-Private.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Pods-TabBarPicker_Example-PureLayout/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = PureLayout; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 15A71B22ECF89734059B6DF1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B4B57498BC0C0373F0EF659A /* Pods-TabBarPicker_Tests.release.xcconfig */; + baseConfigurationReference = AACDA0D53FD379145B87967F /* Pods-TabBarPicker_Tests.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -1451,11 +1436,65 @@ }; name = Release; }; - 16EA1ACF1EF5E9CE444703AF /* Debug */ = { + 0A075335366FC031358ECC5A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F958AF565303C03ACC1D28D6 /* Pods-TabBarPicker_Example-TabBarPicker-Private.xcconfig */; + baseConfigurationReference = 1E4EF796544765F03C26C5F6 /* Pods-TabBarPicker_Example-TabBarPicker-Private.xcconfig */; buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-TabBarPicker_Example"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_PREFIX_HEADER = "Target Support Files/Pods-TabBarPicker_Example-TabBarPicker/Pods-TabBarPicker_Example-TabBarPicker-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Pods-TabBarPicker_Example-TabBarPicker/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Example-TabBarPicker/Pods-TabBarPicker_Example-TabBarPicker.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = TabBarPicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0E49AB0C3522CA29D6810D95 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4A98D75D7D5CB3392E41BD69 /* Pods-TabBarPicker_Tests-TabBarPicker-Private.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_PREFIX_HEADER = "Target Support Files/Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Pods-TabBarPicker_Tests-TabBarPicker/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = TabBarPicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 29A1D2816196AFFD23076976 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4A98D75D7D5CB3392E41BD69 /* Pods-TabBarPicker_Tests-TabBarPicker-Private.xcconfig */; + buildSettings = { + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-TabBarPicker_Tests"; ENABLE_STRICT_OBJC_MSGSEND = YES; PRODUCT_NAME = TabBarPicker; SDKROOT = iphoneos; @@ -1464,9 +1503,105 @@ }; name = Debug; }; - 229DB593A00C13A7DDFBCA6A /* Release */ = { + 3F9577FA04B5F5F50DA1B41E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CE2EB64FA8EB40B981098F33 /* Pods-TabBarPicker_Example.release.xcconfig */; + baseConfigurationReference = AB5CF71B60E10265E1E5C9C4 /* Pods-PureLayout-Private.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_PREFIX_HEADER = "Target Support Files/Pods-PureLayout/Pods-PureLayout-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Pods-PureLayout/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Pods-PureLayout/Pods-PureLayout.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = PureLayout; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 3FAE575AE3359AA0B74EC30B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 60C58E758F5AB6A902FEE223 /* Pods-TabBarPicker_Tests.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + INFOPLIST_FILE = "Target Support Files/Pods-TabBarPicker_Tests/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Tests/Pods-TabBarPicker_Tests.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_NAME = Pods_TabBarPicker_Tests; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 40907F05EF262B2DDD2D46D8 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4A98D75D7D5CB3392E41BD69 /* Pods-TabBarPicker_Tests-TabBarPicker-Private.xcconfig */; + buildSettings = { + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-TabBarPicker_Tests"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + PRODUCT_NAME = TabBarPicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 4B70D5BAB6310BE80286D4C8 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F9D1830163CD771BFB1625E2 /* Pods-pop-Private.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_PREFIX_HEADER = "Target Support Files/Pods-pop/Pods-pop-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Pods-pop/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Pods-pop/Pods-pop.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = pop; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 5DC7D5896A2517CDD95A9FDB /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D0E3D724A6EA5F0CB37B6CA8 /* Pods-TabBarPicker_Example.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -1493,9 +1628,49 @@ }; name = Release; }; - 2C6D3726A1522D7A66ABA3D3 /* Release */ = { + 65EE673C3CE7D48574A52076 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DC33EEB18DC995DF5B988530 /* Pods.release.xcconfig */; + baseConfigurationReference = AB5CF71B60E10265E1E5C9C4 /* Pods-PureLayout-Private.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_PREFIX_HEADER = "Target Support Files/Pods-PureLayout/Pods-PureLayout-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Pods-PureLayout/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Pods-PureLayout/Pods-PureLayout.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = PureLayout; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 6AF3ECE696F723B343BDBE78 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1E4EF796544765F03C26C5F6 /* Pods-TabBarPicker_Example-TabBarPicker-Private.xcconfig */; + buildSettings = { + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-TabBarPicker_Example"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + PRODUCT_NAME = TabBarPicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 6BF9511E40EB99893E08D88A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 09F0618CA132ECDEBA57689E /* Pods.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -1522,9 +1697,9 @@ }; name = Release; }; - 368EF3C5E0E8101DD56B3894 /* Debug */ = { + 771DCB0B444BC2F9386BABDB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CBC7ABB08AE57D0CE80126F3 /* Pods-TabBarPicker_Example.debug.xcconfig */; + baseConfigurationReference = 84A53CAFAF6FC2AD97EB62D0 /* Pods-TabBarPicker_Example-PureLayout-Private.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -1533,40 +1708,38 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - INFOPLIST_FILE = "Target Support Files/Pods-TabBarPicker_Example/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Pods-TabBarPicker_Example-PureLayout/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_NAME = Pods_TabBarPicker_Example; + MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = PureLayout; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 4B6F2CE8626DA8FE9E684F7B /* Release */ = { + 7ACDD088BF2CCF20049B76BB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B8AF9FD2C2F0ED85DF0C718C /* Pods-TabBarPicker_Tests-TabBarPicker-Private.xcconfig */; + baseConfigurationReference = 1E4EF796544765F03C26C5F6 /* Pods-TabBarPicker_Example-TabBarPicker-Private.xcconfig */; buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-TabBarPicker_Tests"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-TabBarPicker_Example"; ENABLE_STRICT_OBJC_MSGSEND = YES; PRODUCT_NAME = TabBarPicker; SDKROOT = iphoneos; SKIP_INSTALL = YES; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - 4D0DB297D47B2AEA619EB579 /* Debug */ = { + 89136DBFF1F9643DD0F82C3B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5E06D522ADC8E5E759B78797 /* Pods-PureLayout-Private.xcconfig */; + baseConfigurationReference = 84A53CAFAF6FC2AD97EB62D0 /* Pods-TabBarPicker_Example-PureLayout-Private.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -1575,12 +1748,12 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/Pods-PureLayout/Pods-PureLayout-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Pods-PureLayout/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Pods-TabBarPicker_Example-PureLayout/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Pods-PureLayout/Pods-PureLayout.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; PRODUCT_NAME = PureLayout; SDKROOT = iphoneos; @@ -1591,7 +1764,90 @@ }; name = Debug; }; - 545D5D8196E1C7A192EE8274 /* Release */ = { + 97975B96B36BFDD0C0DD2611 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F9D1830163CD771BFB1625E2 /* Pods-pop-Private.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_PREFIX_HEADER = "Target Support Files/Pods-pop/Pods-pop-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Pods-pop/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Pods-pop/Pods-pop.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = pop; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 9C43680ADDD2EA24FD1810E6 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E440264E752919182072967E /* Pods.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + INFOPLIST_FILE = "Target Support Files/Pods/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Pods/Pods.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_NAME = Pods; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + A5BD14FB8A2C7A3EE22E0632 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9BEA3DCC64741E5370473F3D /* Pods-TabBarPicker_Example-pop-Private.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_PREFIX_HEADER = "Target Support Files/Pods-TabBarPicker_Example-pop/Pods-TabBarPicker_Example-pop-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Pods-TabBarPicker_Example-pop/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Example-pop/Pods-TabBarPicker_Example-pop.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = pop; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + A730F4D4FFB20E59180732AE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1625,9 +1881,9 @@ }; name = Release; }; - 6139759F212DAC97F9B55CD0 /* Debug */ = { + D26C3494EAB3A75ACF97A70F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CCA975E3DB42E3C60F6C6A6D /* Pods-TabBarPicker_Example-pop-Private.xcconfig */; + baseConfigurationReference = 5D1607BD1F1F54335A2E124B /* Pods-TabBarPicker_Example.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -1636,14 +1892,16 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/Pods-TabBarPicker_Example-pop/Pods-TabBarPicker_Example-pop-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Pods-TabBarPicker_Example-pop/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-TabBarPicker_Example/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Example-pop/Pods-TabBarPicker_Example-pop.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = pop; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_NAME = Pods_TabBarPicker_Example; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -1652,130 +1910,9 @@ }; name = Debug; }; - 692938938EB2192558099941 /* Release */ = { + D30C7B7927463B8AD632C177 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F958AF565303C03ACC1D28D6 /* Pods-TabBarPicker_Example-TabBarPicker-Private.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-TabBarPicker_Example"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - PRODUCT_NAME = TabBarPicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 69EEA44195704FBAD25D3077 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3695C7EB491FB1B0370DCA52 /* Pods-pop-Private.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/Pods-pop/Pods-pop-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Pods-pop/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Pods-pop/Pods-pop.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = pop; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 784EC3061A04EBF12F39A029 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3B6CD2D0D72AADF79425D69C /* Pods-TabBarPicker_Example-PureLayout-Private.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Pods-TabBarPicker_Example-PureLayout/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Example-PureLayout/Pods-TabBarPicker_Example-PureLayout.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = PureLayout; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 8405CD599F63813D830B522A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5E06D522ADC8E5E759B78797 /* Pods-PureLayout-Private.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/Pods-PureLayout/Pods-PureLayout-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Pods-PureLayout/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Pods-PureLayout/Pods-PureLayout.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = PureLayout; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 86B12864EBCE42A2DA3DCD15 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3695C7EB491FB1B0370DCA52 /* Pods-pop-Private.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/Pods-pop/Pods-pop-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Pods-pop/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Pods-pop/Pods-pop.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = pop; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 9039DAD39CC547B7CE8FDD14 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B8AF9FD2C2F0ED85DF0C718C /* Pods-TabBarPicker_Tests-TabBarPicker-Private.xcconfig */; + baseConfigurationReference = 4A98D75D7D5CB3392E41BD69 /* Pods-TabBarPicker_Tests-TabBarPicker-Private.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -1790,6 +1927,60 @@ IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = TabBarPicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + D3AB86F6BCE5BB8C2CE31C46 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9BEA3DCC64741E5370473F3D /* Pods-TabBarPicker_Example-pop-Private.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_PREFIX_HEADER = "Target Support Files/Pods-TabBarPicker_Example-pop/Pods-TabBarPicker_Example-pop-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Pods-TabBarPicker_Example-pop/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Example-pop/Pods-TabBarPicker_Example-pop.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = pop; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + DB811E3DD83C3D7B25DD7A45 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1E4EF796544765F03C26C5F6 /* Pods-TabBarPicker_Example-TabBarPicker-Private.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_PREFIX_HEADER = "Target Support Files/Pods-TabBarPicker_Example-TabBarPicker/Pods-TabBarPicker_Example-TabBarPicker-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Pods-TabBarPicker_Example-TabBarPicker/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Example-TabBarPicker/Pods-TabBarPicker_Example-TabBarPicker.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_NAME = TabBarPicker; SDKROOT = iphoneos; @@ -1800,7 +1991,7 @@ }; name = Release; }; - 947994A617889A15A5FBF8AF /* Debug */ = { + DEEDAB23FD57D8B5955E5381 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1839,297 +2030,118 @@ }; name = Debug; }; - A57AED4C9C8163ECB480464E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8D376211246288BD32197A79 /* Pods.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - INFOPLIST_FILE = "Target Support Files/Pods/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Pods/Pods.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_NAME = Pods; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - A8FC089F08960DAA5A363823 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F958AF565303C03ACC1D28D6 /* Pods-TabBarPicker_Example-TabBarPicker-Private.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/Pods-TabBarPicker_Example-TabBarPicker/Pods-TabBarPicker_Example-TabBarPicker-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Pods-TabBarPicker_Example-TabBarPicker/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Example-TabBarPicker/Pods-TabBarPicker_Example-TabBarPicker.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = TabBarPicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - BFEEC12548BAA477F7AD9151 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CCA975E3DB42E3C60F6C6A6D /* Pods-TabBarPicker_Example-pop-Private.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/Pods-TabBarPicker_Example-pop/Pods-TabBarPicker_Example-pop-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Pods-TabBarPicker_Example-pop/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Example-pop/Pods-TabBarPicker_Example-pop.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = pop; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - CFF4B64C6F1235AAAB64FABD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B8AF9FD2C2F0ED85DF0C718C /* Pods-TabBarPicker_Tests-TabBarPicker-Private.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-TabBarPicker_Tests"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - PRODUCT_NAME = TabBarPicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - D01AC3492B7DF71D0E73F83F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8242A67D867BBCDB602460C3 /* Pods-TabBarPicker_Tests.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - INFOPLIST_FILE = "Target Support Files/Pods-TabBarPicker_Tests/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Tests/Pods-TabBarPicker_Tests.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_NAME = Pods_TabBarPicker_Tests; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - E3E2537C78885CBDD5A67C84 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B8AF9FD2C2F0ED85DF0C718C /* Pods-TabBarPicker_Tests-TabBarPicker-Private.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Pods-TabBarPicker_Tests-TabBarPicker/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = TabBarPicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - F61BB662689DFA7B970BAED7 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F958AF565303C03ACC1D28D6 /* Pods-TabBarPicker_Example-TabBarPicker-Private.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/Pods-TabBarPicker_Example-TabBarPicker/Pods-TabBarPicker_Example-TabBarPicker-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Pods-TabBarPicker_Example-TabBarPicker/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Pods-TabBarPicker_Example-TabBarPicker/Pods-TabBarPicker_Example-TabBarPicker.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = TabBarPicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 0D34C60AA9F6212F3A68E485 /* Build configuration list for PBXNativeTarget "Pods-PureLayout" */ = { + 0A5C9962CC6E2CDAE9F5A244 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4D0DB297D47B2AEA619EB579 /* Debug */, - 8405CD599F63813D830B522A /* Release */, + DEEDAB23FD57D8B5955E5381 /* Debug */, + A730F4D4FFB20E59180732AE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0F274726E313314DB0CF1ECD /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker" */ = { + 2E81D7E5E734DF610F612014 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker" */ = { isa = XCConfigurationList; buildConfigurations = ( - CFF4B64C6F1235AAAB64FABD /* Debug */, - 4B6F2CE8626DA8FE9E684F7B /* Release */, + 29A1D2816196AFFD23076976 /* Debug */, + 40907F05EF262B2DDD2D46D8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1F1EB836DCCF5B20B4370861 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example-PureLayout" */ = { + 66490470A83331F4635B40C4 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker" */ = { isa = XCConfigurationList; buildConfigurations = ( - 784EC3061A04EBF12F39A029 /* Debug */, - 0C06F24FB58C8238D5FABDC5 /* Release */, + 7ACDD088BF2CCF20049B76BB /* Debug */, + 6AF3ECE696F723B343BDBE78 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2718BEAF5EFFAC38FA25F1B1 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example" */ = { + 72E23B35092CA4CB55196D36 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example-PureLayout" */ = { isa = XCConfigurationList; buildConfigurations = ( - 368EF3C5E0E8101DD56B3894 /* Debug */, - 229DB593A00C13A7DDFBCA6A /* Release */, + 89136DBFF1F9643DD0F82C3B /* Debug */, + 771DCB0B444BC2F9386BABDB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2FC55580DB1059AB963D85ED /* Build configuration list for PBXProject "Pods" */ = { + 7CFCB7BEFBE193A8102C2189 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example-pop" */ = { isa = XCConfigurationList; buildConfigurations = ( - 947994A617889A15A5FBF8AF /* Debug */, - 545D5D8196E1C7A192EE8274 /* Release */, + A5BD14FB8A2C7A3EE22E0632 /* Debug */, + D3AB86F6BCE5BB8C2CE31C46 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 711D058E1A71ED198DAE2550 /* Build configuration list for PBXNativeTarget "Pods" */ = { + 95B7C77AF45F2728B35ECE53 /* Build configuration list for PBXNativeTarget "Pods-pop" */ = { isa = XCConfigurationList; buildConfigurations = ( - A57AED4C9C8163ECB480464E /* Debug */, - 2C6D3726A1522D7A66ABA3D3 /* Release */, + 97975B96B36BFDD0C0DD2611 /* Debug */, + 4B70D5BAB6310BE80286D4C8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 85B0084ED0CEEB970AAB7AD5 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example-pop" */ = { + 9F13BA7CA271A219970E0A95 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6139759F212DAC97F9B55CD0 /* Debug */, - BFEEC12548BAA477F7AD9151 /* Release */, + D26C3494EAB3A75ACF97A70F /* Debug */, + 5DC7D5896A2517CDD95A9FDB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A74E9CFC56119F65DF609D62 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Tests" */ = { + AD119FA560FF9B68953A2DAF /* Build configuration list for PBXNativeTarget "Pods-PureLayout" */ = { isa = XCConfigurationList; buildConfigurations = ( - D01AC3492B7DF71D0E73F83F /* Debug */, - 15A71B22ECF89734059B6DF1 /* Release */, + 65EE673C3CE7D48574A52076 /* Debug */, + 3F9577FA04B5F5F50DA1B41E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - AB466021BA29EE9FC0E6BBF6 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example-TabBarPicker" */ = { + BFC56E3D2FCBD7DE3847A156 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( - A8FC089F08960DAA5A363823 /* Debug */, - F61BB662689DFA7B970BAED7 /* Release */, + 3FAE575AE3359AA0B74EC30B /* Debug */, + 0137D5001B145546228A2AC2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B7CAD051F1BDB6F49EDE6CF9 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker" */ = { + C0224D9F8A2C58FB5B2EE663 /* Build configuration list for PBXNativeTarget "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - 16EA1ACF1EF5E9CE444703AF /* Debug */, - 692938938EB2192558099941 /* Release */, + 9C43680ADDD2EA24FD1810E6 /* Debug */, + 6BF9511E40EB99893E08D88A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D58B3B41E83EAE22AF1DFBFC /* Build configuration list for PBXNativeTarget "Pods-pop" */ = { + E2B13172A761D25ED51B03B3 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example-TabBarPicker" */ = { isa = XCConfigurationList; buildConfigurations = ( - 69EEA44195704FBAD25D3077 /* Debug */, - 86B12864EBCE42A2DA3DCD15 /* Release */, + 0A075335366FC031358ECC5A /* Debug */, + DB811E3DD83C3D7B25DD7A45 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - FF3299AD28EFE97A06B16DB1 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Tests-TabBarPicker" */ = { + E45E56871FE5E5AF4E0CCB81 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Tests-TabBarPicker" */ = { isa = XCConfigurationList; buildConfigurations = ( - E3E2537C78885CBDD5A67C84 /* Debug */, - 9039DAD39CC547B7CE8FDD14 /* Release */, + D30C7B7927463B8AD632C177 /* Debug */, + 0E49AB0C3522CA29D6810D95 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; - rootObject = 829878AB786FFE6D90446EF6 /* Project object */; + rootObject = 076EE4A4A31F3EF31885BF1B /* Project object */; } diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker.xcscheme index 362cd32..cc1ae45 100644 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker.xcscheme +++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-TabBarPicker_Example-TabBarPicker-TabBarPicker.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-TabBarPicker_Example-TabBarPicker.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-TabBarPicker_Example-TabBarPicker.xcscheme index 53da215..089f268 100644 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-TabBarPicker_Example-TabBarPicker.xcscheme +++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-TabBarPicker_Example-TabBarPicker.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker.xcscheme index cd9a3e5..272dc64 100644 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker.xcscheme +++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-TabBarPicker_Tests-TabBarPicker-TabBarPicker.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-TabBarPicker_Tests-TabBarPicker.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-TabBarPicker_Tests-TabBarPicker.xcscheme index f07082e..36156ef 100644 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-TabBarPicker_Tests-TabBarPicker.xcscheme +++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-TabBarPicker_Tests-TabBarPicker.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> diff --git a/Example/Pods/Target Support Files/Pods-TabBarPicker_Example-TabBarPicker/Pods-TabBarPicker_Example-TabBarPicker-umbrella.h b/Example/Pods/Target Support Files/Pods-TabBarPicker_Example-TabBarPicker/Pods-TabBarPicker_Example-TabBarPicker-umbrella.h index a339c65..d59ed06 100644 --- a/Example/Pods/Target Support Files/Pods-TabBarPicker_Example-TabBarPicker/Pods-TabBarPicker_Example-TabBarPicker-umbrella.h +++ b/Example/Pods/Target Support Files/Pods-TabBarPicker_Example-TabBarPicker/Pods-TabBarPicker_Example-TabBarPicker-umbrella.h @@ -2,6 +2,7 @@ #import "TabBarItem.h" #import "TabBarPicker.h" +#import "TabBarPickerSubItemsView.h" #import "TabBarSubItem.h" FOUNDATION_EXPORT double TabBarPickerVersionNumber; diff --git a/Example/Pods/Target Support Files/Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker-umbrella.h b/Example/Pods/Target Support Files/Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker-umbrella.h index a339c65..d59ed06 100644 --- a/Example/Pods/Target Support Files/Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker-umbrella.h +++ b/Example/Pods/Target Support Files/Pods-TabBarPicker_Tests-TabBarPicker/Pods-TabBarPicker_Tests-TabBarPicker-umbrella.h @@ -2,6 +2,7 @@ #import "TabBarItem.h" #import "TabBarPicker.h" +#import "TabBarPickerSubItemsView.h" #import "TabBarSubItem.h" FOUNDATION_EXPORT double TabBarPickerVersionNumber; diff --git a/Example/TabBarPicker/TabBarPickerViewController.m b/Example/TabBarPicker/TabBarPickerViewController.m index b28aebf..954bf73 100644 --- a/Example/TabBarPicker/TabBarPickerViewController.m +++ b/Example/TabBarPicker/TabBarPickerViewController.m @@ -59,7 +59,10 @@ [allergen setSelectedImage:[UIImage imageNamed:@"allergen_on"]]; tabbar = [[TabBarPicker alloc] initWithTabBarItems:@[location,calendar,type,price,allergen] forPosition:TabBarPickerPositionBottom]; + [tabbar setBackgroundColor:[UIColor whiteColor]]; + + [tabbar addItem:allergen]; } return self; } @@ -70,17 +73,7 @@ [contentView addSubview:tabbar]; - /*[tabbar autoPinEdgesToSuperviewMarginsExcludingEdge:ALEdgeTop]; - tabbar ali - [tabbar autoPinEdgeToSuperviewEdge:ALEdgeLeft withInset:50 relation:NSLayoutRelationGreaterThanOrEqual]; - [tabbar autoPinEdgeToSuperviewEdge:ALEdgeRight withInset:50 relation:NSLayoutRelationGreaterThanOrEqual]; - */ - - NSLog(@"%f %f",tabbar.frame.size.width,tabbar.frame.size.height); - self.view = contentView; - - [self.view setNeedsUpdateConstraints]; } - (void)viewDidLoad @@ -89,7 +82,25 @@ //[self.view setBackgroundColor:[UIColor lightGrayColor]]; // Do any additional setup after loading the view, typically from a nib. + [super updateViewConstraints]; +} + +- (void) viewDidAppear:(BOOL)animated { + TabBarSubItem *subItem1 = [TabBarSubItem tabBarSubItemWithName:@"Peppe"]; + TabBarSubItem *subItem2 = [TabBarSubItem tabBarSubItemWithName:@"Peppe1"]; + TabBarSubItem *subItem3 = [TabBarSubItem tabBarSubItemWithName:@"Peppe2"]; + TabBarSubItem *subItem4 = [TabBarSubItem tabBarSubItemWithName:@"Peppe3"]; + TabBarSubItem *subItem5 = [TabBarSubItem tabBarSubItemWithName:@"Peppe4"]; + TabBarSubItem *subItem6 = [TabBarSubItem tabBarSubItemWithName:@"Peppe5"]; + TabBarSubItem *subItem7 = [TabBarSubItem tabBarSubItemWithName:@"Peppe6"]; + + TabBarItem *allergen = [[TabBarItem alloc] initWithSubItems:@[subItem1,subItem2,subItem3,subItem4,subItem5,subItem6,subItem7]]; + [allergen setItemName:@"Allergen"]; + [allergen setImage:[UIImage imageNamed:@"allergen_off"]]; + [allergen setSelectedImage:[UIImage imageNamed:@"allergen_on"]]; + + [tabbar addItem:allergen]; } - (void)didReceiveMemoryWarning diff --git a/Pod/Classes/TabBarItem.h b/Pod/Classes/TabBarItem.h index 98acefd..819f0cc 100644 --- a/Pod/Classes/TabBarItem.h +++ b/Pod/Classes/TabBarItem.h @@ -9,6 +9,16 @@ #import #import "TabBarSubItem.h" +@class TabBarItem; + +@protocol TabBarItemDelegate + +@required + +- (void) tabBarItemSelected:(TabBarItem*) selectedItem; + +@end + @interface TabBarItem : UIView /** @@ -27,6 +37,10 @@ * Represents the sub items that appeare when you select the item in picker. */ @property (nonatomic, strong) NSMutableArray *subItems; +/** + * <#Description#> + */ +@property (nonatomic, assign) id delegate; /** * <#Description#> diff --git a/Pod/Classes/TabBarItem.m b/Pod/Classes/TabBarItem.m index 87755e9..64f3762 100644 --- a/Pod/Classes/TabBarItem.m +++ b/Pod/Classes/TabBarItem.m @@ -11,6 +11,8 @@ @interface TabBarItem() + +@property (nonatomic, strong) UIButton *itemButton; @property (nonatomic) UIDeviceOrientation orientation; @end @@ -21,9 +23,13 @@ self = [self initForAutoLayout]; if (self) { NSAssert(array, @"SubItemsArray cannot be nil"); + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(deviceOrientationDidChange:) name: UIDeviceOrientationDidChangeNotification object: nil]; _orientation = [[UIDevice currentDevice] orientation]; - [[NSNotificationCenter defaultCenter] addObserver: self selector:@selector(deviceOrientationDidChange:) name: UIDeviceOrientationDidChangeNotification object: nil]; + + _itemButton = [[UIButton alloc] initForAutoLayout]; + + [self addSubview:_itemButton]; _subItems = [[NSMutableArray alloc] init]; @@ -36,11 +42,26 @@ return self; } +- (void) layoutSubviews { + + [_itemButton autoPinEdgesToSuperviewMargins]; + +} + - (void)deviceOrientationDidChange:(NSNotification *)notification { //Obtain current device orientation _orientation = [[UIDevice currentDevice] orientation]; + [self layoutSubviews]; +} + +- (void) setImage:(UIImage *)image { + [_itemButton setImage:image forState:UIControlStateNormal]; +} + +- (void) setSelectedImage:(UIImage *)selectedImage { + [_itemButton setImage:selectedImage forState:UIControlStateSelected]; } @end diff --git a/Pod/Classes/TabBarPicker.h b/Pod/Classes/TabBarPicker.h index 79b8e00..b70e7b3 100644 --- a/Pod/Classes/TabBarPicker.h +++ b/Pod/Classes/TabBarPicker.h @@ -10,26 +10,33 @@ #import "TabbarItem.h" #import "TabBarSubItem.h" -typedef enum -{ +typedef NS_ENUM(NSInteger, TabBarPickerPosition) { // Informational TabBarPickerPositionLeft, TabBarPickerPositionRight, - TabBarPickerPositionBottom + TabBarPickerPositionBottom, + TabBarPickerPositionTop -} TabBarPickerPosition; +}; @interface TabBarPicker : UIView -@property (nonatomic, strong) NSMutableArray *tabBarItems; +@property (nonatomic, strong, readonly) NSMutableArray *tabBarItems; @property (nonatomic, readonly) CGSize tabBarSize; -@property (nonatomic) TabBarPickerPosition position; +@property (nonatomic, readonly) TabBarPickerPosition position; +@property (nonatomic, readonly) NSLayoutRelation layoutRelation; +@property (nonatomic) CGFloat paddingLeft; +@property (nonatomic) CGFloat paddingRight; +@property (nonatomic) CGFloat paddingTop; +@property (nonatomic) CGFloat paddingBottom; +@property (nonatomic) CGFloat itemSpacing; /** * Init TabBarPicker with items. When is selected an item the picher show down subitems. * By default when one of more subItems are selected the selected item become selected. * By default the tabBar size is max screen width and 100px height * The picker size is dinamically based the max subitems of items. + * For this method is used NSLayoutRelationEqual as NSLayoutRelation configuration. * * @param items Represents tab bar items. That array cannot be nil. * @@ -43,6 +50,26 @@ typedef enum */ - (instancetype) initWithTabBarItems:(NSArray *)items forPosition:(TabBarPickerPosition)position; +/** + * Init TabBarPicker with items. When is selected an item the picher show down subitems. + * By default when one of more subItems are selected the selected item become selected. + * By default the tabBar size is max screen width and 100px height + * The picker size is dinamically based the max subitems of items. + * + * @param items Represents tab bar items. That array cannot be nil. + * + * @param position Represents the posizion in the Screen: + * - TabBarPickerPositionLeft : Is positioned in vertical on left of the screen and shows the picker at its right + * - TabBarPickerPositionRight : Is positioned in vertical on right of the screen and shows the picker at its left + * - TabBarPickerPositionBottom : Is positioned in horizontal on bottom of the screen and shows the picker at its top + * - TabBarPickerPositionTop : Is positioned in horizontal on top of the screen and shows the picker at its bottom + * + * @param relation Represents NSLayoutRelation for TabBar layout. + * + * @return raturn instance of TabBarPicker object. + */ +- (instancetype) initWithTabBarItems:(NSArray *)items forPosition:(TabBarPickerPosition)position andNSLayoutRelation:(NSLayoutRelation) relation; + /** * Init TabBarPicker with items. When is selected an item the picher show down subitems. * By default when one of more subItems are selected the selected item become selected. @@ -58,8 +85,17 @@ typedef enum * - TabBarPickerPositionBottom : Is positioned in horizontal on bottom of the screen and shows the picker at its top * - TabBarPickerPositionTop : Is positioned in horizontal on top of the screen and shows the picker at its bottom * + * @param relation Represents NSLayoutRelation for TabBar layout. + * * @return raturn instance of TabBarPicker object. */ -- (instancetype) initWithTabBarItems:(NSArray*) items withTabBarSize:(CGSize) size forPosition:(TabBarPickerPosition) position; +- (instancetype) initWithTabBarItems:(NSArray*) items withTabBarSize:(CGSize) size forPosition:(TabBarPickerPosition) position andNSLayoutRelation:(NSLayoutRelation) relation; + +/** + * <#Description#> + * + * @param item <#item description#> + */ +- (void) addItem:(TabBarItem*) item; @end diff --git a/Pod/Classes/TabBarPicker.m b/Pod/Classes/TabBarPicker.m index 74074c5..02bd7c6 100644 --- a/Pod/Classes/TabBarPicker.m +++ b/Pod/Classes/TabBarPicker.m @@ -8,11 +8,9 @@ #import "TabBarPicker.h" #import +#import "TabBarPickerSubItemsView.h" -#define tabBarSizeVertical CGSizeMake() - - -@interface TabBarPicker() +@interface TabBarPicker() @property (nonatomic) UIDeviceOrientation orientation; @@ -22,19 +20,33 @@ - (instancetype) initWithTabBarItems:(NSArray *)items forPosition:(TabBarPickerPosition)position { - return [self initWithTabBarItems:items withTabBarSize:CGSizeZero forPosition:position]; + return [self initWithTabBarItems:items withTabBarSize:CGSizeZero forPosition:position andNSLayoutRelation:NSLayoutRelationEqual]; } -- (instancetype) initWithTabBarItems:(NSArray*) items withTabBarSize:(CGSize) size forPosition:(TabBarPickerPosition) position { +- (instancetype) initWithTabBarItems:(NSArray *)items forPosition:(TabBarPickerPosition)position andNSLayoutRelation:(NSLayoutRelation)relation { + + return [self initWithTabBarItems:items withTabBarSize:CGSizeZero forPosition:position andNSLayoutRelation:relation]; + +} + +- (instancetype) initWithTabBarItems:(NSArray*) items withTabBarSize:(CGSize) size forPosition:(TabBarPickerPosition) position andNSLayoutRelation:(NSLayoutRelation)relation { self = [self initForAutoLayout]; if (self) { + _itemSpacing = 10; + _paddingLeft = 0; + _paddingRight = 0; + _paddingTop = 0; + _paddingBottom = 0; + _layoutRelation = relation; + + _position = position; [[UIDevice currentDevice] beginGeneratingDeviceOrientationNotifications]; - [[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(deviceOrientationDidChange:) name: UIDeviceOrientationDidChangeNotification object: nil]; - + [[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(deviceOrientationDidChange:) name: UIDeviceOrientationDidChangeNotification object: nil]; + NSAssert(items, @"TabBar Items array cannot be nil!"); if (CGSizeEqualToSize(size, CGSizeZero)) { @@ -42,26 +54,91 @@ } _tabBarItems = [[NSMutableArray alloc] init]; - + for (NSObject *item in items) { - if ([item isKindOfClass:[TabBarItem class]]) { - [_tabBarItems addObject:item]; - } + [self addItem:item]; } } - + + [self setNeedsUpdateConstraints]; + return self; } - (void) layoutSubviews { - [self autoSetDimension:ALDimensionHeight toSize:44]; - [self autoMatchDimension:ALDimensionWidth toDimension:ALDimensionWidth ofView:self.superview]; - [self autoPinEdgeToSuperviewMargin:ALEdgeBottom]; + switch (_position) { + case TabBarPickerPositionLeft:{ + [self autoPinEdgeToSuperviewEdge:ALEdgeTop withInset:20]; + [self autoPinEdgeToSuperviewEdge:ALEdgeLeft withInset:0]; + [self autoSetDimension:ALDimensionWidth toSize:44]; + [self autoMatchDimension:ALDimensionHeight toDimension:ALDimensionHeight ofView:self.superview withOffset:0 relation:_layoutRelation]; + [self autoAlignAxisToSuperviewMarginAxis:ALAxisHorizontal]; + + [_tabBarItems autoSetViewsDimension:ALDimensionWidth toSize:44.0]; + + [_tabBarItems autoDistributeViewsAlongAxis:ALAxisVertical alignedTo:ALAttributeVertical withFixedSpacing:_itemSpacing insetSpacing:YES matchedSizes:YES]; + + [[_tabBarItems firstObject] autoAlignAxisToSuperviewAxis:ALAxisVertical]; + } + break; + case TabBarPickerPositionRight:{ + [self autoPinEdgeToSuperviewEdge:ALEdgeTop withInset:20]; + [self autoPinEdgeToSuperviewEdge:ALEdgeRight withInset:0]; + [self autoSetDimension:ALDimensionWidth toSize:44]; + [self autoMatchDimension:ALDimensionHeight toDimension:ALDimensionHeight ofView:self.superview withOffset:0 relation:_layoutRelation]; + [self autoAlignAxisToSuperviewMarginAxis:ALAxisHorizontal]; + + [_tabBarItems autoSetViewsDimension:ALDimensionWidth toSize:44.0]; + + [_tabBarItems autoDistributeViewsAlongAxis:ALAxisVertical alignedTo:ALAttributeVertical withFixedSpacing:_itemSpacing insetSpacing:YES matchedSizes:YES]; + + [[_tabBarItems firstObject] autoAlignAxisToSuperviewAxis:ALAxisVertical]; + } + break; + case TabBarPickerPositionTop:{ + [self autoPinEdgeToSuperviewMargin:ALEdgeTop]; + [self autoSetDimension:ALDimensionHeight toSize:44]; + [self autoMatchDimension:ALDimensionWidth toDimension:ALDimensionWidth ofView:self.superview withOffset:0 relation:_layoutRelation]; + [self autoAlignAxisToSuperviewMarginAxis:ALAxisVertical]; + + [_tabBarItems autoSetViewsDimension:ALDimensionHeight toSize:44.0]; + + [_tabBarItems autoDistributeViewsAlongAxis:ALAxisHorizontal alignedTo:ALAttributeHorizontal withFixedSpacing:_itemSpacing insetSpacing:YES matchedSizes:YES]; + + [[_tabBarItems firstObject] autoAlignAxisToSuperviewAxis:ALAxisHorizontal]; + } + break; + case TabBarPickerPositionBottom: + default:{ + [self autoPinEdgeToSuperviewMargin:ALEdgeBottom]; + [self autoSetDimension:ALDimensionHeight toSize:44]; + [self autoMatchDimension:ALDimensionWidth toDimension:ALDimensionWidth ofView:self.superview withOffset:0 relation:_layoutRelation]; + [self autoAlignAxisToSuperviewMarginAxis:ALAxisVertical]; + + [_tabBarItems autoSetViewsDimension:ALDimensionHeight toSize:44.0]; + + [_tabBarItems autoDistributeViewsAlongAxis:ALAxisHorizontal alignedTo:ALAttributeHorizontal withFixedSpacing:0 insetSpacing:YES matchedSizes:YES]; + + [[_tabBarItems firstObject] autoAlignAxisToSuperviewAxis:ALAxisHorizontal]; + } + break; + } + [self updateConstraints]; +} + +- (void) setPosition:(TabBarPickerPosition)position { + _position = position; - for (TabBarItem *item in _tabBarItems) { + if (self.superview) { + [self removeConstraints:self.constraints]; + for (TabBarItem *item in _tabBarItems) { + [item removeConstraints:item.constraints]; + } + + [self layoutSubviews]; } } @@ -72,6 +149,29 @@ [self layoutSubviews]; } +- (void) addItem:(TabBarItem*) item { + if (item && [item isKindOfClass:[TabBarItem class]]) { + + NSLog(@"%@",self.constraints); + + [_tabBarItems addObject:item]; + [item setBackgroundColor:[UIColor lightGrayColor]]; + [item setDelegate:self]; + [self addSubview:item]; + + + if (self.superview) { + + [self removeConstraints:self.constraints]; + for (TabBarItem *item in _tabBarItems) { + [item removeConstraints:item.constraints]; + } + + [self layoutSubviews]; + } + } +} + - (void) layoutSubviewsPortrait { } diff --git a/Pod/Classes/TabBarPickerSubItemsView.h b/Pod/Classes/TabBarPickerSubItemsView.h new file mode 100644 index 0000000..7122471 --- /dev/null +++ b/Pod/Classes/TabBarPickerSubItemsView.h @@ -0,0 +1,14 @@ +// +// TabBarPickerSubItemsView.h +// Pods +// +// Created by Giuseppe Nucifora on 17/07/15. +// +// + +#import + +@interface TabBarPickerSubItemsView : UIView + + +@end diff --git a/Pod/Classes/TabBarPickerSubItemsView.m b/Pod/Classes/TabBarPickerSubItemsView.m new file mode 100644 index 0000000..2006167 --- /dev/null +++ b/Pod/Classes/TabBarPickerSubItemsView.m @@ -0,0 +1,23 @@ +// +// TabBarPickerSubItemsView.m +// Pods +// +// Created by Giuseppe Nucifora on 17/07/15. +// +// + +#import "TabBarPickerSubItemsView.h" +#import + +@implementation TabBarPickerSubItemsView + +- (instancetype) init { + self = [self initForAutoLayout]; + + if (self) { + + } + return self; +} + +@end diff --git a/Pod/Classes/TabBarSubItem.h b/Pod/Classes/TabBarSubItem.h index 0182ab1..968e5ad 100644 --- a/Pod/Classes/TabBarSubItem.h +++ b/Pod/Classes/TabBarSubItem.h @@ -7,7 +7,6 @@ // #import -//#import "PureLayout.h" @interface TabBarSubItem : UIView diff --git a/Pod/Classes/TabBarSubItem.m b/Pod/Classes/TabBarSubItem.m index 511ead1..d362c02 100644 --- a/Pod/Classes/TabBarSubItem.m +++ b/Pod/Classes/TabBarSubItem.m @@ -39,6 +39,7 @@ //Obtain current device orientation _orientation = [[UIDevice currentDevice] orientation]; + [self layoutSubviews]; }