From c4db2dca360178c88f429a2897bb892c4e36a6c7 Mon Sep 17 00:00:00 2001 From: Ivan Hahanov Date: Mon, 30 Oct 2017 15:30:08 +0200 Subject: [PATCH] change example project --- .../project.pbxproj | 101 +-- .../contents.xcworkspacedata | 10 - .../ViewController.swift | 1 - Example/Podfile | 11 - Example/Podfile.lock | 16 - .../GravitySliderFlowLayout.podspec.json | 22 - Example/Pods/Manifest.lock | 16 - Example/Pods/Pods.xcodeproj/project.pbxproj | 725 ------------------ .../GravitySliderFlowLayout-dummy.m | 5 - .../GravitySliderFlowLayout-prefix.pch | 12 - .../GravitySliderFlowLayout-umbrella.h | 16 - .../GravitySliderFlowLayout.modulemap | 6 - .../GravitySliderFlowLayout.xcconfig | 10 - .../GravitySliderFlowLayout/Info.plist | 26 - .../Info.plist | 26 - ...owLayout_Example-acknowledgements.markdown | 26 - ...rFlowLayout_Example-acknowledgements.plist | 58 -- ...ds-GravitySliderFlowLayout_Example-dummy.m | 5 - ...vitySliderFlowLayout_Example-frameworks.sh | 99 --- ...avitySliderFlowLayout_Example-resources.sh | 99 --- ...GravitySliderFlowLayout_Example-umbrella.h | 16 - ...itySliderFlowLayout_Example.debug.xcconfig | 10 - ...-GravitySliderFlowLayout_Example.modulemap | 6 - ...ySliderFlowLayout_Example.release.xcconfig | 10 - .../Info.plist | 26 - ...FlowLayout_Tests-acknowledgements.markdown | 3 - ...derFlowLayout_Tests-acknowledgements.plist | 29 - ...Pods-GravitySliderFlowLayout_Tests-dummy.m | 5 - ...ravitySliderFlowLayout_Tests-frameworks.sh | 92 --- ...GravitySliderFlowLayout_Tests-resources.sh | 99 --- ...s-GravitySliderFlowLayout_Tests-umbrella.h | 16 - ...avitySliderFlowLayout_Tests.debug.xcconfig | 7 - ...ds-GravitySliderFlowLayout_Tests.modulemap | 6 - ...itySliderFlowLayout_Tests.release.xcconfig | 7 - 34 files changed, 12 insertions(+), 1610 deletions(-) delete mode 100644 Example/GravitySliderFlowLayout.xcworkspace/contents.xcworkspacedata delete mode 100644 Example/Podfile delete mode 100644 Example/Podfile.lock delete mode 100644 Example/Pods/Local Podspecs/GravitySliderFlowLayout.podspec.json delete mode 100644 Example/Pods/Manifest.lock delete mode 100644 Example/Pods/Pods.xcodeproj/project.pbxproj delete mode 100644 Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout-dummy.m delete mode 100644 Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout-prefix.pch delete mode 100644 Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout-umbrella.h delete mode 100644 Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout.modulemap delete mode 100644 Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout.xcconfig delete mode 100644 Example/Pods/Target Support Files/GravitySliderFlowLayout/Info.plist delete mode 100644 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Info.plist delete mode 100644 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-acknowledgements.markdown delete mode 100644 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-acknowledgements.plist delete mode 100644 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-dummy.m delete mode 100755 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-frameworks.sh delete mode 100755 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-resources.sh delete mode 100644 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-umbrella.h delete mode 100644 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example.debug.xcconfig delete mode 100644 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example.modulemap delete mode 100644 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example.release.xcconfig delete mode 100644 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Info.plist delete mode 100644 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-acknowledgements.markdown delete mode 100644 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-acknowledgements.plist delete mode 100644 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-dummy.m delete mode 100755 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-frameworks.sh delete mode 100755 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-resources.sh delete mode 100644 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-umbrella.h delete mode 100644 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests.debug.xcconfig delete mode 100644 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests.modulemap delete mode 100644 Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests.release.xcconfig diff --git a/Example/GravitySliderFlowLayout.xcodeproj/project.pbxproj b/Example/GravitySliderFlowLayout.xcodeproj/project.pbxproj index 98e82f5..a7db3bb 100644 --- a/Example/GravitySliderFlowLayout.xcodeproj/project.pbxproj +++ b/Example/GravitySliderFlowLayout.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 05D036881FA76085002C927B /* GravitySliderFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05D036871FA76084002C927B /* GravitySliderFlowLayout.swift */; }; 05D6C0951F9F1757002174F6 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05D6C0941F9F1757002174F6 /* ViewController.swift */; }; 05D6C09A1F9F1777002174F6 /* ProductCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05D6C0991F9F1777002174F6 /* ProductCollectionViewCell.swift */; }; 05D6C09C1F9F17DF002174F6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 05D6C09B1F9F17DF002174F6 /* Main.storyboard */; }; @@ -14,28 +15,19 @@ 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; }; 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; }; 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; }; - D84CF501849E4BBE9599DAC8 /* Pods_GravitySliderFlowLayout_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 645B79A0C75B22CFBB01F805 /* Pods_GravitySliderFlowLayout_Example.framework */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 05D036871FA76084002C927B /* GravitySliderFlowLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = GravitySliderFlowLayout.swift; path = ../../GravitySliderFlowLayout/Classes/GravitySliderFlowLayout.swift; sourceTree = ""; }; 05D6C0941F9F1757002174F6 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; 05D6C0991F9F1777002174F6 /* ProductCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProductCollectionViewCell.swift; sourceTree = ""; }; 05D6C09B1F9F17DF002174F6 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = ""; }; 05D6C09E1F9F17FF002174F6 /* UIColor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; - 060AA8DD4A5462649640450A /* Pods-GravitySliderFlowLayout_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GravitySliderFlowLayout_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests.release.xcconfig"; sourceTree = ""; }; - 4091DCFCA0CD3E9ACBF4D885 /* Pods-GravitySliderFlowLayout_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GravitySliderFlowLayout_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests.debug.xcconfig"; sourceTree = ""; }; - 5551F29BCA2130662071ADE2 /* Pods-GravitySliderFlowLayout_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GravitySliderFlowLayout_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example.release.xcconfig"; sourceTree = ""; }; 607FACD01AFB9204008FA782 /* GravitySliderFlowLayout_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GravitySliderFlowLayout_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; - 645B79A0C75B22CFBB01F805 /* Pods_GravitySliderFlowLayout_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GravitySliderFlowLayout_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 7F671F9A5D3E8E2F51BA97A2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; - 8B1E0E12E4C41737252EA929 /* Pods_GravitySliderFlowLayout_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GravitySliderFlowLayout_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97C2671730D90DE33FD088D2 /* GravitySliderFlowLayout.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = GravitySliderFlowLayout.podspec; path = ../GravitySliderFlowLayout.podspec; sourceTree = ""; }; - 9CF3967EA05477C506C1D102 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; - D3AF43636ACA69A271D876CA /* Pods-GravitySliderFlowLayout_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GravitySliderFlowLayout_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example.debug.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -43,13 +35,20 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D84CF501849E4BBE9599DAC8 /* Pods_GravitySliderFlowLayout_Example.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 05D036861FA76069002C927B /* Sources */ = { + isa = PBXGroup; + children = ( + 05D036871FA76084002C927B /* GravitySliderFlowLayout.swift */, + ); + path = Sources; + sourceTree = ""; + }; 05D6C0981F9F1777002174F6 /* Cells */ = { isa = PBXGroup; children = ( @@ -69,30 +68,16 @@ 4D6D43EF6F3A826E87754FAA /* Frameworks */ = { isa = PBXGroup; children = ( - 645B79A0C75B22CFBB01F805 /* Pods_GravitySliderFlowLayout_Example.framework */, - 8B1E0E12E4C41737252EA929 /* Pods_GravitySliderFlowLayout_Tests.framework */, ); name = Frameworks; sourceTree = ""; }; - 53FC1A8AB2512C643A7769FA /* Pods */ = { - isa = PBXGroup; - children = ( - D3AF43636ACA69A271D876CA /* Pods-GravitySliderFlowLayout_Example.debug.xcconfig */, - 5551F29BCA2130662071ADE2 /* Pods-GravitySliderFlowLayout_Example.release.xcconfig */, - 4091DCFCA0CD3E9ACBF4D885 /* Pods-GravitySliderFlowLayout_Tests.debug.xcconfig */, - 060AA8DD4A5462649640450A /* Pods-GravitySliderFlowLayout_Tests.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; 607FACC71AFB9204008FA782 = { isa = PBXGroup; children = ( - 607FACF51AFB993E008FA782 /* Podspec Metadata */, + 05D036861FA76069002C927B /* Sources */, 607FACD21AFB9204008FA782 /* Example for GravitySliderFlowLayout */, 607FACD11AFB9204008FA782 /* Products */, - 53FC1A8AB2512C643A7769FA /* Pods */, 4D6D43EF6F3A826E87754FAA /* Frameworks */, ); sourceTree = ""; @@ -129,16 +114,6 @@ name = "Supporting Files"; sourceTree = ""; }; - 607FACF51AFB993E008FA782 /* Podspec Metadata */ = { - isa = PBXGroup; - children = ( - 97C2671730D90DE33FD088D2 /* GravitySliderFlowLayout.podspec */, - 7F671F9A5D3E8E2F51BA97A2 /* README.md */, - 9CF3967EA05477C506C1D102 /* LICENSE */, - ); - name = "Podspec Metadata"; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -146,12 +121,9 @@ isa = PBXNativeTarget; buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "GravitySliderFlowLayout_Example" */; buildPhases = ( - F1FBAA1C0B38D124E9E85494 /* [CP] Check Pods Manifest.lock */, 607FACCC1AFB9204008FA782 /* Sources */, 607FACCD1AFB9204008FA782 /* Frameworks */, 607FACCE1AFB9204008FA782 /* Resources */, - AF1F96C0CF0947D3F22246B4 /* [CP] Embed Pods Frameworks */, - 794C731A5C89763DE7F1F242 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -209,54 +181,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXShellScriptBuildPhase section */ - 794C731A5C89763DE7F1F242 /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - AF1F96C0CF0947D3F22246B4 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - F1FBAA1C0B38D124E9E85494 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 607FACCC1AFB9204008FA782 /* Sources */ = { isa = PBXSourcesBuildPhase; @@ -264,6 +188,7 @@ files = ( 05D6C0951F9F1757002174F6 /* ViewController.swift in Sources */, 05D6C09F1F9F17FF002174F6 /* UIColor.swift in Sources */, + 05D036881FA76085002C927B /* GravitySliderFlowLayout.swift in Sources */, 05D6C09A1F9F1777002174F6 /* ProductCollectionViewCell.swift in Sources */, 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */, ); @@ -384,7 +309,6 @@ }; 607FACF01AFB9204008FA782 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D3AF43636ACA69A271D876CA /* Pods-GravitySliderFlowLayout_Example.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = GravitySliderFlowLayout/Info.plist; @@ -399,7 +323,6 @@ }; 607FACF11AFB9204008FA782 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5551F29BCA2130662071ADE2 /* Pods-GravitySliderFlowLayout_Example.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = GravitySliderFlowLayout/Info.plist; diff --git a/Example/GravitySliderFlowLayout.xcworkspace/contents.xcworkspacedata b/Example/GravitySliderFlowLayout.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 5b1d343..0000000 --- a/Example/GravitySliderFlowLayout.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/Example/GravitySliderFlowLayout/ViewController.swift b/Example/GravitySliderFlowLayout/ViewController.swift index 2a73709..c51c840 100644 --- a/Example/GravitySliderFlowLayout/ViewController.swift +++ b/Example/GravitySliderFlowLayout/ViewController.swift @@ -7,7 +7,6 @@ // import UIKit -import GravitySliderFlowLayout class ViewController: UIViewController { diff --git a/Example/Podfile b/Example/Podfile deleted file mode 100644 index e26a4f0..0000000 --- a/Example/Podfile +++ /dev/null @@ -1,11 +0,0 @@ -use_frameworks! - -target 'GravitySliderFlowLayout_Example' do - pod 'GravitySliderFlowLayout', :path => '../' - - target 'GravitySliderFlowLayout_Tests' do - inherit! :search_paths - - - end -end diff --git a/Example/Podfile.lock b/Example/Podfile.lock deleted file mode 100644 index 1222056..0000000 --- a/Example/Podfile.lock +++ /dev/null @@ -1,16 +0,0 @@ -PODS: - - GravitySliderFlowLayout (0.1.0) - -DEPENDENCIES: - - GravitySliderFlowLayout (from `../`) - -EXTERNAL SOURCES: - GravitySliderFlowLayout: - :path: "../" - -SPEC CHECKSUMS: - GravitySliderFlowLayout: 38b2418d11363a44a19578ca964ef7f9c339e8d9 - -PODFILE CHECKSUM: b56c87daadb6ca1df755bb7f0699735cf17660c2 - -COCOAPODS: 1.2.0 diff --git a/Example/Pods/Local Podspecs/GravitySliderFlowLayout.podspec.json b/Example/Pods/Local Podspecs/GravitySliderFlowLayout.podspec.json deleted file mode 100644 index d295bfd..0000000 --- a/Example/Pods/Local Podspecs/GravitySliderFlowLayout.podspec.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "GravitySliderFlowLayout", - "version": "0.1.0", - "summary": "A short description of GravitySliderFlowLayout.", - "description": "TODO: Add long description of the pod here.", - "homepage": "https://github.com/ihahanov/GravitySliderFlowLayout", - "license": { - "type": "MIT", - "file": "LICENSE" - }, - "authors": { - "ihahanov": "ivan.hahanov@applikeysolutions.com" - }, - "source": { - "git": "https://github.com/ihahanov/GravitySliderFlowLayout.git", - "tag": "0.1.0" - }, - "platforms": { - "ios": "8.0" - }, - "source_files": "GravitySliderFlowLayout/Classes/**/*" -} diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock deleted file mode 100644 index 1222056..0000000 --- a/Example/Pods/Manifest.lock +++ /dev/null @@ -1,16 +0,0 @@ -PODS: - - GravitySliderFlowLayout (0.1.0) - -DEPENDENCIES: - - GravitySliderFlowLayout (from `../`) - -EXTERNAL SOURCES: - GravitySliderFlowLayout: - :path: "../" - -SPEC CHECKSUMS: - GravitySliderFlowLayout: 38b2418d11363a44a19578ca964ef7f9c339e8d9 - -PODFILE CHECKSUM: b56c87daadb6ca1df755bb7f0699735cf17660c2 - -COCOAPODS: 1.2.0 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj deleted file mode 100644 index b37c5e4..0000000 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ /dev/null @@ -1,725 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 05D6C0971F9F1763002174F6 /* GravitySliderFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05D6C0961F9F1763002174F6 /* GravitySliderFlowLayout.swift */; }; - 3F2B0BA292D9C3A4A68B36844CD2393B /* Pods-GravitySliderFlowLayout_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 26F429618372CF360C8DD2B5F8CF85FB /* Pods-GravitySliderFlowLayout_Example-dummy.m */; }; - 4609313428CBC4AF838F14FEBE6BE26A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */; }; - 4CDAEFA193AFE50BC441D6678F06FAAE /* Pods-GravitySliderFlowLayout_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F7CC080ABB7C1468FAF683BD45F3402 /* Pods-GravitySliderFlowLayout_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 571B7B730E6F4395D260A1C025714D9C /* GravitySliderFlowLayout-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8490804F99605B51244972453D2BD3B1 /* GravitySliderFlowLayout-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5B12CEB88F36C8C1B0F7A764AB815088 /* Pods-GravitySliderFlowLayout_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D157159554CE819402EC7F915D31EAEA /* Pods-GravitySliderFlowLayout_Tests-dummy.m */; }; - 6B6B93114F55FD3E8F21B27DF863E4A7 /* GravitySliderFlowLayout-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2A301DCD35F3D0C65F4D51E1F20448E /* GravitySliderFlowLayout-dummy.m */; }; - 6D713D95E24A6375F2F544AE52F58E0B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */; }; - A21BE6862C1108C664D3055BE6DEE350 /* Pods-GravitySliderFlowLayout_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CEBD4911ADF88333CCB01FAFE5A3A2B /* Pods-GravitySliderFlowLayout_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BEDE08BADD197B0C90E4687FF6D2133F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - FEFFCF102F230E5C17D284A80DE8C3DC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9AF8200FA5292CC73BF0273583A983EE; - remoteInfo = GravitySliderFlowLayout; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 05D6C0961F9F1763002174F6 /* GravitySliderFlowLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GravitySliderFlowLayout.swift; sourceTree = ""; }; - 080444D896360C5685AFC08BB1DAE771 /* Pods-GravitySliderFlowLayout_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-GravitySliderFlowLayout_Example.release.xcconfig"; sourceTree = ""; }; - 16DF0F170A593D1F5E656F55B42D9529 /* Pods-GravitySliderFlowLayout_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-GravitySliderFlowLayout_Tests-acknowledgements.plist"; sourceTree = ""; }; - 1BB5F2D7C2E64796116E17CC85EEBEB3 /* Pods-GravitySliderFlowLayout_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-GravitySliderFlowLayout_Tests-resources.sh"; sourceTree = ""; }; - 26F429618372CF360C8DD2B5F8CF85FB /* Pods-GravitySliderFlowLayout_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-GravitySliderFlowLayout_Example-dummy.m"; sourceTree = ""; }; - 2D13A4A490AE86186943315FB2629E6B /* Pods-GravitySliderFlowLayout_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-GravitySliderFlowLayout_Tests-acknowledgements.markdown"; sourceTree = ""; }; - 39344DC770686AE72EECCB2242C9E6EE /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 3CEBD4911ADF88333CCB01FAFE5A3A2B /* Pods-GravitySliderFlowLayout_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-GravitySliderFlowLayout_Example-umbrella.h"; sourceTree = ""; }; - 4FB37429073453DB438344F3A1972E8F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 57A2E1CD05229A45C8BAA8F133D36478 /* GravitySliderFlowLayout.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GravitySliderFlowLayout.xcconfig; sourceTree = ""; }; - 5A70C9B1211EC42E2DA6209D549D87CF /* Pods-GravitySliderFlowLayout_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-GravitySliderFlowLayout_Tests.modulemap"; sourceTree = ""; }; - 5F40DF5D495722731158D6949C37FEF6 /* Pods-GravitySliderFlowLayout_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-GravitySliderFlowLayout_Example.modulemap"; sourceTree = ""; }; - 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 689CEDA0D335986290607B8FE6939347 /* Pods-GravitySliderFlowLayout_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-GravitySliderFlowLayout_Example.debug.xcconfig"; sourceTree = ""; }; - 7D76B1DE9DAE20BAAAB0F2F0D5A7F34A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 83FDE215F167E5745D4D720A502B61CB /* GravitySliderFlowLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GravitySliderFlowLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 8490804F99605B51244972453D2BD3B1 /* GravitySliderFlowLayout-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GravitySliderFlowLayout-umbrella.h"; sourceTree = ""; }; - 885B259A587F30080ACE96B32A874A78 /* Pods-GravitySliderFlowLayout_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-GravitySliderFlowLayout_Example-resources.sh"; sourceTree = ""; }; - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9A0BBC05DF60410FF6511EA124ED9C22 /* Pods_GravitySliderFlowLayout_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GravitySliderFlowLayout_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9F7CC080ABB7C1468FAF683BD45F3402 /* Pods-GravitySliderFlowLayout_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-GravitySliderFlowLayout_Tests-umbrella.h"; sourceTree = ""; }; - A0FE2C9AF6821D74D382D93B3524B6F3 /* GravitySliderFlowLayout-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GravitySliderFlowLayout-prefix.pch"; sourceTree = ""; }; - A402165A1D85EA5EBC917372E4007723 /* Pods-GravitySliderFlowLayout_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-GravitySliderFlowLayout_Tests.debug.xcconfig"; sourceTree = ""; }; - AEF9F450ED3053478F2B6ADD00B4700D /* Pods-GravitySliderFlowLayout_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-GravitySliderFlowLayout_Example-acknowledgements.plist"; sourceTree = ""; }; - B53E54996D59A0CFF41F87C7234F9D93 /* GravitySliderFlowLayout.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = GravitySliderFlowLayout.modulemap; sourceTree = ""; }; - D157159554CE819402EC7F915D31EAEA /* Pods-GravitySliderFlowLayout_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-GravitySliderFlowLayout_Tests-dummy.m"; sourceTree = ""; }; - DA20F8AD3750EDDA03ED46A0021CE1AA /* Pods-GravitySliderFlowLayout_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-GravitySliderFlowLayout_Example-acknowledgements.markdown"; sourceTree = ""; }; - DA3F88ECCF0714E209D06DE66FF05114 /* Pods_GravitySliderFlowLayout_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GravitySliderFlowLayout_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - DC222E0BBEB383EE956F5CA0B608C94D /* Pods-GravitySliderFlowLayout_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-GravitySliderFlowLayout_Example-frameworks.sh"; sourceTree = ""; }; - E3073105201E6AA4914EEE9F3C311FC2 /* Pods-GravitySliderFlowLayout_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-GravitySliderFlowLayout_Tests.release.xcconfig"; sourceTree = ""; }; - EF517CA4A42A0F9A5C9DD3E2E1330850 /* Pods-GravitySliderFlowLayout_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-GravitySliderFlowLayout_Tests-frameworks.sh"; sourceTree = ""; }; - F2A301DCD35F3D0C65F4D51E1F20448E /* GravitySliderFlowLayout-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GravitySliderFlowLayout-dummy.m"; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 1C6FA0AAC7F9624E6075E40A85F072D2 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 6D713D95E24A6375F2F544AE52F58E0B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 709CDF9320A21D60D4C4BBFDDC5BC542 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4609313428CBC4AF838F14FEBE6BE26A /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E43C43BF76F361D1215B4662C8C1CFC1 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - BEDE08BADD197B0C90E4687FF6D2133F /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 2244408A123A64E905E5F2C95222EF82 /* Support Files */ = { - isa = PBXGroup; - children = ( - B53E54996D59A0CFF41F87C7234F9D93 /* GravitySliderFlowLayout.modulemap */, - 57A2E1CD05229A45C8BAA8F133D36478 /* GravitySliderFlowLayout.xcconfig */, - F2A301DCD35F3D0C65F4D51E1F20448E /* GravitySliderFlowLayout-dummy.m */, - A0FE2C9AF6821D74D382D93B3524B6F3 /* GravitySliderFlowLayout-prefix.pch */, - 8490804F99605B51244972453D2BD3B1 /* GravitySliderFlowLayout-umbrella.h */, - 4FB37429073453DB438344F3A1972E8F /* Info.plist */, - ); - name = "Support Files"; - path = "Example/Pods/Target Support Files/GravitySliderFlowLayout"; - sourceTree = ""; - }; - 53CE3AA7DBD1DC00E01D281BE7CE74E4 /* Products */ = { - isa = PBXGroup; - children = ( - 83FDE215F167E5745D4D720A502B61CB /* GravitySliderFlowLayout.framework */, - DA3F88ECCF0714E209D06DE66FF05114 /* Pods_GravitySliderFlowLayout_Example.framework */, - 9A0BBC05DF60410FF6511EA124ED9C22 /* Pods_GravitySliderFlowLayout_Tests.framework */, - ); - name = Products; - sourceTree = ""; - }; - 714C7D3EDED2AEEA55E55CB56404C8AD /* Pods-GravitySliderFlowLayout_Example */ = { - isa = PBXGroup; - children = ( - 7D76B1DE9DAE20BAAAB0F2F0D5A7F34A /* Info.plist */, - 5F40DF5D495722731158D6949C37FEF6 /* Pods-GravitySliderFlowLayout_Example.modulemap */, - DA20F8AD3750EDDA03ED46A0021CE1AA /* Pods-GravitySliderFlowLayout_Example-acknowledgements.markdown */, - AEF9F450ED3053478F2B6ADD00B4700D /* Pods-GravitySliderFlowLayout_Example-acknowledgements.plist */, - 26F429618372CF360C8DD2B5F8CF85FB /* Pods-GravitySliderFlowLayout_Example-dummy.m */, - DC222E0BBEB383EE956F5CA0B608C94D /* Pods-GravitySliderFlowLayout_Example-frameworks.sh */, - 885B259A587F30080ACE96B32A874A78 /* Pods-GravitySliderFlowLayout_Example-resources.sh */, - 3CEBD4911ADF88333CCB01FAFE5A3A2B /* Pods-GravitySliderFlowLayout_Example-umbrella.h */, - 689CEDA0D335986290607B8FE6939347 /* Pods-GravitySliderFlowLayout_Example.debug.xcconfig */, - 080444D896360C5685AFC08BB1DAE771 /* Pods-GravitySliderFlowLayout_Example.release.xcconfig */, - ); - name = "Pods-GravitySliderFlowLayout_Example"; - path = "Target Support Files/Pods-GravitySliderFlowLayout_Example"; - sourceTree = ""; - }; - 7CBB327B57F25A4A597157ABF13668F7 /* GravitySliderFlowLayout */ = { - isa = PBXGroup; - children = ( - 875336B4CB4F7C81D204684CFF38937E /* Classes */, - ); - path = GravitySliderFlowLayout; - sourceTree = ""; - }; - 7DB346D0F39D3F0E887471402A8071AB = { - isa = PBXGroup; - children = ( - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, - E22AC72DB8D6E66E76177F5D5C05D8E3 /* Development Pods */, - BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */, - 53CE3AA7DBD1DC00E01D281BE7CE74E4 /* Products */, - 8056E7BAF8B69F131BDF6505B1B83F6B /* Targets Support Files */, - ); - sourceTree = ""; - }; - 8056E7BAF8B69F131BDF6505B1B83F6B /* Targets Support Files */ = { - isa = PBXGroup; - children = ( - 714C7D3EDED2AEEA55E55CB56404C8AD /* Pods-GravitySliderFlowLayout_Example */, - BE2061CDE90D1FDF1CB5B3C8D82B1DB1 /* Pods-GravitySliderFlowLayout_Tests */, - ); - name = "Targets Support Files"; - sourceTree = ""; - }; - 875336B4CB4F7C81D204684CFF38937E /* Classes */ = { - isa = PBXGroup; - children = ( - 05D6C0961F9F1763002174F6 /* GravitySliderFlowLayout.swift */, - ); - path = Classes; - sourceTree = ""; - }; - BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = { - isa = PBXGroup; - children = ( - D35AF013A5F0BAD4F32504907A52519E /* iOS */, - ); - name = Frameworks; - sourceTree = ""; - }; - BE2061CDE90D1FDF1CB5B3C8D82B1DB1 /* Pods-GravitySliderFlowLayout_Tests */ = { - isa = PBXGroup; - children = ( - 39344DC770686AE72EECCB2242C9E6EE /* Info.plist */, - 5A70C9B1211EC42E2DA6209D549D87CF /* Pods-GravitySliderFlowLayout_Tests.modulemap */, - 2D13A4A490AE86186943315FB2629E6B /* Pods-GravitySliderFlowLayout_Tests-acknowledgements.markdown */, - 16DF0F170A593D1F5E656F55B42D9529 /* Pods-GravitySliderFlowLayout_Tests-acknowledgements.plist */, - D157159554CE819402EC7F915D31EAEA /* Pods-GravitySliderFlowLayout_Tests-dummy.m */, - EF517CA4A42A0F9A5C9DD3E2E1330850 /* Pods-GravitySliderFlowLayout_Tests-frameworks.sh */, - 1BB5F2D7C2E64796116E17CC85EEBEB3 /* Pods-GravitySliderFlowLayout_Tests-resources.sh */, - 9F7CC080ABB7C1468FAF683BD45F3402 /* Pods-GravitySliderFlowLayout_Tests-umbrella.h */, - A402165A1D85EA5EBC917372E4007723 /* Pods-GravitySliderFlowLayout_Tests.debug.xcconfig */, - E3073105201E6AA4914EEE9F3C311FC2 /* Pods-GravitySliderFlowLayout_Tests.release.xcconfig */, - ); - name = "Pods-GravitySliderFlowLayout_Tests"; - path = "Target Support Files/Pods-GravitySliderFlowLayout_Tests"; - sourceTree = ""; - }; - D35AF013A5F0BAD4F32504907A52519E /* iOS */ = { - isa = PBXGroup; - children = ( - 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */, - ); - name = iOS; - sourceTree = ""; - }; - E22AC72DB8D6E66E76177F5D5C05D8E3 /* Development Pods */ = { - isa = PBXGroup; - children = ( - E23B50B036103AC71DA75B397B454435 /* GravitySliderFlowLayout */, - ); - name = "Development Pods"; - sourceTree = ""; - }; - E23B50B036103AC71DA75B397B454435 /* GravitySliderFlowLayout */ = { - isa = PBXGroup; - children = ( - 7CBB327B57F25A4A597157ABF13668F7 /* GravitySliderFlowLayout */, - 2244408A123A64E905E5F2C95222EF82 /* Support Files */, - ); - name = GravitySliderFlowLayout; - path = ../..; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 24EF6840F7BCF94A67C7A3E23580BB72 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - A21BE6862C1108C664D3055BE6DEE350 /* Pods-GravitySliderFlowLayout_Example-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5CD46DDB5E8A7AE6F38216F45A00E001 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 4CDAEFA193AFE50BC441D6678F06FAAE /* Pods-GravitySliderFlowLayout_Tests-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - AA1044A347B53B733D4A60BF4EE7E4BB /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 571B7B730E6F4395D260A1C025714D9C /* GravitySliderFlowLayout-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 0CB1119E1869685B22F4975B3FE08162 /* Pods-GravitySliderFlowLayout_Tests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 94F7589F54AF9C34C813AC931152656F /* Build configuration list for PBXNativeTarget "Pods-GravitySliderFlowLayout_Tests" */; - buildPhases = ( - 2C15DA69C226B7A618F11354DDA92EBB /* Sources */, - 709CDF9320A21D60D4C4BBFDDC5BC542 /* Frameworks */, - 5CD46DDB5E8A7AE6F38216F45A00E001 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "Pods-GravitySliderFlowLayout_Tests"; - productName = "Pods-GravitySliderFlowLayout_Tests"; - productReference = 9A0BBC05DF60410FF6511EA124ED9C22 /* Pods_GravitySliderFlowLayout_Tests.framework */; - productType = "com.apple.product-type.framework"; - }; - 9AF8200FA5292CC73BF0273583A983EE /* GravitySliderFlowLayout */ = { - isa = PBXNativeTarget; - buildConfigurationList = 46C4E317928D037CDC837A4802AA0887 /* Build configuration list for PBXNativeTarget "GravitySliderFlowLayout" */; - buildPhases = ( - 9C7B8008814E9A7B6D0B5947548EF7E9 /* Sources */, - E43C43BF76F361D1215B4662C8C1CFC1 /* Frameworks */, - AA1044A347B53B733D4A60BF4EE7E4BB /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = GravitySliderFlowLayout; - productName = GravitySliderFlowLayout; - productReference = 83FDE215F167E5745D4D720A502B61CB /* GravitySliderFlowLayout.framework */; - productType = "com.apple.product-type.framework"; - }; - D21BD95A3D0F3FD6FC126B016FCAFA19 /* Pods-GravitySliderFlowLayout_Example */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1BBF33EAF35B5297188F4E97C1927BBE /* Build configuration list for PBXNativeTarget "Pods-GravitySliderFlowLayout_Example" */; - buildPhases = ( - 315220798C8EAE43F3C02D6EC8206513 /* Sources */, - 1C6FA0AAC7F9624E6075E40A85F072D2 /* Frameworks */, - 24EF6840F7BCF94A67C7A3E23580BB72 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - F3197BEAD838D8A0D0795681555C5782 /* PBXTargetDependency */, - ); - name = "Pods-GravitySliderFlowLayout_Example"; - productName = "Pods-GravitySliderFlowLayout_Example"; - productReference = DA3F88ECCF0714E209D06DE66FF05114 /* Pods_GravitySliderFlowLayout_Example.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - D41D8CD98F00B204E9800998ECF8427E /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 0830; - LastUpgradeCheck = 0700; - }; - buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = 53CE3AA7DBD1DC00E01D281BE7CE74E4 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 9AF8200FA5292CC73BF0273583A983EE /* GravitySliderFlowLayout */, - D21BD95A3D0F3FD6FC126B016FCAFA19 /* Pods-GravitySliderFlowLayout_Example */, - 0CB1119E1869685B22F4975B3FE08162 /* Pods-GravitySliderFlowLayout_Tests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - 2C15DA69C226B7A618F11354DDA92EBB /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5B12CEB88F36C8C1B0F7A764AB815088 /* Pods-GravitySliderFlowLayout_Tests-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 315220798C8EAE43F3C02D6EC8206513 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3F2B0BA292D9C3A4A68B36844CD2393B /* Pods-GravitySliderFlowLayout_Example-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9C7B8008814E9A7B6D0B5947548EF7E9 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6B6B93114F55FD3E8F21B27DF863E4A7 /* GravitySliderFlowLayout-dummy.m in Sources */, - 05D6C0971F9F1763002174F6 /* GravitySliderFlowLayout.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - F3197BEAD838D8A0D0795681555C5782 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GravitySliderFlowLayout; - target = 9AF8200FA5292CC73BF0273583A983EE /* GravitySliderFlowLayout */; - targetProxy = FEFFCF102F230E5C17D284A80DE8C3DC /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 157AF0CD5E5AB2A2E74D3B8ECD865185 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGNING_REQUIRED = NO; - COPY_PHASE_STRIP = YES; - ENABLE_NS_ASSERTIONS = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_RELEASE=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.3; - PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; - STRIP_INSTALLED_PRODUCT = NO; - SYMROOT = "${SRCROOT}/../build"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 4348CA04E97362C7B10FBA3CEEF487EE /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A402165A1D85EA5EBC917372E4007723 /* Pods-GravitySliderFlowLayout_Tests.debug.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-GravitySliderFlowLayout_Tests/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_GravitySliderFlowLayout_Tests; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 518ABE11601E8077EE56358642886FE8 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 57A2E1CD05229A45C8BAA8F133D36478 /* GravitySliderFlowLayout.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/GravitySliderFlowLayout/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/GravitySliderFlowLayout/GravitySliderFlowLayout.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = GravitySliderFlowLayout; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 642D825F8E4222F99799B3040D7E3B3E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E3073105201E6AA4914EEE9F3C311FC2 /* Pods-GravitySliderFlowLayout_Tests.release.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-GravitySliderFlowLayout_Tests/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_GravitySliderFlowLayout_Tests; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - D14A7A2639150DAE471AC1B0D24F380F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 57A2E1CD05229A45C8BAA8F133D36478 /* GravitySliderFlowLayout.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/GravitySliderFlowLayout/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/GravitySliderFlowLayout/GravitySliderFlowLayout.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = GravitySliderFlowLayout; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - D7B1487F48E36BAD2CEF0AFCA4908B67 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGNING_REQUIRED = NO; - COPY_PHASE_STRIP = NO; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_DEBUG=1", - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.3; - ONLY_ACTIVE_ARCH = YES; - PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; - STRIP_INSTALLED_PRODUCT = NO; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Debug; - }; - DBB55357AA7F8E0DE8C50E538B1BB27B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 080444D896360C5685AFC08BB1DAE771 /* Pods-GravitySliderFlowLayout_Example.release.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-GravitySliderFlowLayout_Example/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_GravitySliderFlowLayout_Example; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - F42AFC4EBAAD7F46FAF8FFF0C58C50A0 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 689CEDA0D335986290607B8FE6939347 /* Pods-GravitySliderFlowLayout_Example.debug.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-GravitySliderFlowLayout_Example/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_GravitySliderFlowLayout_Example; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1BBF33EAF35B5297188F4E97C1927BBE /* Build configuration list for PBXNativeTarget "Pods-GravitySliderFlowLayout_Example" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F42AFC4EBAAD7F46FAF8FFF0C58C50A0 /* Debug */, - DBB55357AA7F8E0DE8C50E538B1BB27B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D7B1487F48E36BAD2CEF0AFCA4908B67 /* Debug */, - 157AF0CD5E5AB2A2E74D3B8ECD865185 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 46C4E317928D037CDC837A4802AA0887 /* Build configuration list for PBXNativeTarget "GravitySliderFlowLayout" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 518ABE11601E8077EE56358642886FE8 /* Debug */, - D14A7A2639150DAE471AC1B0D24F380F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 94F7589F54AF9C34C813AC931152656F /* Build configuration list for PBXNativeTarget "Pods-GravitySliderFlowLayout_Tests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4348CA04E97362C7B10FBA3CEEF487EE /* Debug */, - 642D825F8E4222F99799B3040D7E3B3E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; -} diff --git a/Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout-dummy.m b/Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout-dummy.m deleted file mode 100644 index b6f3a71..0000000 --- a/Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_GravitySliderFlowLayout : NSObject -@end -@implementation PodsDummy_GravitySliderFlowLayout -@end diff --git a/Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout-prefix.pch b/Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout-prefix.pch deleted file mode 100644 index beb2a24..0000000 --- a/Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout-prefix.pch +++ /dev/null @@ -1,12 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - diff --git a/Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout-umbrella.h b/Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout-umbrella.h deleted file mode 100644 index 4007df2..0000000 --- a/Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout-umbrella.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - - -FOUNDATION_EXPORT double GravitySliderFlowLayoutVersionNumber; -FOUNDATION_EXPORT const unsigned char GravitySliderFlowLayoutVersionString[]; - diff --git a/Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout.modulemap b/Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout.modulemap deleted file mode 100644 index fc0e5bc..0000000 --- a/Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module GravitySliderFlowLayout { - umbrella header "GravitySliderFlowLayout-umbrella.h" - - export * - module * { export * } -} diff --git a/Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout.xcconfig b/Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout.xcconfig deleted file mode 100644 index cad0855..0000000 --- a/Example/Pods/Target Support Files/GravitySliderFlowLayout/GravitySliderFlowLayout.xcconfig +++ /dev/null @@ -1,10 +0,0 @@ -CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/GravitySliderFlowLayout -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" -PODS_BUILD_DIR = $BUILD_DIR -PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES diff --git a/Example/Pods/Target Support Files/GravitySliderFlowLayout/Info.plist b/Example/Pods/Target Support Files/GravitySliderFlowLayout/Info.plist deleted file mode 100644 index 161a9d3..0000000 --- a/Example/Pods/Target Support Files/GravitySliderFlowLayout/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 0.1.0 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Info.plist b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Info.plist deleted file mode 100644 index 2243fe6..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0.0 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-acknowledgements.markdown deleted file mode 100644 index feebd18..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-acknowledgements.markdown +++ /dev/null @@ -1,26 +0,0 @@ -# Acknowledgements -This application makes use of the following third party libraries: - -## GravitySliderFlowLayout - -Copyright (c) 2017 Applikey Solutions - -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. - -Generated by CocoaPods - https://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-acknowledgements.plist deleted file mode 100644 index b0b109e..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-acknowledgements.plist +++ /dev/null @@ -1,58 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - This application makes use of the following third party libraries: - Title - Acknowledgements - Type - PSGroupSpecifier - - - FooterText - Copyright (c) 2017 Applikey Solutions <welcome@applikeysolutions.com> - -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. - - License - MIT - Title - GravitySliderFlowLayout - Type - PSGroupSpecifier - - - FooterText - Generated by CocoaPods - https://cocoapods.org - Title - - Type - PSGroupSpecifier - - - StringsTable - Acknowledgements - Title - Acknowledgements - - diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-dummy.m b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-dummy.m deleted file mode 100644 index 15b339c..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_GravitySliderFlowLayout_Example : NSObject -@end -@implementation PodsDummy_Pods_GravitySliderFlowLayout_Example -@end diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-frameworks.sh b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-frameworks.sh deleted file mode 100755 index a32b88a..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-frameworks.sh +++ /dev/null @@ -1,99 +0,0 @@ -#!/bin/sh -set -e - -echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" -mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - -SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" - -install_framework() -{ - if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then - local source="${BUILT_PRODUCTS_DIR}/$1" - elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then - local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" - elif [ -r "$1" ]; then - local source="$1" - fi - - local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - - if [ -L "${source}" ]; then - echo "Symlinked..." - source="$(readlink "${source}")" - fi - - # use filter instead of exclude so missing patterns dont' throw errors - echo "rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" - rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" - - local basename - basename="$(basename -s .framework "$1")" - binary="${destination}/${basename}.framework/${basename}" - if ! [ -r "$binary" ]; then - binary="${destination}/${basename}" - fi - - # Strip invalid architectures so "fat" simulator / device frameworks work on device - if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then - strip_invalid_archs "$binary" - fi - - # Resign the code if required by the build settings to avoid unstable apps - code_sign_if_enabled "${destination}/$(basename "$1")" - - # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. - if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then - local swift_runtime_libs - swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) - for lib in $swift_runtime_libs; do - echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" - rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" - code_sign_if_enabled "${destination}/${lib}" - done - fi -} - -# Signs a framework with the provided identity -code_sign_if_enabled() { - if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then - # Use the current code_sign_identitiy - echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" - local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'" - - if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - code_sign_cmd="$code_sign_cmd &" - fi - echo "$code_sign_cmd" - eval "$code_sign_cmd" - fi -} - -# Strip invalid architectures -strip_invalid_archs() { - binary="$1" - # Get architectures for current file - archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)" - stripped="" - for arch in $archs; do - if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then - # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" || exit 1 - stripped="$stripped $arch" - fi - done - if [[ "$stripped" ]]; then - echo "Stripped $binary of architectures:$stripped" - fi -} - - -if [[ "$CONFIGURATION" == "Debug" ]]; then - install_framework "$BUILT_PRODUCTS_DIR/GravitySliderFlowLayout/GravitySliderFlowLayout.framework" -fi -if [[ "$CONFIGURATION" == "Release" ]]; then - install_framework "$BUILT_PRODUCTS_DIR/GravitySliderFlowLayout/GravitySliderFlowLayout.framework" -fi -if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - wait -fi diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-resources.sh b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-resources.sh deleted file mode 100755 index 4602c68..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-resources.sh +++ /dev/null @@ -1,99 +0,0 @@ -#!/bin/sh -set -e - -mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - -RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt -> "$RESOURCES_TO_COPY" - -XCASSET_FILES=() - -case "${TARGETED_DEVICE_FAMILY}" in - 1,2) - TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" - ;; - 1) - TARGET_DEVICE_ARGS="--target-device iphone" - ;; - 2) - TARGET_DEVICE_ARGS="--target-device ipad" - ;; - 3) - TARGET_DEVICE_ARGS="--target-device tv" - ;; - *) - TARGET_DEVICE_ARGS="--target-device mac" - ;; -esac - -install_resource() -{ - if [[ "$1" = /* ]] ; then - RESOURCE_PATH="$1" - else - RESOURCE_PATH="${PODS_ROOT}/$1" - fi - if [[ ! -e "$RESOURCE_PATH" ]] ; then - cat << EOM -error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. -EOM - exit 1 - fi - case $RESOURCE_PATH in - *.storyboard) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} - ;; - *.xib) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} - ;; - *.framework) - echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - echo "rsync -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - rsync -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - ;; - *.xcdatamodel) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" - xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" - ;; - *.xcdatamodeld) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" - xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" - ;; - *.xcmappingmodel) - echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" - xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" - ;; - *.xcassets) - ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" - XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") - ;; - *) - echo "$RESOURCE_PATH" - echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" - ;; - esac -} - -mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then - mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi -rm -f "$RESOURCES_TO_COPY" - -if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] -then - # Find all other xcassets (this unfortunately includes those of path pods and other targets). - OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) - while read line; do - if [[ $line != "${PODS_ROOT}*" ]]; then - XCASSET_FILES+=("$line") - fi - done <<<"$OTHER_XCASSETS" - - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-umbrella.h b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-umbrella.h deleted file mode 100644 index 467e803..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-umbrella.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - - -FOUNDATION_EXPORT double Pods_GravitySliderFlowLayout_ExampleVersionNumber; -FOUNDATION_EXPORT const unsigned char Pods_GravitySliderFlowLayout_ExampleVersionString[]; - diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example.debug.xcconfig b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example.debug.xcconfig deleted file mode 100644 index c0bb1d2..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example.debug.xcconfig +++ /dev/null @@ -1,10 +0,0 @@ -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/GravitySliderFlowLayout" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/GravitySliderFlowLayout/GravitySliderFlowLayout.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "GravitySliderFlowLayout" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" -PODS_BUILD_DIR = $BUILD_DIR -PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example.modulemap b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example.modulemap deleted file mode 100644 index 7f9c5b4..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module Pods_GravitySliderFlowLayout_Example { - umbrella header "Pods-GravitySliderFlowLayout_Example-umbrella.h" - - export * - module * { export * } -} diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example.release.xcconfig b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example.release.xcconfig deleted file mode 100644 index c0bb1d2..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example.release.xcconfig +++ /dev/null @@ -1,10 +0,0 @@ -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/GravitySliderFlowLayout" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/GravitySliderFlowLayout/GravitySliderFlowLayout.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "GravitySliderFlowLayout" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" -PODS_BUILD_DIR = $BUILD_DIR -PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Info.plist b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Info.plist deleted file mode 100644 index 2243fe6..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0.0 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-acknowledgements.markdown deleted file mode 100644 index 102af75..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-acknowledgements.markdown +++ /dev/null @@ -1,3 +0,0 @@ -# Acknowledgements -This application makes use of the following third party libraries: -Generated by CocoaPods - https://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-acknowledgements.plist deleted file mode 100644 index 7acbad1..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-acknowledgements.plist +++ /dev/null @@ -1,29 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - This application makes use of the following third party libraries: - Title - Acknowledgements - Type - PSGroupSpecifier - - - FooterText - Generated by CocoaPods - https://cocoapods.org - Title - - Type - PSGroupSpecifier - - - StringsTable - Acknowledgements - Title - Acknowledgements - - diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-dummy.m b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-dummy.m deleted file mode 100644 index 465de5d..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_GravitySliderFlowLayout_Tests : NSObject -@end -@implementation PodsDummy_Pods_GravitySliderFlowLayout_Tests -@end diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-frameworks.sh b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-frameworks.sh deleted file mode 100755 index 0f29f13..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-frameworks.sh +++ /dev/null @@ -1,92 +0,0 @@ -#!/bin/sh -set -e - -echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" -mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - -SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" - -install_framework() -{ - if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then - local source="${BUILT_PRODUCTS_DIR}/$1" - elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then - local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" - elif [ -r "$1" ]; then - local source="$1" - fi - - local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - - if [ -L "${source}" ]; then - echo "Symlinked..." - source="$(readlink "${source}")" - fi - - # use filter instead of exclude so missing patterns dont' throw errors - echo "rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" - rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" - - local basename - basename="$(basename -s .framework "$1")" - binary="${destination}/${basename}.framework/${basename}" - if ! [ -r "$binary" ]; then - binary="${destination}/${basename}" - fi - - # Strip invalid architectures so "fat" simulator / device frameworks work on device - if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then - strip_invalid_archs "$binary" - fi - - # Resign the code if required by the build settings to avoid unstable apps - code_sign_if_enabled "${destination}/$(basename "$1")" - - # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. - if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then - local swift_runtime_libs - swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) - for lib in $swift_runtime_libs; do - echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" - rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" - code_sign_if_enabled "${destination}/${lib}" - done - fi -} - -# Signs a framework with the provided identity -code_sign_if_enabled() { - if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then - # Use the current code_sign_identitiy - echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" - local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'" - - if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - code_sign_cmd="$code_sign_cmd &" - fi - echo "$code_sign_cmd" - eval "$code_sign_cmd" - fi -} - -# Strip invalid architectures -strip_invalid_archs() { - binary="$1" - # Get architectures for current file - archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)" - stripped="" - for arch in $archs; do - if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then - # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" || exit 1 - stripped="$stripped $arch" - fi - done - if [[ "$stripped" ]]; then - echo "Stripped $binary of architectures:$stripped" - fi -} - -if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - wait -fi diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-resources.sh b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-resources.sh deleted file mode 100755 index 4602c68..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-resources.sh +++ /dev/null @@ -1,99 +0,0 @@ -#!/bin/sh -set -e - -mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - -RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt -> "$RESOURCES_TO_COPY" - -XCASSET_FILES=() - -case "${TARGETED_DEVICE_FAMILY}" in - 1,2) - TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" - ;; - 1) - TARGET_DEVICE_ARGS="--target-device iphone" - ;; - 2) - TARGET_DEVICE_ARGS="--target-device ipad" - ;; - 3) - TARGET_DEVICE_ARGS="--target-device tv" - ;; - *) - TARGET_DEVICE_ARGS="--target-device mac" - ;; -esac - -install_resource() -{ - if [[ "$1" = /* ]] ; then - RESOURCE_PATH="$1" - else - RESOURCE_PATH="${PODS_ROOT}/$1" - fi - if [[ ! -e "$RESOURCE_PATH" ]] ; then - cat << EOM -error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. -EOM - exit 1 - fi - case $RESOURCE_PATH in - *.storyboard) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} - ;; - *.xib) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} - ;; - *.framework) - echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - echo "rsync -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - rsync -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - ;; - *.xcdatamodel) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" - xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" - ;; - *.xcdatamodeld) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" - xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" - ;; - *.xcmappingmodel) - echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" - xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" - ;; - *.xcassets) - ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" - XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") - ;; - *) - echo "$RESOURCE_PATH" - echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" - ;; - esac -} - -mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then - mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi -rm -f "$RESOURCES_TO_COPY" - -if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] -then - # Find all other xcassets (this unfortunately includes those of path pods and other targets). - OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) - while read line; do - if [[ $line != "${PODS_ROOT}*" ]]; then - XCASSET_FILES+=("$line") - fi - done <<<"$OTHER_XCASSETS" - - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-umbrella.h b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-umbrella.h deleted file mode 100644 index 6c6b2b4..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests-umbrella.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - - -FOUNDATION_EXPORT double Pods_GravitySliderFlowLayout_TestsVersionNumber; -FOUNDATION_EXPORT const unsigned char Pods_GravitySliderFlowLayout_TestsVersionString[]; - diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests.debug.xcconfig b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests.debug.xcconfig deleted file mode 100644 index 1f62c71..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests.debug.xcconfig +++ /dev/null @@ -1,7 +0,0 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/GravitySliderFlowLayout" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/GravitySliderFlowLayout/GravitySliderFlowLayout.framework/Headers" -PODS_BUILD_DIR = $BUILD_DIR -PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests.modulemap b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests.modulemap deleted file mode 100644 index 40ba5ed..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module Pods_GravitySliderFlowLayout_Tests { - umbrella header "Pods-GravitySliderFlowLayout_Tests-umbrella.h" - - export * - module * { export * } -} diff --git a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests.release.xcconfig b/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests.release.xcconfig deleted file mode 100644 index 1f62c71..0000000 --- a/Example/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests.release.xcconfig +++ /dev/null @@ -1,7 +0,0 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/GravitySliderFlowLayout" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/GravitySliderFlowLayout/GravitySliderFlowLayout.framework/Headers" -PODS_BUILD_DIR = $BUILD_DIR -PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT}/Pods