diff --git a/Example/Podfile b/Example/Podfile index b883fb7..628e809 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -4,12 +4,16 @@ use_frameworks! inhibit_all_warnings! pod 'PureLayout' pod 'pop', '~> 1.0' +pod 'UIActionSheet-Blocks' +pod 'UIAlertViewBlockExtension' target 'TabBarPicker_Example', :exclusive => true do pod "TabBarPicker", :path => "../" pod 'PureLayout' pod 'pop', '~> 1.0' pod 'UIView-Overlay' + pod 'UIActionSheet-Blocks' + pod 'UIAlertViewBlockExtension' end diff --git a/Example/Podfile.lock b/Example/Podfile.lock index d6951cb..e89fb22 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -2,12 +2,16 @@ PODS: - pop (1.0.7) - PureLayout (3.0.0) - TabBarPicker (0.1.0) + - UIActionSheet-Blocks (1.0.1) + - UIAlertViewBlockExtension (1.0.1) - UIView-Overlay (0.1) DEPENDENCIES: - pop (~> 1.0) - PureLayout - TabBarPicker (from `../`) + - UIActionSheet-Blocks + - UIAlertViewBlockExtension - UIView-Overlay EXTERNAL SOURCES: @@ -18,6 +22,8 @@ SPEC CHECKSUMS: pop: 628ffc631644601567ee8bfaaaea493ebd7d0923 PureLayout: 270dfee2236f697ab1d5e2771c2e5c248495fa0d TabBarPicker: 0b8b0c04ad47ed9c740cef5d31cac7fefe6cb273 + UIActionSheet-Blocks: a5781709d4c7e1bf81e0498caf187ab0535e5caf + UIAlertViewBlockExtension: b4b0a1e62c94170bacce519a2b16afbc81673714 UIView-Overlay: 95e42e733f6fdcfca523a399ba7907d0ca4570a0 COCOAPODS: 0.38.2 diff --git a/Example/Pods/Headers/Private/UIActionSheet-Blocks/UIActionSheet+Blocks.h b/Example/Pods/Headers/Private/UIActionSheet-Blocks/UIActionSheet+Blocks.h new file mode 120000 index 0000000..46368fa --- /dev/null +++ b/Example/Pods/Headers/Private/UIActionSheet-Blocks/UIActionSheet+Blocks.h @@ -0,0 +1 @@ +../../../UIActionSheet-Blocks/UIActionSheet+Blocks.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/UIAlertViewBlockExtension/AlertViewActionDispatcher.h b/Example/Pods/Headers/Private/UIAlertViewBlockExtension/AlertViewActionDispatcher.h new file mode 120000 index 0000000..fd0dd85 --- /dev/null +++ b/Example/Pods/Headers/Private/UIAlertViewBlockExtension/AlertViewActionDispatcher.h @@ -0,0 +1 @@ +../../../UIAlertViewBlockExtension/AlertViewExamples/UIAlertViewBlockExtension/AlertViewActionDispatcher.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/UIAlertViewBlockExtension/UIAlertView+BlockExtension.h b/Example/Pods/Headers/Private/UIAlertViewBlockExtension/UIAlertView+BlockExtension.h new file mode 120000 index 0000000..3f7c34f --- /dev/null +++ b/Example/Pods/Headers/Private/UIAlertViewBlockExtension/UIAlertView+BlockExtension.h @@ -0,0 +1 @@ +../../../UIAlertViewBlockExtension/AlertViewExamples/UIAlertViewBlockExtension/UIAlertView+BlockExtension.h \ No newline at end of file diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index d6951cb..e89fb22 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -2,12 +2,16 @@ PODS: - pop (1.0.7) - PureLayout (3.0.0) - TabBarPicker (0.1.0) + - UIActionSheet-Blocks (1.0.1) + - UIAlertViewBlockExtension (1.0.1) - UIView-Overlay (0.1) DEPENDENCIES: - pop (~> 1.0) - PureLayout - TabBarPicker (from `../`) + - UIActionSheet-Blocks + - UIAlertViewBlockExtension - UIView-Overlay EXTERNAL SOURCES: @@ -18,6 +22,8 @@ SPEC CHECKSUMS: pop: 628ffc631644601567ee8bfaaaea493ebd7d0923 PureLayout: 270dfee2236f697ab1d5e2771c2e5c248495fa0d TabBarPicker: 0b8b0c04ad47ed9c740cef5d31cac7fefe6cb273 + UIActionSheet-Blocks: a5781709d4c7e1bf81e0498caf187ab0535e5caf + UIAlertViewBlockExtension: b4b0a1e62c94170bacce519a2b16afbc81673714 UIView-Overlay: 95e42e733f6fdcfca523a399ba7907d0ca4570a0 COCOAPODS: 0.38.2 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index 72e8acb..d36acaa 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -10,26 +10,26 @@ 03208AEB6A03CCA0C77A5DA3A79BD522 /* POPVector.h in Headers */ = {isa = PBXBuildFile; fileRef = 93687FABCF55D0A5D679C928BA78DAB4 /* POPVector.h */; settings = {ATTRIBUTES = (Project, ); }; }; 060E7DD819F53729654E36495DF47426 /* FloatConversion.h in Headers */ = {isa = PBXBuildFile; fileRef = E44E0425616E7E04E1AB9E751AA6AE53 /* FloatConversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; 07501B134439D43A603B50365BAB8C36 /* NSString+HexColor.m in Sources */ = {isa = PBXBuildFile; fileRef = ED289C824091E9CC3700069DEB5B7133 /* NSString+HexColor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 09D38304BB76CB9194061FF21B54687F /* UIAlertViewBlockExtension-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C4CA99AF612C24DED5E74B745FC1344 /* UIAlertViewBlockExtension-dummy.m */; }; 0BFE7C394E8150EF5FD76D3675116D48 /* POPBasicAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ADFB66E931B6A5F3701C265EBC50E57 /* POPBasicAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; 0EAB569A3E1579E852A97E70B2A52B19 /* UIView+Overlay.h in Headers */ = {isa = PBXBuildFile; fileRef = B861FEB396B49AFBE01AC2B10E0ACAB5 /* UIView+Overlay.h */; settings = {ATTRIBUTES = (Public, ); }; }; 0F7B5941BC1A4A320845B9B863551176 /* pop-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 407457717814B9F748F29AC5BADC4CE8 /* pop-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 108E0EDA81BB5E6B0343D317882BE687 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D512E3B6436A1426D782F6DC1DFD3E7D /* Foundation.framework */; }; - 11C5B9474617E9D2DB312798E38A2DC9 /* Pods-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 12B38B170D3912EDE7922B720C20619D /* Pods-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 141AA641914936AB790CE6FCB178B1D7 /* MMCPSScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = E74ECC4D12B3ABD32F0D9603ABE541B8 /* MMCPSScrollView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 15EBB865A82DF72209B0E02819463060 /* POPAnimatableProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0265183A5C6854D378BE13ADD62DF5D0 /* POPAnimatableProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; 15EEB9A75A38BB0F7C3B2448A705AD83 /* UnitBezier.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A5E9FAC402EFB3AA4E84A2D8D436956 /* UnitBezier.h */; settings = {ATTRIBUTES = (Project, ); }; }; 19022D54C183B386CBCC3929AB78ED45 /* POPAnimationRuntime.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79BC08E450E450A6BB7385AAE26BD967 /* POPAnimationRuntime.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1904012DCB9E2E0F904199387E995946 /* UIAlertView+BlockExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 58277D5C8D6A027E9F83DA57FD4CD4C4 /* UIAlertView+BlockExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1F507AB6238183B539DD9E8D6886BDED /* POPAnimationTracer.mm in Sources */ = {isa = PBXBuildFile; fileRef = A959F8AA2353F159B247BFFC208D79AE /* POPAnimationTracer.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 203E916178B206E4760E275D94B537FA /* POPAnimationRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = FBE55426C8613986F9DE17C08EC4E7CF /* POPAnimationRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; 242683D9189D01DB10D327BD4807ADF2 /* POPAnimatorPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EF1BD1588AB81241629165EFEB77F71 /* POPAnimatorPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 242F2CEE058E9AFB0886BC75D30F5897 /* POPAnimationPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = EF2A7544C3995B3943AA4BC07DAB51D1 /* POPAnimationPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 27612C6A0F69DAD74E0FEB17816B9E15 /* TabBarPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 892712A2B0521F4472AE53DB17FFA5ED /* TabBarPicker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2773E86D775C65479A4FC871ECCF322B /* UIActionSheet-Blocks-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A8FFBDEB63199AE8279A19F0D250C8E /* UIActionSheet-Blocks-dummy.m */; }; 29B97DBB30EE19D048BEC6E25E9F9F14 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D512E3B6436A1426D782F6DC1DFD3E7D /* Foundation.framework */; }; 2A65286B5726E4AF0A5395E6B035F614 /* NSString+HexColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 5198D727327607E4FCEA3F8B223AE56C /* NSString+HexColor.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2B787FFB562C10AD02FE1C9005365F43 /* NSLayoutConstraint+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 090ED9CFCA52EB517831504E40655C5E /* NSLayoutConstraint+PureLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 2D696A7493C3B7A7DC34C3857719B884 /* SharedLocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C4407C962E1D98312FB510D7F5BA8D7 /* SharedLocationManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 30BE2AA9FA254A8A54B20C5D1C439CED /* UIView-Overlay-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 967EC1A8094613A64436935A32CE393E /* UIView-Overlay-dummy.m */; }; - 3329AF43344F94C2DD9A49EB23068CE8 /* Pods-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9326A1634F9D8759718BF9F5AE1342E8 /* Pods-dummy.m */; }; 34EC1894BF64A676F556AE2782F2E2A6 /* POPGeometry.mm in Sources */ = {isa = PBXBuildFile; fileRef = C860C342641452046FDF204ED4FB25D3 /* POPGeometry.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 3515851F45C9BB3FFDDD122095FF7797 /* Pods-TabBarPicker_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8799FDC6BF3E75DA73CA794715159657 /* Pods-TabBarPicker_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 384CE5874312610CF1414126D6E41435 /* POPAnimationEventInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 16F3CE6BFFF06C74BF585D45BFB7E170 /* POPAnimationEventInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -39,7 +39,8 @@ 48D0C42EEA0F59047616F9D4F51FBD10 /* NSArray+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = C37744310F9F865551677E6AC8149112 /* NSArray+PureLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 4A629B0B3B3C72CBCC07FC57FEB9FFB5 /* POPSpringAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 91AC81FCA64DB06998A2D6C93292E3D0 /* POPSpringAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 4BD95F156CB439EB08218A9B1BC10F87 /* TransformationMatrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFA088A284A23B3AC39221F16A6CB0D9 /* TransformationMatrix.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4EBD0FC5A72489379615C5E2E3A9C03D /* Pods-TabBarPicker_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CE46CEDD332B7011600234C346A4003F /* Pods-TabBarPicker_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 50E1538F1556D387C5164A072FC23570 /* UIActionSheet+Blocks.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C0C90B45384C64964081948268EA1CF /* UIActionSheet+Blocks.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5399D919350C1DA1537C5307762FC7D4 /* UIActionSheet+Blocks.m in Sources */ = {isa = PBXBuildFile; fileRef = BFA0253EFF494DE91B9188C8142F6460 /* UIActionSheet+Blocks.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; 5408B931355E2EB35B43B6E44EC7075C /* POPAnimator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9B6EE12FEF6DED0AB56B1443E7B346F0 /* POPAnimator.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 5894F10E4EE16E60EFEA6CAF8F39BEAC /* TabBarPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B8B993D010B7CF17F9E9291557AF882E /* TabBarPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 5D0EB7072D641D8EBF0FF6E2866DAF7B /* POPBasicAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = B51C1620215D22739C0E7668D0FCFA91 /* POPBasicAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; @@ -49,15 +50,18 @@ 6115D515692E38D8D809451232B83C52 /* TabBarPickerSubItemsView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDFBF8EAD1D91F7F7C98AE097F6AD54 /* TabBarPickerSubItemsView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62AF98DE098B6AE453132CE1AA19765E /* POPDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = EB6215B243DFD151285F9B12CE2368A2 /* POPDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; 6354BF1C514445C33F9B65DD18205535 /* NSArray+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 913E7306AD4E255661D418473382CF54 /* NSArray+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 64936125353B370402AC7A2390B2319B /* Pods-TabBarPicker_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BCC05ECC95382C9EF2ACC119EFA5E28 /* Pods-TabBarPicker_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6821181ABC8D74220E7B8667CA488482 /* UIActionSheet-Blocks-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ADAF2F396F7D8A76FB8CD61DF2B3570 /* UIActionSheet-Blocks-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 6BFFC7205011A11472F6457F6D6B489C /* POPAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 24FD90CF8C651053BFFF6A3EAF117125 /* POPAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 6C4B81E2699A8266AAB7C85824999897 /* POPSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = A103939D06A87FED0BE43F0CF5F5056A /* POPSpringAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; 6DBFBBAB5805C21D1665893E655EA4FD /* POPDecayAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0092F18589478DBE2AE13D966D9CCD17 /* POPDecayAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E03012F2843C461762C74A9A046EF2E /* Pods-TabBarPicker_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F734DA62746E7AC7FD2CFE5D80E55708 /* Pods-TabBarPicker_Example-dummy.m */; }; 728A5FCB02E1760C95DEA5ED83A2C1C5 /* POPSpringSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = CE0D5C46DAC6E6475ADEE87A8601A25F /* POPSpringSolver.h */; settings = {ATTRIBUTES = (Project, ); }; }; 73F5A493933876566BFE1C7557D058E0 /* POPCGUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B7C7853AD5F572083A52914090850AD2 /* POPCGUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 758F4837B21699E995B3DA7873BE5AB9 /* POPDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F5618A4CE99E55855B1013DEF653BF8 /* POPDecayAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 761477C8633300B1495BAA4EBF93527A /* AlertViewActionDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 52F326ECBD421558567D7D4D6DE746A2 /* AlertViewActionDispatcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; 7635805E27D4F352CC4AC4F3E0B2228C /* POPDecayAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = A2FCF37642A72A24ECA53BF3ECE2C522 /* POPDecayAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 7687E83DA7BAC649B3BFB96A702B8EF7 /* POPBasicAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A1099449FD06DCA3B85854337EBB014 /* POPBasicAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7722493DFDD6EC5317378CCA6C5F6C5B /* AlertViewActionDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 29089DD2B4691C6A338790862F97B2EC /* AlertViewActionDispatcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 7997BBF6E3FBC7DF5295ABF7224B89A4 /* POPVector.mm in Sources */ = {isa = PBXBuildFile; fileRef = F47C77B6247FFF4294E595C4EBF035F5 /* POPVector.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 7BE5B65C18977D405062ACF22B6EF38C /* POPMath.mm in Sources */ = {isa = PBXBuildFile; fileRef = 18127D4692F3B261AE3BC9F683442BE0 /* POPMath.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 7C632502864E8AE6F403AE489B593056 /* POPAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D90E0DD88BBD1478B0E18109767F8FA /* POPAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -65,14 +69,16 @@ 7D895EB8CC992C0E734A1AC7E73F7D41 /* POPAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AB9A4F96F4D3194C37C06DB13F00F1E /* POPAction.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7DCA23DE188D729056E041F49C521C1B /* POPLayerExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = DAE0AEB7B6CD1ED86E0DB49046266B5D /* POPLayerExtras.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 800AE2604DB4E050529B32FB08E5D2CF /* POPAnimationEvent.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033ADB81C6199DE3DFA0C0515F6D0787 /* POPAnimationEvent.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8307CAD078138F1D1381C26992A80FE5 /* Pods-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F343D98F46F354D1807A1F52E6E36AD /* Pods-dummy.m */; }; 85005EF9A1EFBDE7B923C85541044847 /* POPAnimatableProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C843EFA8C32E452322B0ECA1629290A /* POPAnimatableProperty.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 8684DD0504E7EC38B91A22B510C6A01D /* TabBarPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 904079A84D927539A414BED833C527E3 /* TabBarPicker-dummy.m */; }; 870316C705D226E9990777155D6AC4EC /* POPAnimationEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 7469EB00631C681CEE752F2D41DAD63C /* POPAnimationEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8B9B75C7523CEBCAF2D86154DDFA98AD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D512E3B6436A1426D782F6DC1DFD3E7D /* Foundation.framework */; }; 8E2CDC7269B59EAC84AEA46D5E28B826 /* POP.h in Headers */ = {isa = PBXBuildFile; fileRef = EE3EC944F1DABE1BFA56ABCC8CE2A9F7 /* POP.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8FB29797E35802BE65A888432368F471 /* PureLayout-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 17DA7E900B1E7945C8B8CE59D225F706 /* PureLayout-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 90129E00295631C4089C9A8A1EE6519F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D512E3B6436A1426D782F6DC1DFD3E7D /* Foundation.framework */; }; + 916A29561C3E959D2829BCE7E31BC5DE /* UIAlertView+BlockExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 83921BCA321A4BCC93EA3DD5832C85BE /* UIAlertView+BlockExtension.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 93F5920F69AC785B428577FC0BE0882B /* POPLayerExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 63FCE3E65371359592CB606E1790BC86 /* POPLayerExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 95540F361B7B0ADA359C7E7FDD208D1D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D512E3B6436A1426D782F6DC1DFD3E7D /* Foundation.framework */; }; 96D7ABD08A98128E60E0F50069359FC0 /* TabBarPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 4CD19F38BD35C5439EA45425BF343692 /* TabBarPicker.bundle */; }; 987758B8CC9AE1B9722212C159E99125 /* Pods-TabBarPicker_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B2C8FC99E26E968A362BE3183813868F /* Pods-TabBarPicker_Tests-dummy.m */; }; 9891293FB5D8A4C867C6FE6108C67500 /* UIImage+Color.m in Sources */ = {isa = PBXBuildFile; fileRef = BAC2E2B2AD148D2E4BBC115DDA61EFD5 /* UIImage+Color.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; @@ -80,6 +86,7 @@ A1A922D53B283BE53F75515F470D2755 /* TabBarSubItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 6194B637DF6CFA16E42BCABF5348C38B /* TabBarSubItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; A30219FCF9EC37ABE44DC610005C2595 /* UIView-Overlay-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A6809F9933FBA0B384C97E424F36A254 /* UIView-Overlay-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; A7A6A047CA9F0ADFA09FA3F58E8DA1E3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D512E3B6436A1426D782F6DC1DFD3E7D /* Foundation.framework */; }; + AE112AF4A8298C9DA2C4D87F2FD0B06E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D512E3B6436A1426D782F6DC1DFD3E7D /* Foundation.framework */; }; AEB41D63ACB6BAF7B6DA8EAB5DBFDFEF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D512E3B6436A1426D782F6DC1DFD3E7D /* Foundation.framework */; }; B2E46B8E61B80795CD4E94081F3A51C2 /* POPAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E99C094867FA40E6CAACB3552C51A71 /* POPAnimator.h */; settings = {ATTRIBUTES = (Public, ); }; }; B373D36B22355D41ABB9B75F3EA0BBF2 /* POPCustomAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34D6F57DE4FC243021043F443C43B2E7 /* POPCustomAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; @@ -87,6 +94,7 @@ B65A29FBEECF62A70B2A981ED1AE3BC9 /* UIButton+BackgroundColor.h in Headers */ = {isa = PBXBuildFile; fileRef = EBE7CFA8B928239B1CC73E2FC274AB17 /* UIButton+BackgroundColor.h */; settings = {ATTRIBUTES = (Public, ); }; }; B807414C5B82738C9AE261FC4BD35633 /* UIButton+BackgroundColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 151D476EC8A8F451EAA5F3E69FC4757F /* UIButton+BackgroundColor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; B80B8212180CFDFFDCA9568F41595AE0 /* TabBarSubItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 89F770FF888D56EB719C45BF38EB5479 /* TabBarSubItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B86832123B4DFE5CE180B18C4CAF0C8E /* Pods-TabBarPicker_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E6071A8A1FC882289A416D3DCB73BF9C /* Pods-TabBarPicker_Example-dummy.m */; }; BA97F812224F556023C97037E1B9B768 /* TabBarItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ADAE502D9B0B386DFB546F956BC81BA /* TabBarItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; BCFE039CCE625E616A25871D8BB2601D /* UIView+Overlay.m in Sources */ = {isa = PBXBuildFile; fileRef = CBF36C9DEBBB22EE208BC6986E44F18B /* UIView+Overlay.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; BE8FD01BD558BC524643D9691934BCDF /* PureLayout-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 574DA8A9A0215386DE1A03D64F9ABA59 /* PureLayout-dummy.m */; }; @@ -94,11 +102,15 @@ C3B4357DC8723B40B75036643935EBD7 /* MMCPSScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = C0AB0659065645807D7D24A071F9C843 /* MMCPSScrollView.h */; settings = {ATTRIBUTES = (Public, ); }; }; CBC724E48D4294B56D03568A11D05FF1 /* UIImage+Color.h in Headers */ = {isa = PBXBuildFile; fileRef = 84377DDAEA9C569BF6EBCF717BDE81E7 /* UIImage+Color.h */; settings = {ATTRIBUTES = (Public, ); }; }; CCBEA17C33C968D4115035DFD75D03C7 /* TabBarItem.m in Sources */ = {isa = PBXBuildFile; fileRef = E1272C77ED4CCB0F280E4DFB2B75B7E1 /* TabBarItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CD4768AAB960B0210D029E470E5D4640 /* Pods-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 675CC0337FE68D69EEB51AF67E30F8E3 /* Pods-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; D905A57ED65F1E5DFD546AA26BBA6632 /* POPAnimationTracer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C5952D2A0EA0D05DC8D692098AC51A7 /* POPAnimationTracer.h */; settings = {ATTRIBUTES = (Public, ); }; }; E01D81DAECC949E0D350DEF8A8DEF9DA /* POPMath.h in Headers */ = {isa = PBXBuildFile; fileRef = D59AE80D8F830B2B594F27731251395F /* POPMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; E0C2B1971770264E2BC030EBFA522C67 /* POPPropertyAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6474C99DA6F95FB4A031EA234BA3CF12 /* POPPropertyAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E0D2D54F5DF6C392E767E2AF1129BBD0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D512E3B6436A1426D782F6DC1DFD3E7D /* Foundation.framework */; }; E2B4468A72DF980C1B77E6CC18DC82F5 /* POPAnimationExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4DE3F30E099AB50F0BB210A7F6B6ED1A /* POPAnimationExtras.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E51881B12C8967AC6332B313DA6FBF5F /* UIAlertViewBlockExtension-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 01275C738EEBB0C959DF5D5840BBF280 /* UIAlertViewBlockExtension-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; E822E9813D45FF34F11862731B65F4D7 /* NSLayoutConstraint+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CD3AB8195F74BFC43D6997F61F6F298 /* NSLayoutConstraint+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ECAD2632FB8BE957B3FB21096943B3FE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D512E3B6436A1426D782F6DC1DFD3E7D /* Foundation.framework */; }; ED5C0B5FD3B73C3015AC56C9E5FACA48 /* TransformationMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = C3C90B76A43FA38EA58794A9C84FD81D /* TransformationMatrix.h */; settings = {ATTRIBUTES = (Project, ); }; }; EDC72938DF5998BBBC017B2FE8B20768 /* POPCustomAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 33A75E30986D83691C56B0833666F7CA /* POPCustomAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; F3A5427CD0560096A6A82144B8B59C70 /* pop-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E9B49BE5CA6EA26F192340AE3F2471BF /* pop-dummy.m */; }; @@ -112,74 +124,108 @@ /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 083B093D10F9DF2FDAD39AE5222A2FB2 /* PBXContainerItemProxy */ = { + 1156D619B3818E297D0D12E9548FE9C6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = C0BF957FAF71CC8A3C616196CE12BE11; + remoteInfo = UIAlertViewBlockExtension; + }; + 39BEC4C359890CC3BD92704DA1A15F77 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3DA374BB5346C86BB9E37D7D8A3F9705; + remoteInfo = pop; + }; + 4A6726B6AB132BED7AA77B26F94A3AFB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8240A687A12B3496C485DFBEB80E79E2; + remoteInfo = PureLayout; + }; + 5B21EDF65D581DDBCE165947B38A8EC8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3DA374BB5346C86BB9E37D7D8A3F9705; + remoteInfo = pop; + }; + 9904DE571308F6DB1539A36EDE7EF689 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0B43C8BA292D04592FCAA7AB434DD80C; + remoteInfo = TabBarPicker; + }; + ACBE1C00D7835522A99B7823A65EE366 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = B8AFD9D9A9DD2282FC523C9360E3FD0B; + remoteInfo = "UIActionSheet-Blocks"; + }; + B47859329A14B07C93E9F50FD5839803 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 31D04736AA8F72A7EDD28D5A60339B0F; remoteInfo = "UIView-Overlay"; }; - 2422694340FEE734A32BAEADDC2EDAA1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0B43C8BA292D04592FCAA7AB434DD80C; - remoteInfo = TabBarPicker; - }; - 4F92234C46EF40937512047DE1C68200 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3DA374BB5346C86BB9E37D7D8A3F9705; - remoteInfo = pop; - }; - 54E7978A31596E0942D9395655EB6B6B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8240A687A12B3496C485DFBEB80E79E2; - remoteInfo = PureLayout; - }; - 6DC4045376991B2F4FE77D1CFF871503 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3DA374BB5346C86BB9E37D7D8A3F9705; - remoteInfo = pop; - }; - 718DAA8C463F278C51EFAE2FE4DBB153 /* PBXContainerItemProxy */ = { + BE0EA4BEE4746C80AA92E99613AC8AC2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = A3EDD948F9BE0382C98E8FCC6F145936; remoteInfo = "TabBarPicker-TabBarPicker"; }; - 9EB5C63E5A8712567D26F5DDF85E9408 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0B43C8BA292D04592FCAA7AB434DD80C; - remoteInfo = TabBarPicker; - }; - F1E65B36CE83A735C24042E5B005DB98 /* PBXContainerItemProxy */ = { + BFD6B69F1954471793C25AA47BF47984 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 8240A687A12B3496C485DFBEB80E79E2; remoteInfo = PureLayout; }; + C0EC88B859F3AC62E2FF2F63C5EED979 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0B43C8BA292D04592FCAA7AB434DD80C; + remoteInfo = TabBarPicker; + }; + C20F0D51880A805056D8DD360E87BB89 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = C0BF957FAF71CC8A3C616196CE12BE11; + remoteInfo = UIAlertViewBlockExtension; + }; + CE7788D9F3896FA98A2BFE332E9A531E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = B8AFD9D9A9DD2282FC523C9360E3FD0B; + remoteInfo = "UIActionSheet-Blocks"; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ 0092F18589478DBE2AE13D966D9CCD17 /* POPDecayAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPDecayAnimationInternal.h; path = pop/POPDecayAnimationInternal.h; sourceTree = ""; }; + 01275C738EEBB0C959DF5D5840BBF280 /* UIAlertViewBlockExtension-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIAlertViewBlockExtension-umbrella.h"; sourceTree = ""; }; 0265183A5C6854D378BE13ADD62DF5D0 /* POPAnimatableProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimatableProperty.h; path = pop/POPAnimatableProperty.h; sourceTree = ""; }; 033ADB81C6199DE3DFA0C0515F6D0787 /* POPAnimationEvent.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationEvent.mm; path = pop/POPAnimationEvent.mm; sourceTree = ""; }; + 057958F38FCC99BBECF2AFCFE6C77BF0 /* pop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = pop.xcconfig; sourceTree = ""; }; 06FE8FFCBA729815B9AF16CB892A8708 /* Pods-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-frameworks.sh"; sourceTree = ""; }; 08BA99EE1EB2BCFFBB80871284FBB089 /* Pods-TabBarPicker_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-TabBarPicker_Tests-acknowledgements.markdown"; sourceTree = ""; }; + 0904674A54C7A3F9B5ECCED4CE5462CA /* UIView-Overlay.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "UIView-Overlay.modulemap"; sourceTree = ""; }; 090ED9CFCA52EB517831504E40655C5E /* NSLayoutConstraint+PureLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSLayoutConstraint+PureLayout.m"; path = "PureLayout/PureLayout/NSLayoutConstraint+PureLayout.m"; sourceTree = ""; }; - 09D0BE9B95DC0AB1A10C5C5CBF007372 /* pop.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = pop.modulemap; sourceTree = ""; }; + 09F0104F4C8F308E96ECD6870B17F847 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 0A711227966BA949140D7F5462CB2606 /* UIAlertViewBlockExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIAlertViewBlockExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 0C4CA99AF612C24DED5E74B745FC1344 /* UIAlertViewBlockExtension-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIAlertViewBlockExtension-dummy.m"; sourceTree = ""; }; + 0E839404844309F95E6F89FA7F86A7C4 /* UIView-Overlay-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView-Overlay-prefix.pch"; sourceTree = ""; }; 0FBC3E333821E19620FAC1463F61C533 /* PureLayoutDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PureLayoutDefines.h; path = PureLayout/PureLayout/PureLayoutDefines.h; sourceTree = ""; }; - 12B38B170D3912EDE7922B720C20619D /* Pods-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-umbrella.h"; sourceTree = ""; }; + 1245B4499EA33CBEE1C8AF99C76BA7E7 /* UIActionSheet-Blocks-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIActionSheet-Blocks-prefix.pch"; sourceTree = ""; }; 13DC162AF7BEBCA584CAF9D9CEAD8319 /* ALView+PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ALView+PureLayout.h"; path = "PureLayout/PureLayout/ALView+PureLayout.h"; sourceTree = ""; }; 151D476EC8A8F451EAA5F3E69FC4757F /* UIButton+BackgroundColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIButton+BackgroundColor.m"; sourceTree = ""; }; 16F3CE6BFFF06C74BF585D45BFB7E170 /* POPAnimationEventInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationEventInternal.h; path = pop/POPAnimationEventInternal.h; sourceTree = ""; }; @@ -190,61 +236,73 @@ 1E99C094867FA40E6CAACB3552C51A71 /* POPAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimator.h; path = pop/POPAnimator.h; sourceTree = ""; }; 1F1993462D9F57783E626EE12A22DA6E /* ALView+PureLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ALView+PureLayout.m"; path = "PureLayout/PureLayout/ALView+PureLayout.m"; sourceTree = ""; }; 24FD90CF8C651053BFFF6A3EAF117125 /* POPAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimation.mm; path = pop/POPAnimation.mm; sourceTree = ""; }; + 29089DD2B4691C6A338790862F97B2EC /* AlertViewActionDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AlertViewActionDispatcher.m; path = AlertViewExamples/UIAlertViewBlockExtension/AlertViewActionDispatcher.m; sourceTree = ""; }; + 2AA71E3B0198B726B6ACF8717C003825 /* PureLayout-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PureLayout-prefix.pch"; sourceTree = ""; }; 2ADFB66E931B6A5F3701C265EBC50E57 /* POPBasicAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPBasicAnimation.h; path = pop/POPBasicAnimation.h; sourceTree = ""; }; + 2B28537792C819C671A3C1B784BBD2E1 /* UIAlertViewBlockExtension-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIAlertViewBlockExtension-prefix.pch"; sourceTree = ""; }; 2BDFBF8EAD1D91F7F7C98AE097F6AD54 /* TabBarPickerSubItemsView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TabBarPickerSubItemsView.h; sourceTree = ""; }; + 2C0C90B45384C64964081948268EA1CF /* UIActionSheet+Blocks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIActionSheet+Blocks.h"; sourceTree = ""; }; 2D4A93EFD78DA51324BCEB8E21CF837C /* Pods-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-acknowledgements.plist"; sourceTree = ""; }; - 2E30818E45DD33C5E4BDFDEE442335F8 /* UIView-Overlay-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView-Overlay-prefix.pch"; sourceTree = ""; }; + 333488D10B952CEE843D891B0FD86586 /* Pods-TabBarPicker_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Example.debug.xcconfig"; sourceTree = ""; }; 33A75E30986D83691C56B0833666F7CA /* POPCustomAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPCustomAnimation.h; path = pop/POPCustomAnimation.h; sourceTree = ""; }; 34BE0BA12096455AB6760CFDF1005D58 /* PureLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PureLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 34D6F57DE4FC243021043F443C43B2E7 /* POPCustomAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPCustomAnimation.mm; path = pop/POPCustomAnimation.mm; sourceTree = ""; }; 3A6B4950E1673296D328FFBED288D4CB /* POPPropertyAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPPropertyAnimationInternal.h; path = pop/POPPropertyAnimationInternal.h; sourceTree = ""; }; - 3C02A77BF4130FE56E0F02566F747AD2 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.release.xcconfig; sourceTree = ""; }; 3C16B835C951C428E453293C841C3377 /* TabBarPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TabBarPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 3C3F2CC5BA61A83A08179F1B5E6EC8EE /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 3C5952D2A0EA0D05DC8D692098AC51A7 /* POPAnimationTracer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationTracer.h; path = pop/POPAnimationTracer.h; sourceTree = ""; }; 3D833E7748B3655AA714241999C94DC4 /* Pods_TabBarPicker_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TabBarPicker_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 3EF1BD1588AB81241629165EFEB77F71 /* POPAnimatorPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimatorPrivate.h; path = pop/POPAnimatorPrivate.h; sourceTree = ""; }; + 406E546B7EE79DC9406C0B0D50DCE847 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.debug.xcconfig; sourceTree = ""; }; 407457717814B9F748F29AC5BADC4CE8 /* pop-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "pop-umbrella.h"; sourceTree = ""; }; - 4479B35E973BC64612AFE56A67C3A7E4 /* PureLayout.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = PureLayout.modulemap; sourceTree = ""; }; + 443DBE5EFC78E4DA3BA8009969AB82D3 /* Pods-TabBarPicker_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Example.release.xcconfig"; sourceTree = ""; }; + 4470612A0D7507992168F3515906A198 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 46BFF97BA8EC2F3F88ADE5237D31312F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 4BCC05ECC95382C9EF2ACC119EFA5E28 /* Pods-TabBarPicker_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Example-umbrella.h"; sourceTree = ""; }; 4CD19F38BD35C5439EA45425BF343692 /* TabBarPicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TabBarPicker.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; 4DE3F30E099AB50F0BB210A7F6B6ED1A /* POPAnimationExtras.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationExtras.mm; path = pop/POPAnimationExtras.mm; sourceTree = ""; }; 4E3A05FFC672571219996826F2422FC3 /* TabBarPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TabBarPicker.xcconfig; sourceTree = ""; }; + 4EA156B9D7B45653F7D72F9AD9677C8D /* UIView-Overlay.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "UIView-Overlay.xcconfig"; sourceTree = ""; }; 5198D727327607E4FCEA3F8B223AE56C /* NSString+HexColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSString+HexColor.h"; sourceTree = ""; }; - 5400657DC452384B43BD2099AC8BDC49 /* UIView-Overlay.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "UIView-Overlay.modulemap"; sourceTree = ""; }; - 56CBBA1282670189371B75E1895ADFC7 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 56E7469FDD8353F98B7D18192EC48657 /* UIView-Overlay.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "UIView-Overlay.xcconfig"; sourceTree = ""; }; + 52F326ECBD421558567D7D4D6DE746A2 /* AlertViewActionDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AlertViewActionDispatcher.h; path = AlertViewExamples/UIAlertViewBlockExtension/AlertViewActionDispatcher.h; sourceTree = ""; }; 574DA8A9A0215386DE1A03D64F9ABA59 /* PureLayout-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PureLayout-dummy.m"; sourceTree = ""; }; + 58277D5C8D6A027E9F83DA57FD4CD4C4 /* UIAlertView+BlockExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIAlertView+BlockExtension.h"; path = "AlertViewExamples/UIAlertViewBlockExtension/UIAlertView+BlockExtension.h"; sourceTree = ""; }; 5A1099449FD06DCA3B85854337EBB014 /* POPBasicAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPBasicAnimationInternal.h; path = pop/POPBasicAnimationInternal.h; sourceTree = ""; }; 5A5E9FAC402EFB3AA4E84A2D8D436956 /* UnitBezier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnitBezier.h; path = pop/WebCore/UnitBezier.h; sourceTree = ""; }; 5C718BD2871FCA417AD91347C1E0D404 /* Pods-TabBarPicker_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Tests.debug.xcconfig"; sourceTree = ""; }; 5D90E0DD88BBD1478B0E18109767F8FA /* POPAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationInternal.h; path = pop/POPAnimationInternal.h; sourceTree = ""; }; - 5E359F9185BEAD84D8CE15A4D0B4B472 /* Pods_TabBarPicker_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TabBarPicker_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 600FCA011088B2DF371E21218156A7F6 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 61276C8A6D4336801FA57D715D633F8A /* POPGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPGeometry.h; path = pop/POPGeometry.h; sourceTree = ""; }; 6194B637DF6CFA16E42BCABF5348C38B /* TabBarSubItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TabBarSubItem.m; sourceTree = ""; }; 633EE7D34BF44B52CE606FF762ECFDF4 /* Pods-TabBarPicker_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-TabBarPicker_Example-acknowledgements.markdown"; sourceTree = ""; }; 63FCE3E65371359592CB606E1790BC86 /* POPLayerExtras.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPLayerExtras.h; path = pop/POPLayerExtras.h; sourceTree = ""; }; 6474C99DA6F95FB4A031EA234BA3CF12 /* POPPropertyAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPPropertyAnimation.h; path = pop/POPPropertyAnimation.h; sourceTree = ""; }; 6682B426E85C9170F1FA5919B0BD809D /* TabBarPickerSubItemsView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TabBarPickerSubItemsView.m; sourceTree = ""; }; + 675CC0337FE68D69EEB51AF67E30F8E3 /* Pods-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-umbrella.h"; sourceTree = ""; }; 6805F6C4A24C2AAAB6A33C0A97652E03 /* POPAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimation.h; path = pop/POPAnimation.h; sourceTree = ""; }; 69A66B68532816A729F8D7B45A344A3D /* SharedLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedLocationManager.h; sourceTree = ""; }; 6C4407C962E1D98312FB510D7F5BA8D7 /* SharedLocationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SharedLocationManager.m; sourceTree = ""; }; 6E05779740DB7A4882324BB0CC77FE83 /* PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PureLayout.h; path = PureLayout/PureLayout/PureLayout.h; sourceTree = ""; }; + 6F38C68DF8E83372339E86F5FA718023 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.release.xcconfig; sourceTree = ""; }; + 71B2C71E7FB812DD60E4B549ADCE1DAB /* pop-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "pop-prefix.pch"; sourceTree = ""; }; 73CE6B07292175B9D39CBFFC0DB41A60 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 7469EB00631C681CEE752F2D41DAD63C /* POPAnimationEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationEvent.h; path = pop/POPAnimationEvent.h; sourceTree = ""; }; - 74C01BE8B9F51803976D94221A90D9B0 /* Pods-TabBarPicker_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Example.debug.xcconfig"; sourceTree = ""; }; + 761704FFCAD0CB5CCD6B93F25AD6AA17 /* UIActionSheet-Blocks.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "UIActionSheet-Blocks.xcconfig"; sourceTree = ""; }; 76962B10AC94EB35A7FEA32B4946FD52 /* POPPropertyAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPPropertyAnimation.mm; path = pop/POPPropertyAnimation.mm; sourceTree = ""; }; - 76E4E222A31EB57B3FAE7BD127882279 /* PureLayout-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PureLayout-prefix.pch"; sourceTree = ""; }; 79BC08E450E450A6BB7385AAE26BD967 /* POPAnimationRuntime.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationRuntime.mm; path = pop/POPAnimationRuntime.mm; sourceTree = ""; }; 79ED7F11B8B30282685F622BDF426547 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 7EC4CA78903DD6994C05A85DCF5F68DA /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 7A8FFBDEB63199AE8279A19F0D250C8E /* UIActionSheet-Blocks-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIActionSheet-Blocks-dummy.m"; sourceTree = ""; }; + 7B047E646DE63EE4A046561F085AB400 /* UIAlertViewBlockExtension-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "UIAlertViewBlockExtension-Private.xcconfig"; sourceTree = ""; }; + 7F343D98F46F354D1807A1F52E6E36AD /* Pods-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-dummy.m"; sourceTree = ""; }; + 82DF04FACBE07C9562F9EDEF54676003 /* UIActionSheet-Blocks.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "UIActionSheet-Blocks.modulemap"; sourceTree = ""; }; + 83921BCA321A4BCC93EA3DD5832C85BE /* UIAlertView+BlockExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIAlertView+BlockExtension.m"; path = "AlertViewExamples/UIAlertViewBlockExtension/UIAlertView+BlockExtension.m"; sourceTree = ""; }; 84377DDAEA9C569BF6EBCF717BDE81E7 /* UIImage+Color.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIImage+Color.h"; sourceTree = ""; }; - 845F67AAF14F34F0F944FCABA8A1C95F /* PureLayout.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PureLayout.xcconfig; sourceTree = ""; }; 848C982AABCEC351952AA25A9E612B3B /* TabBarPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TabBarPicker.h; sourceTree = ""; }; - 86E5E9B8FECE12A7A4E167D580EFC67B /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.debug.xcconfig; sourceTree = ""; }; 8799FDC6BF3E75DA73CA794715159657 /* Pods-TabBarPicker_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Tests-umbrella.h"; sourceTree = ""; }; 892712A2B0521F4472AE53DB17FFA5ED /* TabBarPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TabBarPicker.m; sourceTree = ""; }; 89F770FF888D56EB719C45BF38EB5479 /* TabBarSubItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TabBarSubItem.h; sourceTree = ""; }; 8AB9A4F96F4D3194C37C06DB13F00F1E /* POPAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAction.h; path = pop/POPAction.h; sourceTree = ""; }; + 8ADAF2F396F7D8A76FB8CD61DF2B3570 /* UIActionSheet-Blocks-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIActionSheet-Blocks-umbrella.h"; sourceTree = ""; }; 8C843EFA8C32E452322B0ECA1629290A /* POPAnimatableProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimatableProperty.mm; path = pop/POPAnimatableProperty.mm; sourceTree = ""; }; 8DB3F2E1C8B7BF5C0D77433F80F485E1 /* TabBarPicker-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "TabBarPicker-Private.xcconfig"; sourceTree = ""; }; 8ECA1560097ECE6BE55C9A9F8FE9A481 /* Pods-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-resources.sh"; sourceTree = ""; }; @@ -252,9 +310,10 @@ 904079A84D927539A414BED833C527E3 /* TabBarPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TabBarPicker-dummy.m"; sourceTree = ""; }; 913E7306AD4E255661D418473382CF54 /* NSArray+PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+PureLayout.h"; path = "PureLayout/PureLayout/NSArray+PureLayout.h"; sourceTree = ""; }; 91AC81FCA64DB06998A2D6C93292E3D0 /* POPSpringAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPSpringAnimation.mm; path = pop/POPSpringAnimation.mm; sourceTree = ""; }; - 9326A1634F9D8759718BF9F5AE1342E8 /* Pods-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-dummy.m"; sourceTree = ""; }; + 91FA5CA09CACBC560BDE8C375A8ECF48 /* UIActionSheet_Blocks.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIActionSheet_Blocks.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 93687FABCF55D0A5D679C928BA78DAB4 /* POPVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPVector.h; path = pop/POPVector.h; sourceTree = ""; }; 967EC1A8094613A64436935A32CE393E /* UIView-Overlay-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView-Overlay-dummy.m"; sourceTree = ""; }; + 9690E74815183E50D72844E517799F05 /* Pods_TabBarPicker_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TabBarPicker_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 9B6EE12FEF6DED0AB56B1443E7B346F0 /* POPAnimator.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimator.mm; path = pop/POPAnimator.mm; sourceTree = ""; }; 9CD3AB8195F74BFC43D6997F61F6F298 /* NSLayoutConstraint+PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSLayoutConstraint+PureLayout.h"; path = "PureLayout/PureLayout/NSLayoutConstraint+PureLayout.h"; sourceTree = ""; }; 9DC406894CD352D5DAFB3D4071DB8955 /* TabBarPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TabBarPicker-prefix.pch"; sourceTree = ""; }; @@ -265,22 +324,21 @@ A4829611B42E013AE869D1D4399022C9 /* Pods-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-acknowledgements.markdown"; sourceTree = ""; }; A51DD204C7AF95C0483EF1E8C2F5FB7F /* Pods-TabBarPicker_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Tests.release.xcconfig"; sourceTree = ""; }; A56413DB484A0F29380EE43337DA9DA8 /* Pods-TabBarPicker_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-TabBarPicker_Example.modulemap"; sourceTree = ""; }; - A5DFF9EFCD54000B6153CA3F5DE69BC4 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; }; A6809F9933FBA0B384C97E424F36A254 /* UIView-Overlay-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView-Overlay-umbrella.h"; sourceTree = ""; }; A959F8AA2353F159B247BFFC208D79AE /* POPAnimationTracer.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationTracer.mm; path = pop/POPAnimationTracer.mm; sourceTree = ""; }; AB6C4481A0062CA32EB0EEFE44EE97B7 /* Pods-TabBarPicker_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-TabBarPicker_Tests-resources.sh"; sourceTree = ""; }; + AD91FEA622F6A8F0C0B30214CAA1FC2F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; B272664DCD146C22996C135571D9379B /* Pods-TabBarPicker_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-TabBarPicker_Example-acknowledgements.plist"; sourceTree = ""; }; B2781EC2F90E0368E9A2C0DEAA9E2D8E /* Pods.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Pods.modulemap; sourceTree = ""; }; B2C8FC99E26E968A362BE3183813868F /* Pods-TabBarPicker_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-TabBarPicker_Tests-dummy.m"; sourceTree = ""; }; + B3CC14A2C07C0EC7200575FC791BE81F /* UIAlertViewBlockExtension.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UIAlertViewBlockExtension.xcconfig; sourceTree = ""; }; B51C1620215D22739C0E7668D0FCFA91 /* POPBasicAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPBasicAnimation.mm; path = pop/POPBasicAnimation.mm; sourceTree = ""; }; - B5CD98140029134DB60055E9C181F4CE /* pop-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "pop-prefix.pch"; sourceTree = ""; }; - B79E8F04B0085DB7B07E18E9E4BF7165 /* Pods-TabBarPicker_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TabBarPicker_Example.release.xcconfig"; sourceTree = ""; }; B7C7853AD5F572083A52914090850AD2 /* POPCGUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPCGUtils.h; path = pop/POPCGUtils.h; sourceTree = ""; }; B861FEB396B49AFBE01AC2B10E0ACAB5 /* UIView+Overlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Overlay.h"; sourceTree = ""; }; B8B993D010B7CF17F9E9291557AF882E /* TabBarPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TabBarPicker-umbrella.h"; sourceTree = ""; }; BA6428E9F66FD5A23C0A2E06ED26CD2F /* Podfile */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; BAC2E2B2AD148D2E4BBC115DDA61EFD5 /* UIImage+Color.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIImage+Color.m"; sourceTree = ""; }; - BB49801C2A1FC4A6C872E30D1EBDF2D3 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + BFA0253EFF494DE91B9188C8142F6460 /* UIActionSheet+Blocks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIActionSheet+Blocks.m"; sourceTree = ""; }; C0AB0659065645807D7D24A071F9C843 /* MMCPSScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MMCPSScrollView.h; sourceTree = ""; }; C23A73774E96D3E6946E0D8F33A031C8 /* POPSpringAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPSpringAnimationInternal.h; path = pop/POPSpringAnimationInternal.h; sourceTree = ""; }; C37744310F9F865551677E6AC8149112 /* NSArray+PureLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+PureLayout.m"; path = "PureLayout/PureLayout/NSArray+PureLayout.m"; sourceTree = ""; }; @@ -289,39 +347,59 @@ C63094D0493DD4114649FBDA3A330311 /* POPAnimationExtras.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationExtras.h; path = pop/POPAnimationExtras.h; sourceTree = ""; }; C6BAA705428D5D2A736281C39E74E46F /* Pods-TabBarPicker_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-TabBarPicker_Example-resources.sh"; sourceTree = ""; }; C860C342641452046FDF204ED4FB25D3 /* POPGeometry.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPGeometry.mm; path = pop/POPGeometry.mm; sourceTree = ""; }; + C8B69475707149C2FE67DE55C7262439 /* PureLayout.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = PureLayout.modulemap; sourceTree = ""; }; CBF36C9DEBBB22EE208BC6986E44F18B /* UIView+Overlay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+Overlay.m"; sourceTree = ""; }; CC4882E403503DE9288AF3969E260251 /* PureLayout-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "PureLayout-Private.xcconfig"; sourceTree = ""; }; CE0D5C46DAC6E6475ADEE87A8601A25F /* POPSpringSolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPSpringSolver.h; path = pop/POPSpringSolver.h; sourceTree = ""; }; - CE46CEDD332B7011600234C346A4003F /* Pods-TabBarPicker_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TabBarPicker_Example-umbrella.h"; sourceTree = ""; }; CF5420961A10DC2B4F9B46189C6E1001 /* Pods-TabBarPicker_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-TabBarPicker_Tests-acknowledgements.plist"; sourceTree = ""; }; D29115C7B51D59AB9CFBBF927D069DAB /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; D2D43A5A2C5C748416BA1C566EEC2930 /* pop-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "pop-Private.xcconfig"; sourceTree = ""; }; D2FCC54601ECBB62AE9A36A0D8BE3507 /* Pods-TabBarPicker_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-TabBarPicker_Example-frameworks.sh"; sourceTree = ""; }; - D3EBC2CFBEB2CB443D3A093015AFD4D6 /* pop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = pop.xcconfig; sourceTree = ""; }; D474B38CC3E00C0CBAD295F8A3FBA66E /* Pods-TabBarPicker_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-TabBarPicker_Tests-frameworks.sh"; sourceTree = ""; }; D512E3B6436A1426D782F6DC1DFD3E7D /* 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; }; + D51458B8F46FD6C6746405B499E404C5 /* PureLayout.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PureLayout.xcconfig; sourceTree = ""; }; D59AE80D8F830B2B594F27731251395F /* POPMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPMath.h; path = pop/POPMath.h; sourceTree = ""; }; DAE0AEB7B6CD1ED86E0DB49046266B5D /* POPLayerExtras.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPLayerExtras.mm; path = pop/POPLayerExtras.mm; sourceTree = ""; }; DAFA4BCE4B185A782DD016F84B3BE0CF /* PureLayout+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "PureLayout+Internal.h"; path = "PureLayout/PureLayout/PureLayout+Internal.h"; sourceTree = ""; }; DB1EE7FB0A32127BFDF50BF82107F0F4 /* POPAnimationTracerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationTracerInternal.h; path = pop/POPAnimationTracerInternal.h; sourceTree = ""; }; + DCD7E6574C7C26950B644E13277596B9 /* UIActionSheet-Blocks-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "UIActionSheet-Blocks-Private.xcconfig"; sourceTree = ""; }; DEFCECEAD24242A4D391D84B7417A5F0 /* Pods-TabBarPicker_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-TabBarPicker_Tests.modulemap"; sourceTree = ""; }; DFA088A284A23B3AC39221F16A6CB0D9 /* TransformationMatrix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TransformationMatrix.cpp; path = pop/WebCore/TransformationMatrix.cpp; sourceTree = ""; }; E1272C77ED4CCB0F280E4DFB2B75B7E1 /* TabBarItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TabBarItem.m; sourceTree = ""; }; E44E0425616E7E04E1AB9E751AA6AE53 /* FloatConversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FloatConversion.h; path = pop/WebCore/FloatConversion.h; sourceTree = ""; }; + E6071A8A1FC882289A416D3DCB73BF9C /* Pods-TabBarPicker_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-TabBarPicker_Example-dummy.m"; sourceTree = ""; }; E74ECC4D12B3ABD32F0D9603ABE541B8 /* MMCPSScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MMCPSScrollView.m; sourceTree = ""; }; E9B49BE5CA6EA26F192340AE3F2471BF /* pop-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "pop-dummy.m"; sourceTree = ""; }; EB6215B243DFD151285F9B12CE2368A2 /* POPDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPDefines.h; path = pop/POPDefines.h; sourceTree = ""; }; EBE7CFA8B928239B1CC73E2FC274AB17 /* UIButton+BackgroundColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIButton+BackgroundColor.h"; sourceTree = ""; }; ED289C824091E9CC3700069DEB5B7133 /* NSString+HexColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSString+HexColor.m"; sourceTree = ""; }; + EDE812C1C1189EB9B917A0E59FB7C5F4 /* pop.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = pop.modulemap; sourceTree = ""; }; EE3EC944F1DABE1BFA56ABCC8CE2A9F7 /* POP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POP.h; path = pop/POP.h; sourceTree = ""; }; EF2A7544C3995B3943AA4BC07DAB51D1 /* POPAnimationPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationPrivate.h; path = pop/POPAnimationPrivate.h; sourceTree = ""; }; + EFFF86131631ED94B1855A8DC9FADBC0 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; F47C77B6247FFF4294E595C4EBF035F5 /* POPVector.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPVector.mm; path = pop/POPVector.mm; sourceTree = ""; }; F628DCE86E47F4C94CFDEB115F7A6469 /* POPCGUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPCGUtils.mm; path = pop/POPCGUtils.mm; sourceTree = ""; }; - F734DA62746E7AC7FD2CFE5D80E55708 /* Pods-TabBarPicker_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-TabBarPicker_Example-dummy.m"; sourceTree = ""; }; FBE55426C8613986F9DE17C08EC4E7CF /* POPAnimationRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationRuntime.h; path = pop/POPAnimationRuntime.h; sourceTree = ""; }; + FC7511D42A46743BE371B7B01A6E89F3 /* UIAlertViewBlockExtension.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = UIAlertViewBlockExtension.modulemap; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ + 49A0A96D50E26826AF840B79E450008C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + E0D2D54F5DF6C392E767E2AF1129BBD0 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8520A48E45E6B6DC9EC9C8F684889FCE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 90129E00295631C4089C9A8A1EE6519F /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8D982826564F33040944F955F4866DBD /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -338,6 +416,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A91B8D6425530AC502B83B5E40CDE8BE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + AE112AF4A8298C9DA2C4D87F2FD0B06E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; AAAAA4342085DEFE61C54EF9A4F0AC88 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -346,14 +432,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - AC9EEAC58C6D20FD5C0254472F5D6ABD /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 95540F361B7B0ADA359C7E7FDD208D1D /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; AFD7844FFD6D5B623CA366A6697D1817 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -377,11 +455,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E73B0FCD0C69CDDDB4AE456D3E12BD2B /* Frameworks */ = { + FE4BBC387732232A2FD5DB5386A8BEAE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 108E0EDA81BB5E6B0343D317882BE687 /* Foundation.framework in Frameworks */, + ECAD2632FB8BE957B3FB21096943B3FE /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -403,31 +481,33 @@ path = "Example/Pods/Target Support Files/TabBarPicker"; sourceTree = ""; }; - 0CC341720DA3391596A41DBFC029A2AA /* Pods */ = { + 0ED7E39EFF306913E4C3D8F946D84146 /* Support Files */ = { isa = PBXGroup; children = ( - A2C47666731599FCB6D3E3CC764B23F3 /* PureLayout */, - 2A58384A3F8835553BCF09B629677A4A /* UIView-Overlay */, - B2799B31D52CA8B0CAFDDDFD216755A3 /* pop */, - ); - name = Pods; - sourceTree = ""; - }; - 122807F302738AE4899F7D3C75280210 /* Support Files */ = { - isa = PBXGroup; - children = ( - 7EC4CA78903DD6994C05A85DCF5F68DA /* Info.plist */, - 09D0BE9B95DC0AB1A10C5C5CBF007372 /* pop.modulemap */, - D3EBC2CFBEB2CB443D3A093015AFD4D6 /* pop.xcconfig */, + 600FCA011088B2DF371E21218156A7F6 /* Info.plist */, + EDE812C1C1189EB9B917A0E59FB7C5F4 /* pop.modulemap */, + 057958F38FCC99BBECF2AFCFE6C77BF0 /* pop.xcconfig */, D2D43A5A2C5C748416BA1C566EEC2930 /* pop-Private.xcconfig */, E9B49BE5CA6EA26F192340AE3F2471BF /* pop-dummy.m */, - B5CD98140029134DB60055E9C181F4CE /* pop-prefix.pch */, + 71B2C71E7FB812DD60E4B549ADCE1DAB /* pop-prefix.pch */, 407457717814B9F748F29AC5BADC4CE8 /* pop-umbrella.h */, ); name = "Support Files"; path = "../Target Support Files/pop"; sourceTree = ""; }; + 15F06DD8167DCF868A86BF895F4F1520 /* UIAlertViewBlockExtension */ = { + isa = PBXGroup; + children = ( + 52F326ECBD421558567D7D4D6DE746A2 /* AlertViewActionDispatcher.h */, + 29089DD2B4691C6A338790862F97B2EC /* AlertViewActionDispatcher.m */, + 58277D5C8D6A027E9F83DA57FD4CD4C4 /* UIAlertView+BlockExtension.h */, + 83921BCA321A4BCC93EA3DD5832C85BE /* UIAlertView+BlockExtension.m */, + D7B6B5E3E995D99D66EE07F8A17A1A97 /* Support Files */, + ); + path = UIAlertViewBlockExtension; + sourceTree = ""; + }; 25D183D5D94938DF2CA9CB42E5B7EB3A /* Targets Support Files */ = { isa = PBXGroup; children = ( @@ -438,16 +518,6 @@ name = "Targets Support Files"; sourceTree = ""; }; - 2A58384A3F8835553BCF09B629677A4A /* UIView-Overlay */ = { - isa = PBXGroup; - children = ( - B861FEB396B49AFBE01AC2B10E0ACAB5 /* UIView+Overlay.h */, - CBF36C9DEBBB22EE208BC6986E44F18B /* UIView+Overlay.m */, - 367B0AEA5A5B892E97114FB4088CA6CA /* Support Files */, - ); - path = "UIView-Overlay"; - sourceTree = ""; - }; 2B50D3C0ACD825270CCC306CD51D20E7 /* MMCPSScrollView */ = { isa = PBXGroup; children = ( @@ -457,19 +527,36 @@ path = MMCPSScrollView; sourceTree = ""; }; - 367B0AEA5A5B892E97114FB4088CA6CA /* Support Files */ = { + 3D7E75279251F070480BBDB1BCBFA6BA /* Support Files */ = { isa = PBXGroup; children = ( - BB49801C2A1FC4A6C872E30D1EBDF2D3 /* Info.plist */, - 5400657DC452384B43BD2099AC8BDC49 /* UIView-Overlay.modulemap */, - 56E7469FDD8353F98B7D18192EC48657 /* UIView-Overlay.xcconfig */, - C3978B4F00206A1AE1010E30F106D1F7 /* UIView-Overlay-Private.xcconfig */, - 967EC1A8094613A64436935A32CE393E /* UIView-Overlay-dummy.m */, - 2E30818E45DD33C5E4BDFDEE442335F8 /* UIView-Overlay-prefix.pch */, - A6809F9933FBA0B384C97E424F36A254 /* UIView-Overlay-umbrella.h */, + 09F0104F4C8F308E96ECD6870B17F847 /* Info.plist */, + 82DF04FACBE07C9562F9EDEF54676003 /* UIActionSheet-Blocks.modulemap */, + 761704FFCAD0CB5CCD6B93F25AD6AA17 /* UIActionSheet-Blocks.xcconfig */, + DCD7E6574C7C26950B644E13277596B9 /* UIActionSheet-Blocks-Private.xcconfig */, + 7A8FFBDEB63199AE8279A19F0D250C8E /* UIActionSheet-Blocks-dummy.m */, + 1245B4499EA33CBEE1C8AF99C76BA7E7 /* UIActionSheet-Blocks-prefix.pch */, + 8ADAF2F396F7D8A76FB8CD61DF2B3570 /* UIActionSheet-Blocks-umbrella.h */, ); name = "Support Files"; - path = "../Target Support Files/UIView-Overlay"; + path = "../Target Support Files/UIActionSheet-Blocks"; + sourceTree = ""; + }; + 43D2D8F6A1570E65EA8D2FD0D3CDF84C /* PureLayout */ = { + isa = PBXGroup; + children = ( + 13DC162AF7BEBCA584CAF9D9CEAD8319 /* ALView+PureLayout.h */, + 1F1993462D9F57783E626EE12A22DA6E /* ALView+PureLayout.m */, + 913E7306AD4E255661D418473382CF54 /* NSArray+PureLayout.h */, + C37744310F9F865551677E6AC8149112 /* NSArray+PureLayout.m */, + 9CD3AB8195F74BFC43D6997F61F6F298 /* NSLayoutConstraint+PureLayout.h */, + 090ED9CFCA52EB517831504E40655C5E /* NSLayoutConstraint+PureLayout.m */, + 6E05779740DB7A4882324BB0CC77FE83 /* PureLayout.h */, + DAFA4BCE4B185A782DD016F84B3BE0CF /* PureLayout+Internal.h */, + 0FBC3E333821E19620FAC1463F61C533 /* PureLayoutDefines.h */, + FB76E7FEC2ECF7409F45F54EF6097B77 /* Support Files */, + ); + path = PureLayout; sourceTree = ""; }; 53F661C0CA7190D2CF05023FB33D61E4 /* iOS */ = { @@ -487,12 +574,12 @@ A56413DB484A0F29380EE43337DA9DA8 /* Pods-TabBarPicker_Example.modulemap */, 633EE7D34BF44B52CE606FF762ECFDF4 /* Pods-TabBarPicker_Example-acknowledgements.markdown */, B272664DCD146C22996C135571D9379B /* Pods-TabBarPicker_Example-acknowledgements.plist */, - F734DA62746E7AC7FD2CFE5D80E55708 /* Pods-TabBarPicker_Example-dummy.m */, + E6071A8A1FC882289A416D3DCB73BF9C /* Pods-TabBarPicker_Example-dummy.m */, D2FCC54601ECBB62AE9A36A0D8BE3507 /* Pods-TabBarPicker_Example-frameworks.sh */, C6BAA705428D5D2A736281C39E74E46F /* Pods-TabBarPicker_Example-resources.sh */, - CE46CEDD332B7011600234C346A4003F /* Pods-TabBarPicker_Example-umbrella.h */, - 74C01BE8B9F51803976D94221A90D9B0 /* Pods-TabBarPicker_Example.debug.xcconfig */, - B79E8F04B0085DB7B07E18E9E4BF7165 /* Pods-TabBarPicker_Example.release.xcconfig */, + 4BCC05ECC95382C9EF2ACC119EFA5E28 /* Pods-TabBarPicker_Example-umbrella.h */, + 333488D10B952CEE843D891B0FD86586 /* Pods-TabBarPicker_Example.debug.xcconfig */, + 443DBE5EFC78E4DA3BA8009969AB82D3 /* Pods-TabBarPicker_Example.release.xcconfig */, ); name = "Pods-TabBarPicker_Example"; path = "Target Support Files/Pods-TabBarPicker_Example"; @@ -515,7 +602,7 @@ BA6428E9F66FD5A23C0A2E06ED26CD2F /* Podfile */, AFB4C340B813C5291DA6514C9847932B /* Development Pods */, BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */, - 0CC341720DA3391596A41DBFC029A2AA /* Pods */, + E69B7D7C8F8FD2E27AA620B8C522ED74 /* Pods */, CCA510CFBEA2D207524CDA0D73C3B561 /* Products */, 25D183D5D94938DF2CA9CB42E5B7EB3A /* Targets Support Files */, ); @@ -530,21 +617,6 @@ path = SharedLocationManager; sourceTree = ""; }; - 8E3BA7AF84CB1FD13CBE41AD45E2F68D /* Support Files */ = { - isa = PBXGroup; - children = ( - 56CBBA1282670189371B75E1895ADFC7 /* Info.plist */, - 4479B35E973BC64612AFE56A67C3A7E4 /* PureLayout.modulemap */, - 845F67AAF14F34F0F944FCABA8A1C95F /* PureLayout.xcconfig */, - CC4882E403503DE9288AF3969E260251 /* PureLayout-Private.xcconfig */, - 574DA8A9A0215386DE1A03D64F9ABA59 /* PureLayout-dummy.m */, - 76E4E222A31EB57B3FAE7BD127882279 /* PureLayout-prefix.pch */, - 17DA7E900B1E7945C8B8CE59D225F706 /* PureLayout-umbrella.h */, - ); - name = "Support Files"; - path = "../Target Support Files/PureLayout"; - sourceTree = ""; - }; 9AC469C3421DF2E3B1A8A25A16BEAFB4 /* Classes */ = { isa = PBXGroup; children = ( @@ -561,21 +633,14 @@ path = Classes; sourceTree = ""; }; - A2C47666731599FCB6D3E3CC764B23F3 /* PureLayout */ = { + 9D1F2F50171AF08BB58ABE54836384D0 /* UIActionSheet-Blocks */ = { isa = PBXGroup; children = ( - 13DC162AF7BEBCA584CAF9D9CEAD8319 /* ALView+PureLayout.h */, - 1F1993462D9F57783E626EE12A22DA6E /* ALView+PureLayout.m */, - 913E7306AD4E255661D418473382CF54 /* NSArray+PureLayout.h */, - C37744310F9F865551677E6AC8149112 /* NSArray+PureLayout.m */, - 9CD3AB8195F74BFC43D6997F61F6F298 /* NSLayoutConstraint+PureLayout.h */, - 090ED9CFCA52EB517831504E40655C5E /* NSLayoutConstraint+PureLayout.m */, - 6E05779740DB7A4882324BB0CC77FE83 /* PureLayout.h */, - DAFA4BCE4B185A782DD016F84B3BE0CF /* PureLayout+Internal.h */, - 0FBC3E333821E19620FAC1463F61C533 /* PureLayoutDefines.h */, - 8E3BA7AF84CB1FD13CBE41AD45E2F68D /* Support Files */, + 2C0C90B45384C64964081948268EA1CF /* UIActionSheet+Blocks.h */, + BFA0253EFF494DE91B9188C8142F6460 /* UIActionSheet+Blocks.m */, + 3D7E75279251F070480BBDB1BCBFA6BA /* Support Files */, ); - path = PureLayout; + path = "UIActionSheet-Blocks"; sourceTree = ""; }; A342E6BAF3DBF5CC8764C5D2DFC3C713 /* TabBarPicker */ = { @@ -596,7 +661,148 @@ name = "Development Pods"; sourceTree = ""; }; - B2799B31D52CA8B0CAFDDDFD216755A3 /* pop */ = { + BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = { + isa = PBXGroup; + children = ( + 53F661C0CA7190D2CF05023FB33D61E4 /* iOS */, + ); + name = Frameworks; + sourceTree = ""; + }; + BCF417F30A01D14929B24BCF9E2958DB /* Pods-TabBarPicker_Tests */ = { + isa = PBXGroup; + children = ( + 3C3F2CC5BA61A83A08179F1B5E6EC8EE /* Info.plist */, + DEFCECEAD24242A4D391D84B7417A5F0 /* Pods-TabBarPicker_Tests.modulemap */, + 08BA99EE1EB2BCFFBB80871284FBB089 /* Pods-TabBarPicker_Tests-acknowledgements.markdown */, + CF5420961A10DC2B4F9B46189C6E1001 /* Pods-TabBarPicker_Tests-acknowledgements.plist */, + B2C8FC99E26E968A362BE3183813868F /* Pods-TabBarPicker_Tests-dummy.m */, + D474B38CC3E00C0CBAD295F8A3FBA66E /* Pods-TabBarPicker_Tests-frameworks.sh */, + AB6C4481A0062CA32EB0EEFE44EE97B7 /* Pods-TabBarPicker_Tests-resources.sh */, + 8799FDC6BF3E75DA73CA794715159657 /* Pods-TabBarPicker_Tests-umbrella.h */, + 5C718BD2871FCA417AD91347C1E0D404 /* Pods-TabBarPicker_Tests.debug.xcconfig */, + A51DD204C7AF95C0483EF1E8C2F5FB7F /* Pods-TabBarPicker_Tests.release.xcconfig */, + ); + name = "Pods-TabBarPicker_Tests"; + path = "Target Support Files/Pods-TabBarPicker_Tests"; + sourceTree = ""; + }; + BFCAA1E6D10843057719E52727089A4E /* Support Files */ = { + isa = PBXGroup; + children = ( + EFFF86131631ED94B1855A8DC9FADBC0 /* Info.plist */, + 0904674A54C7A3F9B5ECCED4CE5462CA /* UIView-Overlay.modulemap */, + 4EA156B9D7B45653F7D72F9AD9677C8D /* UIView-Overlay.xcconfig */, + C3978B4F00206A1AE1010E30F106D1F7 /* UIView-Overlay-Private.xcconfig */, + 967EC1A8094613A64436935A32CE393E /* UIView-Overlay-dummy.m */, + 0E839404844309F95E6F89FA7F86A7C4 /* UIView-Overlay-prefix.pch */, + A6809F9933FBA0B384C97E424F36A254 /* UIView-Overlay-umbrella.h */, + ); + name = "Support Files"; + path = "../Target Support Files/UIView-Overlay"; + sourceTree = ""; + }; + C5E5D49215D38A6AA1E588A6676237A7 /* UIButton+BackgroundColor */ = { + isa = PBXGroup; + children = ( + EBE7CFA8B928239B1CC73E2FC274AB17 /* UIButton+BackgroundColor.h */, + 151D476EC8A8F451EAA5F3E69FC4757F /* UIButton+BackgroundColor.m */, + 84377DDAEA9C569BF6EBCF717BDE81E7 /* UIImage+Color.h */, + BAC2E2B2AD148D2E4BBC115DDA61EFD5 /* UIImage+Color.m */, + ); + path = "UIButton+BackgroundColor"; + sourceTree = ""; + }; + CCA510CFBEA2D207524CDA0D73C3B561 /* Products */ = { + isa = PBXGroup; + children = ( + 4470612A0D7507992168F3515906A198 /* Pods.framework */, + 9690E74815183E50D72844E517799F05 /* Pods_TabBarPicker_Example.framework */, + 3D833E7748B3655AA714241999C94DC4 /* Pods_TabBarPicker_Tests.framework */, + 34BE0BA12096455AB6760CFDF1005D58 /* PureLayout.framework */, + 4CD19F38BD35C5439EA45425BF343692 /* TabBarPicker.bundle */, + 3C16B835C951C428E453293C841C3377 /* TabBarPicker.framework */, + 91FA5CA09CACBC560BDE8C375A8ECF48 /* UIActionSheet_Blocks.framework */, + 0A711227966BA949140D7F5462CB2606 /* UIAlertViewBlockExtension.framework */, + A08C793E1F109494ED9A12FB0A0E9469 /* UIView_Overlay.framework */, + 17F13764CB2CA131B25559F8C59ADD62 /* pop.framework */, + ); + name = Products; + sourceTree = ""; + }; + D0E2FF8F9198BEC6A168786BD54C0161 /* UIView-Overlay */ = { + isa = PBXGroup; + children = ( + B861FEB396B49AFBE01AC2B10E0ACAB5 /* UIView+Overlay.h */, + CBF36C9DEBBB22EE208BC6986E44F18B /* UIView+Overlay.m */, + BFCAA1E6D10843057719E52727089A4E /* Support Files */, + ); + path = "UIView-Overlay"; + sourceTree = ""; + }; + D32A21F857D4479FF01EE37CF833E9CD /* NSString+HexColor */ = { + isa = PBXGroup; + children = ( + 5198D727327607E4FCEA3F8B223AE56C /* NSString+HexColor.h */, + ED289C824091E9CC3700069DEB5B7133 /* NSString+HexColor.m */, + ); + path = "NSString+HexColor"; + sourceTree = ""; + }; + D7B6B5E3E995D99D66EE07F8A17A1A97 /* Support Files */ = { + isa = PBXGroup; + children = ( + AD91FEA622F6A8F0C0B30214CAA1FC2F /* Info.plist */, + FC7511D42A46743BE371B7B01A6E89F3 /* UIAlertViewBlockExtension.modulemap */, + B3CC14A2C07C0EC7200575FC791BE81F /* UIAlertViewBlockExtension.xcconfig */, + 7B047E646DE63EE4A046561F085AB400 /* UIAlertViewBlockExtension-Private.xcconfig */, + 0C4CA99AF612C24DED5E74B745FC1344 /* UIAlertViewBlockExtension-dummy.m */, + 2B28537792C819C671A3C1B784BBD2E1 /* UIAlertViewBlockExtension-prefix.pch */, + 01275C738EEBB0C959DF5D5840BBF280 /* UIAlertViewBlockExtension-umbrella.h */, + ); + name = "Support Files"; + path = "../Target Support Files/UIAlertViewBlockExtension"; + sourceTree = ""; + }; + DB7A392AE20A92DE460668D10ACDC19F /* Pods */ = { + isa = PBXGroup; + children = ( + D29115C7B51D59AB9CFBBF927D069DAB /* Info.plist */, + B2781EC2F90E0368E9A2C0DEAA9E2D8E /* Pods.modulemap */, + A4829611B42E013AE869D1D4399022C9 /* Pods-acknowledgements.markdown */, + 2D4A93EFD78DA51324BCEB8E21CF837C /* Pods-acknowledgements.plist */, + 7F343D98F46F354D1807A1F52E6E36AD /* Pods-dummy.m */, + 06FE8FFCBA729815B9AF16CB892A8708 /* Pods-frameworks.sh */, + 8ECA1560097ECE6BE55C9A9F8FE9A481 /* Pods-resources.sh */, + 675CC0337FE68D69EEB51AF67E30F8E3 /* Pods-umbrella.h */, + 406E546B7EE79DC9406C0B0D50DCE847 /* Pods.debug.xcconfig */, + 6F38C68DF8E83372339E86F5FA718023 /* Pods.release.xcconfig */, + ); + name = Pods; + path = "Target Support Files/Pods"; + sourceTree = ""; + }; + E69B7D7C8F8FD2E27AA620B8C522ED74 /* Pods */ = { + isa = PBXGroup; + children = ( + 43D2D8F6A1570E65EA8D2FD0D3CDF84C /* PureLayout */, + 9D1F2F50171AF08BB58ABE54836384D0 /* UIActionSheet-Blocks */, + 15F06DD8167DCF868A86BF895F4F1520 /* UIAlertViewBlockExtension */, + D0E2FF8F9198BEC6A168786BD54C0161 /* UIView-Overlay */, + F926170430CF077216CC9DF35338E8A6 /* pop */, + ); + name = Pods; + sourceTree = ""; + }; + F8F2526D81FAB6C81731BCF9D9B94F11 /* Pod */ = { + isa = PBXGroup; + children = ( + 9AC469C3421DF2E3B1A8A25A16BEAFB4 /* Classes */, + ); + path = Pod; + sourceTree = ""; + }; + F926170430CF077216CC9DF35338E8A6 /* pop */ = { isa = PBXGroup; children = ( E44E0425616E7E04E1AB9E751AA6AE53 /* FloatConversion.h */, @@ -650,106 +856,44 @@ DFA088A284A23B3AC39221F16A6CB0D9 /* TransformationMatrix.cpp */, C3C90B76A43FA38EA58794A9C84FD81D /* TransformationMatrix.h */, 5A5E9FAC402EFB3AA4E84A2D8D436956 /* UnitBezier.h */, - 122807F302738AE4899F7D3C75280210 /* Support Files */, + 0ED7E39EFF306913E4C3D8F946D84146 /* Support Files */, ); path = pop; sourceTree = ""; }; - BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = { + FB76E7FEC2ECF7409F45F54EF6097B77 /* Support Files */ = { isa = PBXGroup; children = ( - 53F661C0CA7190D2CF05023FB33D61E4 /* iOS */, + 46BFF97BA8EC2F3F88ADE5237D31312F /* Info.plist */, + C8B69475707149C2FE67DE55C7262439 /* PureLayout.modulemap */, + D51458B8F46FD6C6746405B499E404C5 /* PureLayout.xcconfig */, + CC4882E403503DE9288AF3969E260251 /* PureLayout-Private.xcconfig */, + 574DA8A9A0215386DE1A03D64F9ABA59 /* PureLayout-dummy.m */, + 2AA71E3B0198B726B6ACF8717C003825 /* PureLayout-prefix.pch */, + 17DA7E900B1E7945C8B8CE59D225F706 /* PureLayout-umbrella.h */, ); - name = Frameworks; - sourceTree = ""; - }; - BCF417F30A01D14929B24BCF9E2958DB /* Pods-TabBarPicker_Tests */ = { - isa = PBXGroup; - children = ( - 3C3F2CC5BA61A83A08179F1B5E6EC8EE /* Info.plist */, - DEFCECEAD24242A4D391D84B7417A5F0 /* Pods-TabBarPicker_Tests.modulemap */, - 08BA99EE1EB2BCFFBB80871284FBB089 /* Pods-TabBarPicker_Tests-acknowledgements.markdown */, - CF5420961A10DC2B4F9B46189C6E1001 /* Pods-TabBarPicker_Tests-acknowledgements.plist */, - B2C8FC99E26E968A362BE3183813868F /* Pods-TabBarPicker_Tests-dummy.m */, - D474B38CC3E00C0CBAD295F8A3FBA66E /* Pods-TabBarPicker_Tests-frameworks.sh */, - AB6C4481A0062CA32EB0EEFE44EE97B7 /* Pods-TabBarPicker_Tests-resources.sh */, - 8799FDC6BF3E75DA73CA794715159657 /* Pods-TabBarPicker_Tests-umbrella.h */, - 5C718BD2871FCA417AD91347C1E0D404 /* Pods-TabBarPicker_Tests.debug.xcconfig */, - A51DD204C7AF95C0483EF1E8C2F5FB7F /* Pods-TabBarPicker_Tests.release.xcconfig */, - ); - name = "Pods-TabBarPicker_Tests"; - path = "Target Support Files/Pods-TabBarPicker_Tests"; - sourceTree = ""; - }; - C5E5D49215D38A6AA1E588A6676237A7 /* UIButton+BackgroundColor */ = { - isa = PBXGroup; - children = ( - EBE7CFA8B928239B1CC73E2FC274AB17 /* UIButton+BackgroundColor.h */, - 151D476EC8A8F451EAA5F3E69FC4757F /* UIButton+BackgroundColor.m */, - 84377DDAEA9C569BF6EBCF717BDE81E7 /* UIImage+Color.h */, - BAC2E2B2AD148D2E4BBC115DDA61EFD5 /* UIImage+Color.m */, - ); - path = "UIButton+BackgroundColor"; - sourceTree = ""; - }; - CCA510CFBEA2D207524CDA0D73C3B561 /* Products */ = { - isa = PBXGroup; - children = ( - A5DFF9EFCD54000B6153CA3F5DE69BC4 /* Pods.framework */, - 5E359F9185BEAD84D8CE15A4D0B4B472 /* Pods_TabBarPicker_Example.framework */, - 3D833E7748B3655AA714241999C94DC4 /* Pods_TabBarPicker_Tests.framework */, - 34BE0BA12096455AB6760CFDF1005D58 /* PureLayout.framework */, - 4CD19F38BD35C5439EA45425BF343692 /* TabBarPicker.bundle */, - 3C16B835C951C428E453293C841C3377 /* TabBarPicker.framework */, - A08C793E1F109494ED9A12FB0A0E9469 /* UIView_Overlay.framework */, - 17F13764CB2CA131B25559F8C59ADD62 /* pop.framework */, - ); - name = Products; - sourceTree = ""; - }; - D32A21F857D4479FF01EE37CF833E9CD /* NSString+HexColor */ = { - isa = PBXGroup; - children = ( - 5198D727327607E4FCEA3F8B223AE56C /* NSString+HexColor.h */, - ED289C824091E9CC3700069DEB5B7133 /* NSString+HexColor.m */, - ); - path = "NSString+HexColor"; - sourceTree = ""; - }; - DB7A392AE20A92DE460668D10ACDC19F /* Pods */ = { - isa = PBXGroup; - children = ( - D29115C7B51D59AB9CFBBF927D069DAB /* Info.plist */, - B2781EC2F90E0368E9A2C0DEAA9E2D8E /* Pods.modulemap */, - A4829611B42E013AE869D1D4399022C9 /* Pods-acknowledgements.markdown */, - 2D4A93EFD78DA51324BCEB8E21CF837C /* Pods-acknowledgements.plist */, - 9326A1634F9D8759718BF9F5AE1342E8 /* Pods-dummy.m */, - 06FE8FFCBA729815B9AF16CB892A8708 /* Pods-frameworks.sh */, - 8ECA1560097ECE6BE55C9A9F8FE9A481 /* Pods-resources.sh */, - 12B38B170D3912EDE7922B720C20619D /* Pods-umbrella.h */, - 86E5E9B8FECE12A7A4E167D580EFC67B /* Pods.debug.xcconfig */, - 3C02A77BF4130FE56E0F02566F747AD2 /* Pods.release.xcconfig */, - ); - name = Pods; - path = "Target Support Files/Pods"; - sourceTree = ""; - }; - F8F2526D81FAB6C81731BCF9D9B94F11 /* Pod */ = { - isa = PBXGroup; - children = ( - 9AC469C3421DF2E3B1A8A25A16BEAFB4 /* Classes */, - ); - path = Pod; + name = "Support Files"; + path = "../Target Support Files/PureLayout"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 7E48A959C6852B35F3EB10C01C5C0188 /* Headers */ = { + 2C28C0C73535E30F239A7DBA44B9ACC2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 11C5B9474617E9D2DB312798E38A2DC9 /* Pods-umbrella.h in Headers */, + CD4768AAB960B0210D029E470E5D4640 /* Pods-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 681AFEB133F48BA93DA624F1391E3255 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 761477C8633300B1495BAA4EBF93527A /* AlertViewActionDispatcher.h in Headers */, + 1904012DCB9E2E0F904199387E995946 /* UIAlertView+BlockExtension.h in Headers */, + E51881B12C8967AC6332B313DA6FBF5F /* UIAlertViewBlockExtension-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -794,11 +938,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C00D79ECDAC73A0C38552A990C82F56F /* Headers */ = { + C8CDB2F71BF69BF321BBA4B599031218 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 4EBD0FC5A72489379615C5E2E3A9C03D /* Pods-TabBarPicker_Example-umbrella.h in Headers */, + 64936125353B370402AC7A2390B2319B /* Pods-TabBarPicker_Example-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -819,6 +963,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D23B652DCFF352C90CB48E8F226C8C75 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 50E1538F1556D387C5164A072FC23570 /* UIActionSheet+Blocks.h in Headers */, + 6821181ABC8D74220E7B8667CA488482 /* UIActionSheet-Blocks-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; D6A8EB0B19838A8E6F05524B3A33BF15 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -853,27 +1006,6 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 02B85A901C978E0651A76D08AD317C82 /* Pods-TabBarPicker_Example */ = { - isa = PBXNativeTarget; - buildConfigurationList = 2B10C739C4CC85FE1BE4140241D8548B /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example" */; - buildPhases = ( - C174BA4E26F85DF204DC43D6E023477E /* Sources */, - AC9EEAC58C6D20FD5C0254472F5D6ABD /* Frameworks */, - C00D79ECDAC73A0C38552A990C82F56F /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - 1E6DB4ADD8E4F56131BF9CAB4F13D6BF /* PBXTargetDependency */, - 53E7F8729FC986EE540050643AD0E415 /* PBXTargetDependency */, - E124F360BE28DC21A6F1DD0F2AF89D2F /* PBXTargetDependency */, - 2D2FEF8E39272D422784ABBE1FFEDF86 /* PBXTargetDependency */, - ); - name = "Pods-TabBarPicker_Example"; - productName = "Pods-TabBarPicker_Example"; - productReference = 5E359F9185BEAD84D8CE15A4D0B4B472 /* Pods_TabBarPicker_Example.framework */; - productType = "com.apple.product-type.framework"; - }; 0B43C8BA292D04592FCAA7AB434DD80C /* TabBarPicker */ = { isa = PBXNativeTarget; buildConfigurationList = EA9B566CC07BD9C0890426A19B907D94 /* Build configuration list for PBXNativeTarget "TabBarPicker" */; @@ -886,7 +1018,7 @@ buildRules = ( ); dependencies = ( - 4ACBE616CF3D2242EFDF2DF55B55BF5C /* PBXTargetDependency */, + C3345A82F0B69FB504B9BE68810BCDFA /* PBXTargetDependency */, ); name = TabBarPicker; productName = TabBarPicker; @@ -921,7 +1053,7 @@ buildRules = ( ); dependencies = ( - 4C87918BA58D1D2EC71689576920C36D /* PBXTargetDependency */, + 7CCFCA3730A3048294DF40C61BF63C0D /* PBXTargetDependency */, ); name = "Pods-TabBarPicker_Tests"; productName = "Pods-TabBarPicker_Tests"; @@ -945,6 +1077,27 @@ productReference = 17F13764CB2CA131B25559F8C59ADD62 /* pop.framework */; productType = "com.apple.product-type.framework"; }; + 4A6BFDA160089EECBB532DEF25DFFD46 /* Pods */ = { + isa = PBXNativeTarget; + buildConfigurationList = 175C1671DE8DF78A2BB701210E1279E8 /* Build configuration list for PBXNativeTarget "Pods" */; + buildPhases = ( + 96B6098F0DAB31B2F5FD2ED16EE2EF21 /* Sources */, + A91B8D6425530AC502B83B5E40CDE8BE /* Frameworks */, + 2C28C0C73535E30F239A7DBA44B9ACC2 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + A6DD22ABB2393DAD641B588D1A9D87E7 /* PBXTargetDependency */, + 83B8BBBFDFFA75C48A6E596CAFB262D4 /* PBXTargetDependency */, + 1BD795CEBD560087FCB23185F96F9EC9 /* PBXTargetDependency */, + F60977E207F8E11EC03DA8CBE382B3FD /* PBXTargetDependency */, + ); + name = Pods; + productName = Pods; + productReference = 4470612A0D7507992168F3515906A198 /* Pods.framework */; + productType = "com.apple.product-type.framework"; + }; 8240A687A12B3496C485DFBEB80E79E2 /* PureLayout */ = { isa = PBXNativeTarget; buildConfigurationList = 29946541803109559D5B69F86E5F2398 /* Build configuration list for PBXNativeTarget "PureLayout" */; @@ -979,23 +1132,61 @@ productReference = 4CD19F38BD35C5439EA45425BF343692 /* TabBarPicker.bundle */; productType = "com.apple.product-type.bundle"; }; - FFB59F3179C8BDA9D0F4229CBA2D227B /* Pods */ = { + B8AFD9D9A9DD2282FC523C9360E3FD0B /* UIActionSheet-Blocks */ = { isa = PBXNativeTarget; - buildConfigurationList = B406DCC2604A6093F81FC863CD22CF3F /* Build configuration list for PBXNativeTarget "Pods" */; + buildConfigurationList = BD3F55213383B9BEE2D792B92C8444F3 /* Build configuration list for PBXNativeTarget "UIActionSheet-Blocks" */; buildPhases = ( - 58AF9A0D8F1459FE0E44084A67CBCB78 /* Sources */, - E73B0FCD0C69CDDDB4AE456D3E12BD2B /* Frameworks */, - 7E48A959C6852B35F3EB10C01C5C0188 /* Headers */, + D006587E6C0DA708CEC302059C451959 /* Sources */, + FE4BBC387732232A2FD5DB5386A8BEAE /* Frameworks */, + D23B652DCFF352C90CB48E8F226C8C75 /* Headers */, ); buildRules = ( ); dependencies = ( - 94F9B9912FD5C449AF656F780E2958DD /* PBXTargetDependency */, - 78739E10EACFB20BE6EF8078A3D971B6 /* PBXTargetDependency */, ); - name = Pods; - productName = Pods; - productReference = A5DFF9EFCD54000B6153CA3F5DE69BC4 /* Pods.framework */; + name = "UIActionSheet-Blocks"; + productName = "UIActionSheet-Blocks"; + productReference = 91FA5CA09CACBC560BDE8C375A8ECF48 /* UIActionSheet_Blocks.framework */; + productType = "com.apple.product-type.framework"; + }; + C0BF957FAF71CC8A3C616196CE12BE11 /* UIAlertViewBlockExtension */ = { + isa = PBXNativeTarget; + buildConfigurationList = 60057E35165E3A3DD5D4B7A745F8780E /* Build configuration list for PBXNativeTarget "UIAlertViewBlockExtension" */; + buildPhases = ( + 994089B93207B88DE067D1C8D98E0035 /* Sources */, + 8520A48E45E6B6DC9EC9C8F684889FCE /* Frameworks */, + 681AFEB133F48BA93DA624F1391E3255 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = UIAlertViewBlockExtension; + productName = UIAlertViewBlockExtension; + productReference = 0A711227966BA949140D7F5462CB2606 /* UIAlertViewBlockExtension.framework */; + productType = "com.apple.product-type.framework"; + }; + D3633C837B833BC0E5216A998BCA1A83 /* Pods-TabBarPicker_Example */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1D9AF43A7C3FCCA54B4626FE257768E9 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example" */; + buildPhases = ( + 435EADCFFDF6D06D2E076052B1A86634 /* Sources */, + 49A0A96D50E26826AF840B79E450008C /* Frameworks */, + C8CDB2F71BF69BF321BBA4B599031218 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + 1B1776404F4F6D17A344E94C2598E9C8 /* PBXTargetDependency */, + 8C881F00330A91E3FB6D0D432752061C /* PBXTargetDependency */, + 59AD200419C8E26272159EF58D8358A3 /* PBXTargetDependency */, + 830ACCC3BA12B1428631B8CB054B40A0 /* PBXTargetDependency */, + 7D1B6C595AD4DBA341CB1D70D7E4C53C /* PBXTargetDependency */, + 49F431A4869DECEA381AEE266DB79DFF /* PBXTargetDependency */, + ); + name = "Pods-TabBarPicker_Example"; + productName = "Pods-TabBarPicker_Example"; + productReference = 9690E74815183E50D72844E517799F05 /* Pods_TabBarPicker_Example.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ @@ -1019,12 +1210,14 @@ projectDirPath = ""; projectRoot = ""; targets = ( - FFB59F3179C8BDA9D0F4229CBA2D227B /* Pods */, - 02B85A901C978E0651A76D08AD317C82 /* Pods-TabBarPicker_Example */, + 4A6BFDA160089EECBB532DEF25DFFD46 /* Pods */, + D3633C837B833BC0E5216A998BCA1A83 /* Pods-TabBarPicker_Example */, 32560F18B1ECECAEDFCE9D7F91247BDF /* Pods-TabBarPicker_Tests */, 8240A687A12B3496C485DFBEB80E79E2 /* PureLayout */, 0B43C8BA292D04592FCAA7AB434DD80C /* TabBarPicker */, A3EDD948F9BE0382C98E8FCC6F145936 /* TabBarPicker-TabBarPicker */, + B8AFD9D9A9DD2282FC523C9360E3FD0B /* UIActionSheet-Blocks */, + C0BF957FAF71CC8A3C616196CE12BE11 /* UIAlertViewBlockExtension */, 31D04736AA8F72A7EDD28D5A60339B0F /* UIView-Overlay */, 3DA374BB5346C86BB9E37D7D8A3F9705 /* pop */, ); @@ -1093,6 +1286,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 435EADCFFDF6D06D2E076052B1A86634 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B86832123B4DFE5CE180B18C4CAF0C8E /* Pods-TabBarPicker_Example-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 4DBEC0C05151203AA53BFE2A2B3389D4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -1100,19 +1301,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 58AF9A0D8F1459FE0E44084A67CBCB78 /* Sources */ = { + 96B6098F0DAB31B2F5FD2ED16EE2EF21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3329AF43344F94C2DD9A49EB23068CE8 /* Pods-dummy.m in Sources */, + 8307CAD078138F1D1381C26992A80FE5 /* Pods-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - C174BA4E26F85DF204DC43D6E023477E /* Sources */ = { + 994089B93207B88DE067D1C8D98E0035 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6E03012F2843C461762C74A9A046EF2E /* Pods-TabBarPicker_Example-dummy.m in Sources */, + 7722493DFDD6EC5317378CCA6C5F6C5B /* AlertViewActionDispatcher.m in Sources */, + 916A29561C3E959D2829BCE7E31BC5DE /* UIAlertView+BlockExtension.m in Sources */, + 09D38304BB76CB9194061FF21B54687F /* UIAlertViewBlockExtension-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1133,6 +1336,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D006587E6C0DA708CEC302059C451959 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5399D919350C1DA1537C5307762FC7D4 /* UIActionSheet+Blocks.m in Sources */, + 2773E86D775C65479A4FC871ECCF322B /* UIActionSheet-Blocks-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; F81A6CC9F7C1459BB6E1B159EB93EB03 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -1147,57 +1359,110 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 1E6DB4ADD8E4F56131BF9CAB4F13D6BF /* PBXTargetDependency */ = { + 1B1776404F4F6D17A344E94C2598E9C8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = PureLayout; target = 8240A687A12B3496C485DFBEB80E79E2 /* PureLayout */; - targetProxy = F1E65B36CE83A735C24042E5B005DB98 /* PBXContainerItemProxy */; + targetProxy = BFD6B69F1954471793C25AA47BF47984 /* PBXContainerItemProxy */; }; - 2D2FEF8E39272D422784ABBE1FFEDF86 /* PBXTargetDependency */ = { + 1BD795CEBD560087FCB23185F96F9EC9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UIAlertViewBlockExtension; + target = C0BF957FAF71CC8A3C616196CE12BE11 /* UIAlertViewBlockExtension */; + targetProxy = C20F0D51880A805056D8DD360E87BB89 /* PBXContainerItemProxy */; + }; + 49F431A4869DECEA381AEE266DB79DFF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = pop; target = 3DA374BB5346C86BB9E37D7D8A3F9705 /* pop */; - targetProxy = 6DC4045376991B2F4FE77D1CFF871503 /* PBXContainerItemProxy */; + targetProxy = 5B21EDF65D581DDBCE165947B38A8EC8 /* PBXContainerItemProxy */; }; - 4ACBE616CF3D2242EFDF2DF55B55BF5C /* PBXTargetDependency */ = { + 59AD200419C8E26272159EF58D8358A3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "TabBarPicker-TabBarPicker"; - target = A3EDD948F9BE0382C98E8FCC6F145936 /* TabBarPicker-TabBarPicker */; - targetProxy = 718DAA8C463F278C51EFAE2FE4DBB153 /* PBXContainerItemProxy */; + name = "UIActionSheet-Blocks"; + target = B8AFD9D9A9DD2282FC523C9360E3FD0B /* UIActionSheet-Blocks */; + targetProxy = ACBE1C00D7835522A99B7823A65EE366 /* PBXContainerItemProxy */; }; - 4C87918BA58D1D2EC71689576920C36D /* PBXTargetDependency */ = { + 7CCFCA3730A3048294DF40C61BF63C0D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = TabBarPicker; target = 0B43C8BA292D04592FCAA7AB434DD80C /* TabBarPicker */; - targetProxy = 2422694340FEE734A32BAEADDC2EDAA1 /* PBXContainerItemProxy */; + targetProxy = C0EC88B859F3AC62E2FF2F63C5EED979 /* PBXContainerItemProxy */; }; - 53E7F8729FC986EE540050643AD0E415 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TabBarPicker; - target = 0B43C8BA292D04592FCAA7AB434DD80C /* TabBarPicker */; - targetProxy = 9EB5C63E5A8712567D26F5DDF85E9408 /* PBXContainerItemProxy */; - }; - 78739E10EACFB20BE6EF8078A3D971B6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = pop; - target = 3DA374BB5346C86BB9E37D7D8A3F9705 /* pop */; - targetProxy = 4F92234C46EF40937512047DE1C68200 /* PBXContainerItemProxy */; - }; - 94F9B9912FD5C449AF656F780E2958DD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PureLayout; - target = 8240A687A12B3496C485DFBEB80E79E2 /* PureLayout */; - targetProxy = 54E7978A31596E0942D9395655EB6B6B /* PBXContainerItemProxy */; - }; - E124F360BE28DC21A6F1DD0F2AF89D2F /* PBXTargetDependency */ = { + 7D1B6C595AD4DBA341CB1D70D7E4C53C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "UIView-Overlay"; target = 31D04736AA8F72A7EDD28D5A60339B0F /* UIView-Overlay */; - targetProxy = 083B093D10F9DF2FDAD39AE5222A2FB2 /* PBXContainerItemProxy */; + targetProxy = B47859329A14B07C93E9F50FD5839803 /* PBXContainerItemProxy */; + }; + 830ACCC3BA12B1428631B8CB054B40A0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UIAlertViewBlockExtension; + target = C0BF957FAF71CC8A3C616196CE12BE11 /* UIAlertViewBlockExtension */; + targetProxy = 1156D619B3818E297D0D12E9548FE9C6 /* PBXContainerItemProxy */; + }; + 83B8BBBFDFFA75C48A6E596CAFB262D4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "UIActionSheet-Blocks"; + target = B8AFD9D9A9DD2282FC523C9360E3FD0B /* UIActionSheet-Blocks */; + targetProxy = CE7788D9F3896FA98A2BFE332E9A531E /* PBXContainerItemProxy */; + }; + 8C881F00330A91E3FB6D0D432752061C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TabBarPicker; + target = 0B43C8BA292D04592FCAA7AB434DD80C /* TabBarPicker */; + targetProxy = 9904DE571308F6DB1539A36EDE7EF689 /* PBXContainerItemProxy */; + }; + A6DD22ABB2393DAD641B588D1A9D87E7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PureLayout; + target = 8240A687A12B3496C485DFBEB80E79E2 /* PureLayout */; + targetProxy = 4A6726B6AB132BED7AA77B26F94A3AFB /* PBXContainerItemProxy */; + }; + C3345A82F0B69FB504B9BE68810BCDFA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "TabBarPicker-TabBarPicker"; + target = A3EDD948F9BE0382C98E8FCC6F145936 /* TabBarPicker-TabBarPicker */; + targetProxy = BE0EA4BEE4746C80AA92E99613AC8AC2 /* PBXContainerItemProxy */; + }; + F60977E207F8E11EC03DA8CBE382B3FD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = pop; + target = 3DA374BB5346C86BB9E37D7D8A3F9705 /* pop */; + targetProxy = 39BEC4C359890CC3BD92704DA1A15F77 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ + 12A8CF0DE46BF15B3D68E949F01AB750 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6F38C68DF8E83372339E86F5FA718023 /* Pods.release.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 = NO; + 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 = Release; + }; 13E6E78F0B8C8788746F00FCD7A371A3 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 8DB3F2E1C8B7BF5C0D77433F80F485E1 /* TabBarPicker-Private.xcconfig */; @@ -1225,27 +1490,52 @@ }; name = Release; }; - 2066CCDBDB87AD21E4D2D89AC51217E8 /* Release */ = { + 1C9FA543C94D156F43CEE8F23385C863 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3C02A77BF4130FE56E0F02566F747AD2 /* Pods.release.xcconfig */; + baseConfigurationReference = 7B047E646DE63EE4A046561F085AB400 /* UIAlertViewBlockExtension-Private.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 1.0.1; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; + DYLIB_CURRENT_VERSION = "$(CURRENT_PROJECT_VERSION)"; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - INFOPLIST_FILE = "Target Support Files/Pods/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/UIAlertViewBlockExtension/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"; + MODULEMAP_FILE = "Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = UIAlertViewBlockExtension; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 24DECBB0590DD2AF1FCD1DD191E5B915 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7B047E646DE63EE4A046561F085AB400 /* UIAlertViewBlockExtension-Private.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1.0.1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = "$(CURRENT_PROJECT_VERSION)"; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_PREFIX_HEADER = "Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/UIAlertViewBlockExtension/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/UIAlertViewBlockExtension/UIAlertViewBlockExtension.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_NAME = Pods; + PRODUCT_NAME = UIAlertViewBlockExtension; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -1322,38 +1612,36 @@ }; name = Release; }; - 53716082E729E9D4B839C6220614FB54 /* Release */ = { + 53E1187E7E2FC0CE81B4FEAA9D4DD937 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B79E8F04B0085DB7B07E18E9E4BF7165 /* Pods-TabBarPicker_Example.release.xcconfig */; + baseConfigurationReference = DCD7E6574C7C26950B644E13277596B9 /* UIActionSheet-Blocks-Private.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 1.0.1; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; + DYLIB_CURRENT_VERSION = "$(CURRENT_PROJECT_VERSION)"; 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/UIActionSheet-Blocks/UIActionSheet-Blocks-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/UIActionSheet-Blocks/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 = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_NAME = Pods_TabBarPicker_Example; + MODULEMAP_FILE = "Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = UIActionSheet_Blocks; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 6664CA7E751349755DD09C170467FE20 /* Debug */ = { + 5767727F4F38CBE1C9DD9C4FF2BD9A22 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 86E5E9B8FECE12A7A4E167D580EFC67B /* Pods.debug.xcconfig */; + baseConfigurationReference = 406E546B7EE79DC9406C0B0D50DCE847 /* Pods.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -1461,6 +1749,33 @@ }; name = Release; }; + A3EA8BA3EEF5D8383449AD2308D07B46 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DCD7E6574C7C26950B644E13277596B9 /* UIActionSheet-Blocks-Private.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1.0.1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = "$(CURRENT_PROJECT_VERSION)"; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_PREFIX_HEADER = "Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/UIActionSheet-Blocks/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/UIActionSheet-Blocks/UIActionSheet-Blocks.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = UIActionSheet_Blocks; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; A70CDAD61F90AC503C7D04CC22DA2923 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -1529,6 +1844,35 @@ }; name = Release; }; + B1D559EFFEBE652B8570A7A9349AA9F7 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 333488D10B952CEE843D891B0FD86586 /* Pods-TabBarPicker_Example.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_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/Pods-TabBarPicker_Example.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_NAME = Pods_TabBarPicker_Example; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; DB5C373F43D2E2027D3302E3EB9783D7 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = CC4882E403503DE9288AF3969E260251 /* PureLayout-Private.xcconfig */; @@ -1622,9 +1966,9 @@ }; name = Debug; }; - F23676D4918F605972662730CEDD3AC6 /* Debug */ = { + ECF1A9B9D8C70242FB9C205AA8093EB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 74C01BE8B9F51803976D94221A90D9B0 /* Pods-TabBarPicker_Example.debug.xcconfig */; + baseConfigurationReference = 443DBE5EFC78E4DA3BA8009969AB82D3 /* Pods-TabBarPicker_Example.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -1638,7 +1982,7 @@ 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; + MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -1649,7 +1993,7 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; FB45FFD90572718D82AB9092B750F0CA /* Release */ = { isa = XCBuildConfiguration; @@ -1688,6 +2032,24 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ + 175C1671DE8DF78A2BB701210E1279E8 /* Build configuration list for PBXNativeTarget "Pods" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5767727F4F38CBE1C9DD9C4FF2BD9A22 /* Debug */, + 12A8CF0DE46BF15B3D68E949F01AB750 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1D9AF43A7C3FCCA54B4626FE257768E9 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B1D559EFFEBE652B8570A7A9349AA9F7 /* Debug */, + ECF1A9B9D8C70242FB9C205AA8093EB1 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 24BE35686B3092A5E39AB603AB9548D8 /* Build configuration list for PBXNativeTarget "UIView-Overlay" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -1706,15 +2068,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2B10C739C4CC85FE1BE4140241D8548B /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Example" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F23676D4918F605972662730CEDD3AC6 /* Debug */, - 53716082E729E9D4B839C6220614FB54 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -1742,6 +2095,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 60057E35165E3A3DD5D4B7A745F8780E /* Build configuration list for PBXNativeTarget "UIAlertViewBlockExtension" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1C9FA543C94D156F43CEE8F23385C863 /* Debug */, + 24DECBB0590DD2AF1FCD1DD191E5B915 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 630E7CF328E5A22E649CE1101654AE09 /* Build configuration list for PBXNativeTarget "Pods-TabBarPicker_Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -1751,11 +2113,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B406DCC2604A6093F81FC863CD22CF3F /* Build configuration list for PBXNativeTarget "Pods" */ = { + BD3F55213383B9BEE2D792B92C8444F3 /* Build configuration list for PBXNativeTarget "UIActionSheet-Blocks" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6664CA7E751349755DD09C170467FE20 /* Debug */, - 2066CCDBDB87AD21E4D2D89AC51217E8 /* Release */, + 53E1187E7E2FC0CE81B4FEAA9D4DD937 /* Debug */, + A3EA8BA3EEF5D8383449AD2308D07B46 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/TabBarPicker.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/TabBarPicker.xcscheme index d5d9234..8654053 100644 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/TabBarPicker.xcscheme +++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/TabBarPicker.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> diff --git a/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example-acknowledgements.markdown index df247af..0e8bd58 100644 --- a/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example-acknowledgements.markdown +++ b/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example-acknowledgements.markdown @@ -14,6 +14,42 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## UIActionSheet-Blocks + +Copyright (C) 2013 Developed by Shai Mishali + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +## UIAlertViewBlockExtension + +The MIT License (MIT) + +Copyright (c) 2015 mangofever + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + ## pop BSD License diff --git a/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example-acknowledgements.plist index 1644936..0a61ca8 100644 --- a/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example-acknowledgements.plist +++ b/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example-acknowledgements.plist @@ -29,6 +29,50 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI Type PSGroupSpecifier + + FooterText + Copyright (C) 2013 Developed by Shai Mishali + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + Title + UIActionSheet-Blocks + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + +Copyright (c) 2015 mangofever + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + Title + UIAlertViewBlockExtension + Type + PSGroupSpecifier + FooterText BSD License diff --git a/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example-frameworks.sh b/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example-frameworks.sh index 48d6339..e23d176 100755 --- a/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example-frameworks.sh @@ -53,12 +53,16 @@ code_sign_if_enabled() { if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework 'Pods-TabBarPicker_Example/PureLayout.framework' + install_framework 'Pods-TabBarPicker_Example/UIActionSheet_Blocks.framework' + install_framework 'Pods-TabBarPicker_Example/UIAlertViewBlockExtension.framework' install_framework 'Pods-TabBarPicker_Example/pop.framework' install_framework 'Pods-TabBarPicker_Example/TabBarPicker.framework' install_framework 'Pods-TabBarPicker_Example/UIView_Overlay.framework' fi if [[ "$CONFIGURATION" == "Release" ]]; then install_framework 'Pods-TabBarPicker_Example/PureLayout.framework' + install_framework 'Pods-TabBarPicker_Example/UIActionSheet_Blocks.framework' + install_framework 'Pods-TabBarPicker_Example/UIAlertViewBlockExtension.framework' install_framework 'Pods-TabBarPicker_Example/pop.framework' install_framework 'Pods-TabBarPicker_Example/TabBarPicker.framework' install_framework 'Pods-TabBarPicker_Example/UIView_Overlay.framework' diff --git a/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example.debug.xcconfig b/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example.debug.xcconfig index 7736e1a..665b4b9 100644 --- a/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example.debug.xcconfig @@ -2,7 +2,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++11 CLANG_CXX_LIBRARY = libc++ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/PureLayout.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/TabBarPicker.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIView_Overlay.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/pop.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "PureLayout" -framework "TabBarPicker" -framework "UIView_Overlay" -framework "pop" +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/PureLayout.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/TabBarPicker.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIActionSheet_Blocks.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIAlertViewBlockExtension.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIView_Overlay.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/pop.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "PureLayout" -framework "TabBarPicker" -framework "UIActionSheet_Blocks" -framework "UIAlertViewBlockExtension" -framework "UIView_Overlay" -framework "pop" PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-TabBarPicker_Example PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example.release.xcconfig b/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example.release.xcconfig index 7736e1a..665b4b9 100644 --- a/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-TabBarPicker_Example/Pods-TabBarPicker_Example.release.xcconfig @@ -2,7 +2,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++11 CLANG_CXX_LIBRARY = libc++ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/PureLayout.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/TabBarPicker.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIView_Overlay.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/pop.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "PureLayout" -framework "TabBarPicker" -framework "UIView_Overlay" -framework "pop" +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/PureLayout.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/TabBarPicker.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIActionSheet_Blocks.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIAlertViewBlockExtension.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIView_Overlay.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/pop.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "PureLayout" -framework "TabBarPicker" -framework "UIActionSheet_Blocks" -framework "UIAlertViewBlockExtension" -framework "UIView_Overlay" -framework "pop" PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-TabBarPicker_Example PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown index b95a57f..1163b87 100644 --- a/Example/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown +++ b/Example/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown @@ -14,6 +14,42 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## UIActionSheet-Blocks + +Copyright (C) 2013 Developed by Shai Mishali + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +## UIAlertViewBlockExtension + +The MIT License (MIT) + +Copyright (c) 2015 mangofever + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + ## pop BSD License diff --git a/Example/Pods/Target Support Files/Pods/Pods-acknowledgements.plist b/Example/Pods/Target Support Files/Pods/Pods-acknowledgements.plist index 5dd3eb6..d57a803 100644 --- a/Example/Pods/Target Support Files/Pods/Pods-acknowledgements.plist +++ b/Example/Pods/Target Support Files/Pods/Pods-acknowledgements.plist @@ -29,6 +29,50 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI Type PSGroupSpecifier + + FooterText + Copyright (C) 2013 Developed by Shai Mishali + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + Title + UIActionSheet-Blocks + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + +Copyright (c) 2015 mangofever + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + Title + UIAlertViewBlockExtension + Type + PSGroupSpecifier + FooterText BSD License diff --git a/Example/Pods/Target Support Files/Pods/Pods-frameworks.sh b/Example/Pods/Target Support Files/Pods/Pods-frameworks.sh index c42beb9..53aa564 100755 --- a/Example/Pods/Target Support Files/Pods/Pods-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods/Pods-frameworks.sh @@ -53,9 +53,13 @@ code_sign_if_enabled() { if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework 'Pods/PureLayout.framework' + install_framework 'Pods/UIActionSheet_Blocks.framework' + install_framework 'Pods/UIAlertViewBlockExtension.framework' install_framework 'Pods/pop.framework' fi if [[ "$CONFIGURATION" == "Release" ]]; then install_framework 'Pods/PureLayout.framework' + install_framework 'Pods/UIActionSheet_Blocks.framework' + install_framework 'Pods/UIAlertViewBlockExtension.framework' install_framework 'Pods/pop.framework' fi diff --git a/Example/Pods/Target Support Files/Pods/Pods.debug.xcconfig b/Example/Pods/Target Support Files/Pods/Pods.debug.xcconfig index d9724d9..232bc92 100644 --- a/Example/Pods/Target Support Files/Pods/Pods.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods/Pods.debug.xcconfig @@ -2,7 +2,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++11 CLANG_CXX_LIBRARY = libc++ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/PureLayout.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/pop.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "PureLayout" -framework "pop" +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/PureLayout.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIActionSheet_Blocks.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIAlertViewBlockExtension.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/pop.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "PureLayout" -framework "UIActionSheet_Blocks" -framework "UIAlertViewBlockExtension" -framework "pop" PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods/Pods.release.xcconfig b/Example/Pods/Target Support Files/Pods/Pods.release.xcconfig index d9724d9..232bc92 100644 --- a/Example/Pods/Target Support Files/Pods/Pods.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods/Pods.release.xcconfig @@ -2,7 +2,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++11 CLANG_CXX_LIBRARY = libc++ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/PureLayout.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/pop.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "PureLayout" -framework "pop" +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/PureLayout.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIActionSheet_Blocks.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIAlertViewBlockExtension.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/pop.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "PureLayout" -framework "UIActionSheet_Blocks" -framework "UIAlertViewBlockExtension" -framework "pop" PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Example/Pods/Target Support Files/UIActionSheet-Blocks/Info.plist b/Example/Pods/Target Support Files/UIActionSheet-Blocks/Info.plist new file mode 100644 index 0000000..513ed9d --- /dev/null +++ b/Example/Pods/Target Support Files/UIActionSheet-Blocks/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + org.cocoapods.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.1 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks-Private.xcconfig b/Example/Pods/Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks-Private.xcconfig new file mode 100644 index 0000000..4b41d9d --- /dev/null +++ b/Example/Pods/Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks-Private.xcconfig @@ -0,0 +1,5 @@ +#include "UIActionSheet-Blocks.xcconfig" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UIActionSheet-Blocks" "${PODS_ROOT}/Headers/Public" +PODS_ROOT = ${SRCROOT} +SKIP_INSTALL = YES \ No newline at end of file diff --git a/Example/Pods/Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks-dummy.m b/Example/Pods/Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks-dummy.m new file mode 100644 index 0000000..38446fe --- /dev/null +++ b/Example/Pods/Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_UIActionSheet_Blocks : NSObject +@end +@implementation PodsDummy_UIActionSheet_Blocks +@end diff --git a/Example/Pods/Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks-prefix.pch b/Example/Pods/Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks-prefix.pch new file mode 100644 index 0000000..aa992a4 --- /dev/null +++ b/Example/Pods/Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks-prefix.pch @@ -0,0 +1,4 @@ +#ifdef __OBJC__ +#import +#endif + diff --git a/Example/Pods/Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks-umbrella.h b/Example/Pods/Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks-umbrella.h new file mode 100644 index 0000000..3982808 --- /dev/null +++ b/Example/Pods/Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks-umbrella.h @@ -0,0 +1,7 @@ +#import + +#import "UIActionSheet+Blocks.h" + +FOUNDATION_EXPORT double UIActionSheet_BlocksVersionNumber; +FOUNDATION_EXPORT const unsigned char UIActionSheet_BlocksVersionString[]; + diff --git a/Example/Pods/Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks.modulemap b/Example/Pods/Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks.modulemap new file mode 100644 index 0000000..db7526c --- /dev/null +++ b/Example/Pods/Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks.modulemap @@ -0,0 +1,6 @@ +framework module UIActionSheet_Blocks { + umbrella header "UIActionSheet-Blocks-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks.xcconfig b/Example/Pods/Target Support Files/UIActionSheet-Blocks/UIActionSheet-Blocks.xcconfig new file mode 100644 index 0000000..e69de29 diff --git a/Example/Pods/Target Support Files/UIAlertViewBlockExtension/Info.plist b/Example/Pods/Target Support Files/UIAlertViewBlockExtension/Info.plist new file mode 100644 index 0000000..513ed9d --- /dev/null +++ b/Example/Pods/Target Support Files/UIAlertViewBlockExtension/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + org.cocoapods.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.1 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension-Private.xcconfig b/Example/Pods/Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension-Private.xcconfig new file mode 100644 index 0000000..a4929b0 --- /dev/null +++ b/Example/Pods/Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension-Private.xcconfig @@ -0,0 +1,5 @@ +#include "UIAlertViewBlockExtension.xcconfig" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UIAlertViewBlockExtension" "${PODS_ROOT}/Headers/Public" +PODS_ROOT = ${SRCROOT} +SKIP_INSTALL = YES \ No newline at end of file diff --git a/Example/Pods/Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension-dummy.m b/Example/Pods/Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension-dummy.m new file mode 100644 index 0000000..21400a6 --- /dev/null +++ b/Example/Pods/Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_UIAlertViewBlockExtension : NSObject +@end +@implementation PodsDummy_UIAlertViewBlockExtension +@end diff --git a/Example/Pods/Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension-prefix.pch b/Example/Pods/Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension-prefix.pch new file mode 100644 index 0000000..aa992a4 --- /dev/null +++ b/Example/Pods/Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension-prefix.pch @@ -0,0 +1,4 @@ +#ifdef __OBJC__ +#import +#endif + diff --git a/Example/Pods/Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension-umbrella.h b/Example/Pods/Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension-umbrella.h new file mode 100644 index 0000000..e868b9a --- /dev/null +++ b/Example/Pods/Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension-umbrella.h @@ -0,0 +1,8 @@ +#import + +#import "AlertViewActionDispatcher.h" +#import "UIAlertView+BlockExtension.h" + +FOUNDATION_EXPORT double UIAlertViewBlockExtensionVersionNumber; +FOUNDATION_EXPORT const unsigned char UIAlertViewBlockExtensionVersionString[]; + diff --git a/Example/Pods/Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension.modulemap b/Example/Pods/Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension.modulemap new file mode 100644 index 0000000..0a59eda --- /dev/null +++ b/Example/Pods/Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension.modulemap @@ -0,0 +1,6 @@ +framework module UIAlertViewBlockExtension { + umbrella header "UIAlertViewBlockExtension-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension.xcconfig b/Example/Pods/Target Support Files/UIAlertViewBlockExtension/UIAlertViewBlockExtension.xcconfig new file mode 100644 index 0000000..e69de29 diff --git a/Example/Pods/UIActionSheet-Blocks/LICENSE b/Example/Pods/UIActionSheet-Blocks/LICENSE new file mode 100644 index 0000000..cd567d1 --- /dev/null +++ b/Example/Pods/UIActionSheet-Blocks/LICENSE @@ -0,0 +1,7 @@ +Copyright (C) 2013 Developed by Shai Mishali + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Example/Pods/UIActionSheet-Blocks/README.md b/Example/Pods/UIActionSheet-Blocks/README.md new file mode 100644 index 0000000..8123058 --- /dev/null +++ b/Example/Pods/UIActionSheet-Blocks/README.md @@ -0,0 +1,72 @@ +UIActionSheet-Blocks +================ + +UIActionSheet+Blocks is a simple Block implementation for UIActionSheet created by Shai Mishali. +This allows you to use the power of blocks instead of implementing a delegate. + +USAGE +------ + +Instead of allocating a new UIActionSheet and assigning a delegate, just call one of the static methods: + +```objc +UIActionSheet *sheet = [UIActionSheet presentOnView:self.view + withTitle:@"Select Picture" + otherButtons:@[@"Camera Roll", @"Take a Picture"] + onCancel:^(UIActionSheet *actionSheet) { + NSLog(@"Touched cancel button"); + } + onClickedButton:^(UIActionSheet *actionSheet, NSUInteger index) { + NSLog(@"Selected button at index %d", index); + }]; +``` + +![Simple UIActionSHeet](http://i40.tinypic.com/29ge8m9.png) + +**OR** + +```objc + +UIActionSheet *sheet = [UIActionSheet presentOnView:self.view + withTitle:@"John - 555-1212" + cancelButton:@"Dismiss" + destructiveButton:@"Delete Contact" + otherButtons:@[@"Call Contact",@"Message Contact"] + onCancel:^(UIActionSheet *actionSheet) { + NSLog(@"Touched cancel button"); + } + onDestructive:^(UIActionSheet *actionSheet) { + NSLog(@"Touched destructive button"); + } + onClickedButton:^(UIActionSheet *actionSheet, NSUInteger index) { + NSLog(@"Selected button at index %d", index); + }]; +``` + +![Full UIActionSheet](http://i39.tinypic.com/73j6dw.png) + + +The class will return the UIActionSheet object which you can manally dismiss if needed. + +LICENSE +------------------- + +Copyright (C) 2013 Developed by Shai Mishali + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/Example/Pods/UIActionSheet-Blocks/UIActionSheet+Blocks.h b/Example/Pods/UIActionSheet-Blocks/UIActionSheet+Blocks.h new file mode 100644 index 0000000..3bb78ed --- /dev/null +++ b/Example/Pods/UIActionSheet-Blocks/UIActionSheet+Blocks.h @@ -0,0 +1,57 @@ +// +// UIActionSheet+Blocks.h +// +// Created by Shai Mishali on 9/26/13. +// Copyright (c) 2013 Shai Mishali. All rights reserved. +// + +#import + +/** + UIActionSheet+Blocks is a simple Block implementation for UIActionSheet created by Shai Mishali. + */ + +@interface UIActionSheet (Blocks) + +/** + Present a UIActionSheet on a specific view + + Note: On this shorthand version the cancel button always displayed "Cancel" as the text. If you require a custom cancel text, use the longer method below. + + @param view The view on which the UIActionSheet will be displayed + @param title The title of the UIActionSheet + @param otherStrings An array containing strings of other buttons + @param onCancel Cancel block - Called when the user pressed the cancel button, or the UIActionSheet has been manually dismissed + @param onClickedButton Clicked button at index block - Called when the user presses any button other then Cancel + + @return The generated UIActionSheet + */ ++(UIActionSheet *)presentOnView: (UIView *)view + withTitle: (NSString *)title + otherButtons: (NSArray *)otherStrings + onCancel: (void (^)(UIActionSheet *))cancelBlock + onClickedButton: (void (^)(UIActionSheet *, NSUInteger))clickBlock; + +/** + Present a UIActionSheet on a specific view + + @param view The view on which the UIActionSheet will be displayed + @param title The title of the UIActionSheet + @param cancelString The string shown on the Cancel button + @param destructiveString The string shown on the Destructive button + @param otherStrings An array containing strings of other buttons + @param onCancel Cancel block - Called when the user pressed the cancel button, or the UIActionSheet has been manually dismissed + @param onDestructive Destructive block - Called when the user presses the destructive button + @param onClickedButton Clicked button at index block - Called when the user presses any button other then Cancel/Destructive + + @return The generated UIActionSheet + */ ++(UIActionSheet *)presentOnView: (UIView *)view + withTitle: (NSString *)title + cancelButton: (NSString *)cancelString + destructiveButton: (NSString *)destructiveString + otherButtons: (NSArray *)otherStrings + onCancel: (void (^)(UIActionSheet *))cancelBlock + onDestructive: (void (^)(UIActionSheet *))destroyBlock + onClickedButton: (void (^)(UIActionSheet *, NSUInteger))clickBlock; +@end diff --git a/Example/Pods/UIActionSheet-Blocks/UIActionSheet+Blocks.m b/Example/Pods/UIActionSheet-Blocks/UIActionSheet+Blocks.m new file mode 100644 index 0000000..2c34bd7 --- /dev/null +++ b/Example/Pods/UIActionSheet-Blocks/UIActionSheet+Blocks.m @@ -0,0 +1,77 @@ +// +// UIActionSheet+Blocks.m +// +// Created by Shai Mishali on 9/26/13. +// Copyright (c) 2013 Shai Mishali. All rights reserved. +// + +#import "UIActionSheet+Blocks.h" + +static void (^__clickedBlock)(UIActionSheet *sheet, NSUInteger index); +static void (^__cancelBlock)(UIActionSheet *sheet); +static void (^__destroyBlock)(UIActionSheet *sheet); + +@implementation UIActionSheet (Blocks) + ++(UIActionSheet *)presentOnView:(UIView *)view + withTitle:(NSString *)title + otherButtons:(NSArray *)otherStrings + onCancel:(void (^)(UIActionSheet *))cancelBlock + onClickedButton:(void (^)(UIActionSheet *, NSUInteger))clickBlock{ + + return [self presentOnView:view + withTitle:title + cancelButton:NSLocalizedString(@"Cancel", @"") + destructiveButton:nil + otherButtons:otherStrings + onCancel:cancelBlock + onDestructive:nil + onClickedButton:clickBlock]; +} + ++(UIActionSheet *)presentOnView: (UIView *)view + withTitle: (NSString *)title + cancelButton: (NSString *)cancelString + destructiveButton: (NSString *)destructiveString + otherButtons: (NSArray *)otherStrings + onCancel: (void (^)(UIActionSheet *))cancelBlock + onDestructive: (void (^)(UIActionSheet *))destroyBlock + onClickedButton: (void (^)(UIActionSheet *, NSUInteger))clickBlock{ + __cancelBlock = cancelBlock; + __clickedBlock = clickBlock; + __destroyBlock = destroyBlock; + + UIActionSheet *sheet = [[UIActionSheet alloc] initWithTitle:title + delegate:(id) [self class] + cancelButtonTitle:nil + destructiveButtonTitle:destructiveString + otherButtonTitles:nil]; + + for(NSString *other in otherStrings) + [sheet addButtonWithTitle: other]; + + if (cancelString) { + [sheet setCancelButtonIndex:[sheet addButtonWithTitle:cancelString]]; + } + + [sheet showInView: view]; + + return sheet; +} + +#pragma mark - Private Static delegate ++(void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex{ + if([actionSheet destructiveButtonIndex] == buttonIndex && __destroyBlock) + __destroyBlock(actionSheet); + else if([actionSheet cancelButtonIndex] == buttonIndex && __cancelBlock) + __cancelBlock(actionSheet); + else if(__clickedBlock) + __clickedBlock(actionSheet, buttonIndex); +} + ++(void)actionSheetCancel:(UIActionSheet *)actionSheet{ + if(__cancelBlock) + __cancelBlock(actionSheet); +} + +@end \ No newline at end of file diff --git a/Example/Pods/UIAlertViewBlockExtension/AlertViewExamples/UIAlertViewBlockExtension/AlertViewActionDispatcher.h b/Example/Pods/UIAlertViewBlockExtension/AlertViewExamples/UIAlertViewBlockExtension/AlertViewActionDispatcher.h new file mode 100644 index 0000000..b1a476e --- /dev/null +++ b/Example/Pods/UIAlertViewBlockExtension/AlertViewExamples/UIAlertViewBlockExtension/AlertViewActionDispatcher.h @@ -0,0 +1,21 @@ +// +// AlertViewActionDispatcher.h +// AlertViewExamples +// +// Created by Mango on 2015. 3. 18.. +// Copyright (c) 2015년 Mangofever. All rights reserved. +// + +#import +#import + +#define ActionByCancel -1 + +typedef void (^UIAlertActionBlock) (UIAlertView *alertView, NSInteger buttonIndex); + +@interface AlertViewActionDispatcher : NSObject + +- (void)addActionBlock:(UIAlertActionBlock)actionBlock withButtonIndex:(NSInteger)buttonIndex; +- (void)addCancelActionBlock:(UIAlertActionBlock)actionBlock; + +@end diff --git a/Example/Pods/UIAlertViewBlockExtension/AlertViewExamples/UIAlertViewBlockExtension/AlertViewActionDispatcher.m b/Example/Pods/UIAlertViewBlockExtension/AlertViewExamples/UIAlertViewBlockExtension/AlertViewActionDispatcher.m new file mode 100644 index 0000000..48cc073 --- /dev/null +++ b/Example/Pods/UIAlertViewBlockExtension/AlertViewExamples/UIAlertViewBlockExtension/AlertViewActionDispatcher.m @@ -0,0 +1,59 @@ +// +// AlertViewActionDispatcher.m +// AlertViewExamples +// +// Created by Mango on 2015. 3. 18.. +// Copyright (c) 2015년 Mangofever. All rights reserved. +// + +#import "AlertViewActionDispatcher.h" + +@interface AlertViewActionDispatcher () + +@property (nonatomic, strong) NSMutableDictionary *actionBlockDictionary; + +@end + +@implementation AlertViewActionDispatcher + +- (id)init { + self = [super init]; + if (self) { + self.actionBlockDictionary = [NSMutableDictionary dictionary]; + } + return self; +} + +- (void)addActionBlock:(UIAlertActionBlock)actionBlock withButtonIndex:(NSInteger)buttonIndex { + if (actionBlock) { + [self.actionBlockDictionary setObject:actionBlock forKey:@(buttonIndex)]; + } +} + +- (void)addCancelActionBlock:(UIAlertActionBlock)actionBlock { + if (actionBlock) { + [self.actionBlockDictionary setObject:actionBlock forKey:@(ActionByCancel)]; + } +} + +- (BOOL)excuteActionBlockForAlertView:(UIAlertView *)alertView buttonIndex:(NSInteger)buttonIndex { + UIAlertActionBlock actionBlock = [self.actionBlockDictionary objectForKey:@(buttonIndex)]; + if (actionBlock) { + actionBlock(alertView, buttonIndex); + return YES; + } + return NO; +} + +#pragma mark - UIAlertViewDelegate +- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { + [self excuteActionBlockForAlertView:alertView buttonIndex:buttonIndex]; +} + +- (void)alertViewCancel:(UIAlertView *)alertView { + if ([self excuteActionBlockForAlertView:alertView buttonIndex:ActionByCancel] == NO) { + [self excuteActionBlockForAlertView:alertView buttonIndex:alertView.cancelButtonIndex]; + } +} + +@end diff --git a/Example/Pods/UIAlertViewBlockExtension/AlertViewExamples/UIAlertViewBlockExtension/UIAlertView+BlockExtension.h b/Example/Pods/UIAlertViewBlockExtension/AlertViewExamples/UIAlertViewBlockExtension/UIAlertView+BlockExtension.h new file mode 100644 index 0000000..f68a66b --- /dev/null +++ b/Example/Pods/UIAlertViewBlockExtension/AlertViewExamples/UIAlertViewBlockExtension/UIAlertView+BlockExtension.h @@ -0,0 +1,22 @@ +// +// UIAlertView+BlockExtension.h +// AlertViewExamples +// +// Created by Mango on 2015. 3. 18.. +// Copyright (c) 2015년 Mangofever. All rights reserved. +// + +#import +#import "AlertViewActionDispatcher.h" + +@interface UIAlertView (BlockExtension) + +@property (strong, nonatomic) AlertViewActionDispatcher *actionDispatcher; + ++ (UIAlertView *)alertViewWithTitle:(NSString *)title message:(NSString *)message; + +- (void)addButtonWithTitle:(NSString *)title actionBlock:(UIAlertActionBlock)actionBlock; +- (void)addCancelButtonWithTitle:(NSString *)title actionBlock:(UIAlertActionBlock)actionBlock; +- (void)addCancelActionBlock:(UIAlertActionBlock)actionBlock; + +@end diff --git a/Example/Pods/UIAlertViewBlockExtension/AlertViewExamples/UIAlertViewBlockExtension/UIAlertView+BlockExtension.m b/Example/Pods/UIAlertViewBlockExtension/AlertViewExamples/UIAlertViewBlockExtension/UIAlertView+BlockExtension.m new file mode 100644 index 0000000..3f5698e --- /dev/null +++ b/Example/Pods/UIAlertViewBlockExtension/AlertViewExamples/UIAlertViewBlockExtension/UIAlertView+BlockExtension.m @@ -0,0 +1,50 @@ +// +// UIAlertView+BlockExtension.m +// AlertViewExamples +// +// Created by Mango on 2015. 3. 18.. +// Copyright (c) 2015년 Mangofever. All rights reserved. +// + +#import "UIAlertView+BlockExtension.h" +#import + +@implementation UIAlertView (BlockExtension) + +@dynamic actionDispatcher; + ++ (UIAlertView *)alertViewWithTitle:(NSString *)title message:(NSString *)message { + + UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:title message:message delegate:nil cancelButtonTitle:nil otherButtonTitles:nil]; + alertView.actionDispatcher = [[AlertViewActionDispatcher alloc] init]; + + return alertView; +} + +- (void)addButtonWithTitle:(NSString *)title actionBlock:(UIAlertActionBlock)actionBlock { + NSInteger buttonIndex = [self addButtonWithTitle:title]; + [self.actionDispatcher addActionBlock:actionBlock withButtonIndex:buttonIndex]; +} + +- (void)addCancelButtonWithTitle:(NSString *)title actionBlock:(UIAlertActionBlock)actionBlock { + NSInteger buttonIndex = [self addButtonWithTitle:title]; + self.cancelButtonIndex = buttonIndex; + [self.actionDispatcher addActionBlock:actionBlock withButtonIndex:buttonIndex]; +} + +- (void)addCancelActionBlock:(UIAlertActionBlock)actionBlock { + [self.actionDispatcher addCancelActionBlock:actionBlock]; +} + + +- (void)setActionDispatcher:(AlertViewActionDispatcher *)actionDispatcher { + self.delegate = actionDispatcher; + objc_setAssociatedObject(self, @selector(actionDispatcher), actionDispatcher, OBJC_ASSOCIATION_RETAIN_NONATOMIC); +} + +- (AlertViewActionDispatcher *)actionDispatcher { + return objc_getAssociatedObject(self, @selector(actionDispatcher)); +} + + +@end diff --git a/Example/Pods/UIAlertViewBlockExtension/LICENSE.txt b/Example/Pods/UIAlertViewBlockExtension/LICENSE.txt new file mode 100644 index 0000000..2e621d2 --- /dev/null +++ b/Example/Pods/UIAlertViewBlockExtension/LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015 mangofever + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Example/Pods/UIAlertViewBlockExtension/README.md b/Example/Pods/UIAlertViewBlockExtension/README.md new file mode 100644 index 0000000..94c4c58 --- /dev/null +++ b/Example/Pods/UIAlertViewBlockExtension/README.md @@ -0,0 +1,32 @@ +# UIAlertViewBlockExtension +UIAlertView category for block expression + +## Installation +### Using cocoapods + +pod 'UIAlertViewBlockExtension' + + +## Features +- Block expression can be used for handling UIAlertView's clicks. +- Similar with UIAlertController in iOS 8.0 + +## Examples +``` +UIAlertView *alertView = [UIAlertView alertViewWithTitle:@"title" message:@"message"]; + +[alertView addButtonWithTitle:@"OK" actionBlock:^(UIAlertView *alertView, NSInteger buttonIndex) { + NSLog(@"clicked button index : %lu", buttonIndex); + NSLog(@"cancel button index : %lu", alertView.cancelButtonIndex); +}]; + +[alertView addCancelButtonWithTitle:@"Cancel" actionBlock:^(UIAlertView *alertView, NSInteger buttonIndex) { + NSLog(@"clicked button index : %lu", buttonIndex); + NSLog(@"cancel button index : %lu", alertView.cancelButtonIndex); +}]; + +[alertView show]; +``` + +## Requirements +- iOS version 4.0 or later diff --git a/Pod/Classes/TabBarPickerSubItemsView.m b/Pod/Classes/TabBarPickerSubItemsView.m index 3bb32b8..8a2bbd1 100644 --- a/Pod/Classes/TabBarPickerSubItemsView.m +++ b/Pod/Classes/TabBarPickerSubItemsView.m @@ -11,6 +11,7 @@ #import "TabBarItem.h" #import "NSString+HexColor.h" #import "SharedLocationManager.h" +#import "UIAlertView+BlockExtension.h" @interface TabBarPickerSubItemsView() @@ -153,11 +154,18 @@ - (void)openSettings { - BOOL canOpenSettings = (&UIApplicationOpenSettingsURLString != NULL); - if (canOpenSettings) { - NSURL *url = [NSURL URLWithString:UIApplicationOpenSettingsURLString]; - [[UIApplication sharedApplication] openURL:url]; - } + UIAlertView *alert = [UIAlertView alertViewWithTitle:NSLocalizedString(@"Settings", @"") message:NSLocalizedString(@"Open Settings?", @"")]; + + [alert addButtonWithTitle:NSLocalizedString(@"OK", @"") actionBlock:^(UIAlertView *alertView, NSInteger buttonIndex) { + BOOL canOpenSettings = (&UIApplicationOpenSettingsURLString != NULL); + if (canOpenSettings) { + NSURL *url = [NSURL URLWithString:UIApplicationOpenSettingsURLString]; + [[UIApplication sharedApplication] openURL:url]; + } + }]; + [alert addCancelButtonWithTitle:NSLocalizedString(@"CANCEL", @"") actionBlock:nil]; + [alert show]; + } - (void)changeSwitch:(UISwitch*)sender{