Rename, reorganize, latest iteration
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
use_frameworks!
|
||||
|
||||
target 'ScalingCarouselView_Example' do
|
||||
pod 'ScalingCarouselView', :path => '../'
|
||||
target 'ScalingCarousel_Example' do
|
||||
pod 'ScalingCarousel', :path => '../'
|
||||
|
||||
target 'ScalingCarouselView_Tests' do
|
||||
target 'ScalingCarousel_Tests' do
|
||||
inherit! :search_paths
|
||||
|
||||
pod 'Quick'
|
||||
|
||||
@@ -10,20 +10,20 @@ PODS:
|
||||
- Nimble
|
||||
- Quick
|
||||
- Quick (0.10.0)
|
||||
- ScalingCarouselView (0.1.0)
|
||||
- ScalingCarousel (1.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
- FBSnapshotTestCase (from `https://github.com/facebook/ios-snapshot-test-case`, branch `swift-beta-3`)
|
||||
- Nimble
|
||||
- Nimble-Snapshots
|
||||
- Quick
|
||||
- ScalingCarouselView (from `../`)
|
||||
- ScalingCarousel (from `../`)
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
FBSnapshotTestCase:
|
||||
:branch: swift-beta-3
|
||||
:git: https://github.com/facebook/ios-snapshot-test-case
|
||||
ScalingCarouselView:
|
||||
ScalingCarousel:
|
||||
:path: "../"
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
@@ -36,8 +36,8 @@ SPEC CHECKSUMS:
|
||||
Nimble: 56fc9f5020effa2206de22c3dd910f4fb011b92f
|
||||
Nimble-Snapshots: 4826e3ee211d2c7af27645e35d68b9e9917882e7
|
||||
Quick: 5d290df1c69d5ee2f0729956dcf0fd9a30447eaa
|
||||
ScalingCarouselView: a2c4f5fad11ef7400ae89c4d3258f78af71afead
|
||||
ScalingCarousel: 489ca421c708acbe12368d9d208d3172bf85a4be
|
||||
|
||||
PODFILE CHECKSUM: 8a197aa9af0000c2c5399854ae34ac1d7a1c03df
|
||||
PODFILE CHECKSUM: d9053a176b0b51fe50cfa7a5b03b1b7306404900
|
||||
|
||||
COCOAPODS: 1.1.0.rc.2
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "ScalingCarousel",
|
||||
"version": "1.0",
|
||||
"summary": "A super simple carousel view with scaling cells written in Swift.",
|
||||
"description": "ScalingCarouselView is a super simple carousel view with scaling cells written in Swift.",
|
||||
"homepage": "https://github.com/superpeteblaze/ScalingCarousel",
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"file": "LICENSE"
|
||||
},
|
||||
"authors": {
|
||||
"Pete Smith": "peadar81@gmail.com"
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/superpeteblaze/ScalingCarousel.git",
|
||||
"tag": "1.0"
|
||||
},
|
||||
"social_media_url": "https://twitter.com/superpeteblaze",
|
||||
"platforms": {
|
||||
"ios": "9.0"
|
||||
},
|
||||
"source_files": "ScalingCarousel/Classes/**/*",
|
||||
"frameworks": "UIKit"
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"name": "ScalingCarouselView",
|
||||
"version": "0.1.0",
|
||||
"summary": "A short description of ScalingCarouselView.",
|
||||
"description": "TODO: Add long description of the pod here.",
|
||||
"homepage": "https://github.com/<GITHUB_USERNAME>/ScalingCarouselView",
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"file": "LICENSE"
|
||||
},
|
||||
"authors": {
|
||||
"Pete Smith": "peadar81@gmail.com"
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/<GITHUB_USERNAME>/ScalingCarouselView.git",
|
||||
"tag": "0.1.0"
|
||||
},
|
||||
"platforms": {
|
||||
"ios": "8.0"
|
||||
},
|
||||
"source_files": "ScalingCarouselView/Classes/**/*"
|
||||
}
|
||||
Generated
+5
-5
@@ -10,20 +10,20 @@ PODS:
|
||||
- Nimble
|
||||
- Quick
|
||||
- Quick (0.10.0)
|
||||
- ScalingCarouselView (0.1.0)
|
||||
- ScalingCarousel (1.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
- FBSnapshotTestCase (from `https://github.com/facebook/ios-snapshot-test-case`, branch `swift-beta-3`)
|
||||
- Nimble
|
||||
- Nimble-Snapshots
|
||||
- Quick
|
||||
- ScalingCarouselView (from `../`)
|
||||
- ScalingCarousel (from `../`)
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
FBSnapshotTestCase:
|
||||
:branch: swift-beta-3
|
||||
:git: https://github.com/facebook/ios-snapshot-test-case
|
||||
ScalingCarouselView:
|
||||
ScalingCarousel:
|
||||
:path: "../"
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
@@ -36,8 +36,8 @@ SPEC CHECKSUMS:
|
||||
Nimble: 56fc9f5020effa2206de22c3dd910f4fb011b92f
|
||||
Nimble-Snapshots: 4826e3ee211d2c7af27645e35d68b9e9917882e7
|
||||
Quick: 5d290df1c69d5ee2f0729956dcf0fd9a30447eaa
|
||||
ScalingCarouselView: a2c4f5fad11ef7400ae89c4d3258f78af71afead
|
||||
ScalingCarousel: 489ca421c708acbe12368d9d208d3172bf85a4be
|
||||
|
||||
PODFILE CHECKSUM: 8a197aa9af0000c2c5399854ae34ac1d7a1c03df
|
||||
PODFILE CHECKSUM: d9053a176b0b51fe50cfa7a5b03b1b7306404900
|
||||
|
||||
COCOAPODS: 1.1.0.rc.2
|
||||
|
||||
+439
-437
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_Pods_ScalingCarouselView_Example : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_Pods_ScalingCarouselView_Example
|
||||
@end
|
||||
-6
@@ -1,6 +0,0 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
|
||||
FOUNDATION_EXPORT double Pods_ScalingCarouselView_ExampleVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char Pods_ScalingCarouselView_ExampleVersionString[];
|
||||
|
||||
-6
@@ -1,6 +0,0 @@
|
||||
framework module Pods_ScalingCarouselView_Example {
|
||||
umbrella header "Pods-ScalingCarouselView_Example-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_Pods_ScalingCarouselView_Tests : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_Pods_ScalingCarouselView_Tests
|
||||
@end
|
||||
-6
@@ -1,6 +0,0 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
|
||||
FOUNDATION_EXPORT double Pods_ScalingCarouselView_TestsVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char Pods_ScalingCarouselView_TestsVersionString[];
|
||||
|
||||
-6
@@ -1,6 +0,0 @@
|
||||
framework module Pods_ScalingCarouselView_Tests {
|
||||
umbrella header "Pods-ScalingCarouselView_Tests-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# Acknowledgements
|
||||
This application makes use of the following third party libraries:
|
||||
|
||||
## ScalingCarouselView
|
||||
## ScalingCarousel
|
||||
|
||||
Copyright (c) 2016 Pete Smith <peadar81@gmail.com>
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ THE SOFTWARE.
|
||||
<key>License</key>
|
||||
<string>MIT</string>
|
||||
<key>Title</key>
|
||||
<string>ScalingCarouselView</string>
|
||||
<string>ScalingCarousel</string>
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
</dict>
|
||||
Generated
+5
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_Pods_ScalingCarousel_Example : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_Pods_ScalingCarousel_Example
|
||||
@end
|
||||
+2
-2
@@ -84,8 +84,8 @@ strip_invalid_archs() {
|
||||
|
||||
|
||||
if [[ "$CONFIGURATION" == "Debug" ]]; then
|
||||
install_framework "$BUILT_PRODUCTS_DIR/ScalingCarouselView/ScalingCarouselView.framework"
|
||||
install_framework "$BUILT_PRODUCTS_DIR/ScalingCarousel/ScalingCarousel.framework"
|
||||
fi
|
||||
if [[ "$CONFIGURATION" == "Release" ]]; then
|
||||
install_framework "$BUILT_PRODUCTS_DIR/ScalingCarouselView/ScalingCarouselView.framework"
|
||||
install_framework "$BUILT_PRODUCTS_DIR/ScalingCarousel/ScalingCarousel.framework"
|
||||
fi
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
|
||||
FOUNDATION_EXPORT double Pods_ScalingCarousel_ExampleVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char Pods_ScalingCarousel_ExampleVersionString[];
|
||||
|
||||
+3
-3
@@ -1,10 +1,10 @@
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
|
||||
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarouselView"
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarousel"
|
||||
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/ScalingCarouselView/ScalingCarouselView.framework/Headers"
|
||||
OTHER_LDFLAGS = $(inherited) -framework "ScalingCarouselView"
|
||||
OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarousel/ScalingCarousel.framework/Headers"
|
||||
OTHER_LDFLAGS = $(inherited) -framework "ScalingCarousel"
|
||||
OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
|
||||
PODS_BUILD_DIR = $BUILD_DIR
|
||||
PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
framework module Pods_ScalingCarousel_Example {
|
||||
umbrella header "Pods-ScalingCarousel_Example-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
+3
-3
@@ -1,10 +1,10 @@
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
|
||||
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarouselView"
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarousel"
|
||||
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/ScalingCarouselView/ScalingCarouselView.framework/Headers"
|
||||
OTHER_LDFLAGS = $(inherited) -framework "ScalingCarouselView"
|
||||
OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarousel/ScalingCarousel.framework/Headers"
|
||||
OTHER_LDFLAGS = $(inherited) -framework "ScalingCarousel"
|
||||
OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
|
||||
PODS_BUILD_DIR = $BUILD_DIR
|
||||
PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
Generated
+5
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_Pods_ScalingCarousel_Tests : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_Pods_ScalingCarousel_Tests
|
||||
@end
|
||||
Generated
+6
@@ -0,0 +1,6 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
|
||||
FOUNDATION_EXPORT double Pods_ScalingCarousel_TestsVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char Pods_ScalingCarousel_TestsVersionString[];
|
||||
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
|
||||
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) $(PLATFORM_DIR)/Developer/Library/Frameworks "$PODS_CONFIGURATION_BUILD_DIR/FBSnapshotTestCase" "$PODS_CONFIGURATION_BUILD_DIR/Nimble" "$PODS_CONFIGURATION_BUILD_DIR/Nimble-Snapshots" "$PODS_CONFIGURATION_BUILD_DIR/Quick" "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarouselView"
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) $(PLATFORM_DIR)/Developer/Library/Frameworks "$PODS_CONFIGURATION_BUILD_DIR/FBSnapshotTestCase" "$PODS_CONFIGURATION_BUILD_DIR/Nimble" "$PODS_CONFIGURATION_BUILD_DIR/Nimble-Snapshots" "$PODS_CONFIGURATION_BUILD_DIR/Quick" "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarousel"
|
||||
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/FBSnapshotTestCase/FBSnapshotTestCase.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Nimble-Snapshots/Nimble_Snapshots.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Nimble/Nimble.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Quick/Quick.framework/Headers" $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarouselView/ScalingCarouselView.framework/Headers"
|
||||
OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSnapshotTestCase/FBSnapshotTestCase.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Nimble-Snapshots/Nimble_Snapshots.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Nimble/Nimble.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Quick/Quick.framework/Headers" $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarousel/ScalingCarousel.framework/Headers"
|
||||
OTHER_LDFLAGS = $(inherited) -framework "FBSnapshotTestCase" -framework "Nimble" -framework "Nimble_Snapshots" -framework "Quick"
|
||||
OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
|
||||
PODS_BUILD_DIR = $BUILD_DIR
|
||||
Generated
+6
@@ -0,0 +1,6 @@
|
||||
framework module Pods_ScalingCarousel_Tests {
|
||||
umbrella header "Pods-ScalingCarousel_Tests-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
|
||||
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) $(PLATFORM_DIR)/Developer/Library/Frameworks "$PODS_CONFIGURATION_BUILD_DIR/FBSnapshotTestCase" "$PODS_CONFIGURATION_BUILD_DIR/Nimble" "$PODS_CONFIGURATION_BUILD_DIR/Nimble-Snapshots" "$PODS_CONFIGURATION_BUILD_DIR/Quick" "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarouselView"
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) $(PLATFORM_DIR)/Developer/Library/Frameworks "$PODS_CONFIGURATION_BUILD_DIR/FBSnapshotTestCase" "$PODS_CONFIGURATION_BUILD_DIR/Nimble" "$PODS_CONFIGURATION_BUILD_DIR/Nimble-Snapshots" "$PODS_CONFIGURATION_BUILD_DIR/Quick" "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarousel"
|
||||
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/FBSnapshotTestCase/FBSnapshotTestCase.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Nimble-Snapshots/Nimble_Snapshots.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Nimble/Nimble.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Quick/Quick.framework/Headers" $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarouselView/ScalingCarouselView.framework/Headers"
|
||||
OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSnapshotTestCase/FBSnapshotTestCase.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Nimble-Snapshots/Nimble_Snapshots.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Nimble/Nimble.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Quick/Quick.framework/Headers" $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarousel/ScalingCarousel.framework/Headers"
|
||||
OTHER_LDFLAGS = $(inherited) -framework "FBSnapshotTestCase" -framework "Nimble" -framework "Nimble_Snapshots" -framework "Quick"
|
||||
OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
|
||||
PODS_BUILD_DIR = $BUILD_DIR
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1.0</string>
|
||||
<string>1.0.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_ScalingCarousel : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_ScalingCarousel
|
||||
@end
|
||||
@@ -0,0 +1,6 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
|
||||
FOUNDATION_EXPORT double ScalingCarouselVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char ScalingCarouselVersionString[];
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
framework module ScalingCarousel {
|
||||
umbrella header "ScalingCarousel-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
+2
-1
@@ -1,6 +1,7 @@
|
||||
CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/ScalingCarouselView
|
||||
CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/ScalingCarousel
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public"
|
||||
OTHER_LDFLAGS = -framework "UIKit"
|
||||
OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
|
||||
PODS_BUILD_DIR = $BUILD_DIR
|
||||
PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_ScalingCarouselView : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_ScalingCarouselView
|
||||
@end
|
||||
-6
@@ -1,6 +0,0 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
|
||||
FOUNDATION_EXPORT double ScalingCarouselViewVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char ScalingCarouselViewVersionString[];
|
||||
|
||||
-6
@@ -1,6 +0,0 @@
|
||||
framework module ScalingCarouselView {
|
||||
umbrella header "ScalingCarouselView-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
+52
-50
@@ -13,8 +13,8 @@
|
||||
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
|
||||
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
|
||||
607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
|
||||
B48378A7D67591B11C829CB1 /* Pods_ScalingCarouselView_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 67967C08E03EA83459C56341 /* Pods_ScalingCarouselView_Example.framework */; };
|
||||
E28B9CC8C9B351E4CD2FF14F /* Pods_ScalingCarouselView_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EAA413A845C43F4B10C6A16A /* Pods_ScalingCarouselView_Tests.framework */; };
|
||||
B48378A7D67591B11C829CB1 /* Pods_ScalingCarousel_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 67967C08E03EA83459C56341 /* Pods_ScalingCarousel_Example.framework */; };
|
||||
E28B9CC8C9B351E4CD2FF14F /* Pods_ScalingCarousel_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EAA413A845C43F4B10C6A16A /* Pods_ScalingCarousel_Tests.framework */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
@@ -23,30 +23,31 @@
|
||||
containerPortal = 607FACC81AFB9204008FA782 /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 607FACCF1AFB9204008FA782;
|
||||
remoteInfo = ScalingCarouselView;
|
||||
remoteInfo = ScalingCarousel;
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
607FACD01AFB9204008FA782 /* ScalingCarouselView_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ScalingCarouselView_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
2EF24B65108384B9109974CE /* Pods-ScalingCarousel_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScalingCarousel_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
607FACD01AFB9204008FA782 /* ScalingCarousel_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ScalingCarousel_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||||
607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
||||
607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
||||
607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
||||
607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
|
||||
607FACE51AFB9204008FA782 /* ScalingCarouselView_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ScalingCarouselView_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
607FACE51AFB9204008FA782 /* ScalingCarousel_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ScalingCarousel_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
|
||||
67967C08E03EA83459C56341 /* Pods_ScalingCarouselView_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ScalingCarouselView_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
6F9DC769B8CD3D88949EFB87 /* Pods-ScalingCarouselView_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScalingCarouselView_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
A9F31E37480CE10477A6B3FB /* Pods-ScalingCarouselView_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScalingCarouselView_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example.release.xcconfig"; sourceTree = "<group>"; };
|
||||
67967C08E03EA83459C56341 /* Pods_ScalingCarousel_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ScalingCarousel_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
6F9DC769B8CD3D88949EFB87 /* Pods-ScalingCarousel_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScalingCarousel_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-scalingcarousel_Example.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
A9F31E37480CE10477A6B3FB /* Pods-ScalingCarousel_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScalingCarousel_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example.release.xcconfig"; sourceTree = "<group>"; };
|
||||
DB20FF6098A73BDFCD7FA4AB /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
|
||||
EAA413A845C43F4B10C6A16A /* Pods_ScalingCarouselView_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ScalingCarouselView_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
EAA413A845C43F4B10C6A16A /* Pods_ScalingCarousel_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ScalingCarousel_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
ED05A5326F2ECD86C104CDCC /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
||||
F6B4CB731BA05FC5B9F6B207 /* Pods-ScalingCarouselView_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScalingCarouselView_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
F7DA5B10BCF7874BDFDC1A14 /* Pods-ScalingCarouselView_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScalingCarouselView_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests.release.xcconfig"; sourceTree = "<group>"; };
|
||||
FD7074DF30B94DFF6FB8BCD5 /* ScalingCarouselView.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = ScalingCarouselView.podspec; path = ../ScalingCarouselView.podspec; sourceTree = "<group>"; };
|
||||
F6B4CB731BA05FC5B9F6B207 /* Pods-ScalingCarousel_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScalingCarousel_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
F7DA5B10BCF7874BDFDC1A14 /* Pods-ScalingCarousel_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScalingCarousel_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests.release.xcconfig"; sourceTree = "<group>"; };
|
||||
FD7074DF30B94DFF6FB8BCD5 /* ScalingCarousel.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = ScalingCarousel.podspec; path = ../ScalingCarousel.podspec; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -54,7 +55,7 @@
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
B48378A7D67591B11C829CB1 /* Pods_ScalingCarouselView_Example.framework in Frameworks */,
|
||||
B48378A7D67591B11C829CB1 /* Pods_ScalingCarousel_Example.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -62,7 +63,7 @@
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
E28B9CC8C9B351E4CD2FF14F /* Pods_ScalingCarouselView_Tests.framework in Frameworks */,
|
||||
E28B9CC8C9B351E4CD2FF14F /* Pods_ScalingCarousel_Tests.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -72,10 +73,11 @@
|
||||
45D18909CD5A8A153AC8CFB1 /* Pods */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6F9DC769B8CD3D88949EFB87 /* Pods-ScalingCarouselView_Example.debug.xcconfig */,
|
||||
A9F31E37480CE10477A6B3FB /* Pods-ScalingCarouselView_Example.release.xcconfig */,
|
||||
F6B4CB731BA05FC5B9F6B207 /* Pods-ScalingCarouselView_Tests.debug.xcconfig */,
|
||||
F7DA5B10BCF7874BDFDC1A14 /* Pods-ScalingCarouselView_Tests.release.xcconfig */,
|
||||
6F9DC769B8CD3D88949EFB87 /* Pods-ScalingCarousel_Example.debug.xcconfig */,
|
||||
A9F31E37480CE10477A6B3FB /* Pods-ScalingCarousel_Example.release.xcconfig */,
|
||||
F6B4CB731BA05FC5B9F6B207 /* Pods-ScalingCarousel_Tests.debug.xcconfig */,
|
||||
F7DA5B10BCF7874BDFDC1A14 /* Pods-ScalingCarousel_Tests.release.xcconfig */,
|
||||
2EF24B65108384B9109974CE /* Pods-ScalingCarousel_Example.debug.xcconfig */,
|
||||
);
|
||||
name = Pods;
|
||||
sourceTree = "<group>";
|
||||
@@ -95,8 +97,8 @@
|
||||
607FACD11AFB9204008FA782 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
607FACD01AFB9204008FA782 /* ScalingCarouselView_Example.app */,
|
||||
607FACE51AFB9204008FA782 /* ScalingCarouselView_Tests.xctest */,
|
||||
607FACD01AFB9204008FA782 /* ScalingCarousel_Example.app */,
|
||||
607FACE51AFB9204008FA782 /* ScalingCarousel_Tests.xctest */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
@@ -112,7 +114,7 @@
|
||||
607FACD31AFB9204008FA782 /* Supporting Files */,
|
||||
);
|
||||
name = Example;
|
||||
path = ScalingCarouselView;
|
||||
path = ScalingCarousel;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
607FACD31AFB9204008FA782 /* Supporting Files */ = {
|
||||
@@ -143,7 +145,7 @@
|
||||
607FACF51AFB993E008FA782 /* Podspec Metadata */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
FD7074DF30B94DFF6FB8BCD5 /* ScalingCarouselView.podspec */,
|
||||
FD7074DF30B94DFF6FB8BCD5 /* ScalingCarousel.podspec */,
|
||||
ED05A5326F2ECD86C104CDCC /* README.md */,
|
||||
DB20FF6098A73BDFCD7FA4AB /* LICENSE */,
|
||||
);
|
||||
@@ -153,8 +155,8 @@
|
||||
CEC2034578EA07540CBDBD8F /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
67967C08E03EA83459C56341 /* Pods_ScalingCarouselView_Example.framework */,
|
||||
EAA413A845C43F4B10C6A16A /* Pods_ScalingCarouselView_Tests.framework */,
|
||||
67967C08E03EA83459C56341 /* Pods_ScalingCarousel_Example.framework */,
|
||||
EAA413A845C43F4B10C6A16A /* Pods_ScalingCarousel_Tests.framework */,
|
||||
);
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
@@ -162,9 +164,9 @@
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
607FACCF1AFB9204008FA782 /* ScalingCarouselView_Example */ = {
|
||||
607FACCF1AFB9204008FA782 /* ScalingCarousel_Example */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ScalingCarouselView_Example" */;
|
||||
buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ScalingCarousel_Example" */;
|
||||
buildPhases = (
|
||||
A05B2BF8C0250ED70E68E370 /* [CP] Check Pods Manifest.lock */,
|
||||
607FACCC1AFB9204008FA782 /* Sources */,
|
||||
@@ -177,14 +179,14 @@
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = ScalingCarouselView_Example;
|
||||
productName = ScalingCarouselView;
|
||||
productReference = 607FACD01AFB9204008FA782 /* ScalingCarouselView_Example.app */;
|
||||
name = ScalingCarousel_Example;
|
||||
productName = ScalingCarousel;
|
||||
productReference = 607FACD01AFB9204008FA782 /* ScalingCarousel_Example.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
607FACE41AFB9204008FA782 /* ScalingCarouselView_Tests */ = {
|
||||
607FACE41AFB9204008FA782 /* ScalingCarousel_Tests */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ScalingCarouselView_Tests" */;
|
||||
buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ScalingCarousel_Tests" */;
|
||||
buildPhases = (
|
||||
746B08292BDAB415EE4C00D5 /* [CP] Check Pods Manifest.lock */,
|
||||
607FACE11AFB9204008FA782 /* Sources */,
|
||||
@@ -198,9 +200,9 @@
|
||||
dependencies = (
|
||||
607FACE71AFB9204008FA782 /* PBXTargetDependency */,
|
||||
);
|
||||
name = ScalingCarouselView_Tests;
|
||||
name = ScalingCarousel_Tests;
|
||||
productName = Tests;
|
||||
productReference = 607FACE51AFB9204008FA782 /* ScalingCarouselView_Tests.xctest */;
|
||||
productReference = 607FACE51AFB9204008FA782 /* ScalingCarousel_Tests.xctest */;
|
||||
productType = "com.apple.product-type.bundle.unit-test";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
@@ -224,7 +226,7 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "ScalingCarouselView" */;
|
||||
buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "ScalingCarousel" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
@@ -237,8 +239,8 @@
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
607FACCF1AFB9204008FA782 /* ScalingCarouselView_Example */,
|
||||
607FACE41AFB9204008FA782 /* ScalingCarouselView_Tests */,
|
||||
607FACCF1AFB9204008FA782 /* ScalingCarousel_Example */,
|
||||
607FACE41AFB9204008FA782 /* ScalingCarousel_Tests */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
@@ -276,7 +278,7 @@
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-frameworks.sh\"\n";
|
||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-frameworks.sh\"\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
746B08292BDAB415EE4C00D5 /* [CP] Check Pods Manifest.lock */ = {
|
||||
@@ -306,7 +308,7 @@
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-frameworks.sh\"\n";
|
||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-frameworks.sh\"\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
A05B2BF8C0250ED70E68E370 /* [CP] Check Pods Manifest.lock */ = {
|
||||
@@ -336,7 +338,7 @@
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-resources.sh\"\n";
|
||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-resources.sh\"\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
D5D6CD19663F1140B0894318 /* [CP] Copy Pods Resources */ = {
|
||||
@@ -351,7 +353,7 @@
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-resources.sh\"\n";
|
||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-resources.sh\"\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
@@ -379,7 +381,7 @@
|
||||
/* Begin PBXTargetDependency section */
|
||||
607FACE71AFB9204008FA782 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = 607FACCF1AFB9204008FA782 /* ScalingCarouselView_Example */;
|
||||
target = 607FACCF1AFB9204008FA782 /* ScalingCarousel_Example */;
|
||||
targetProxy = 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
@@ -488,10 +490,10 @@
|
||||
};
|
||||
607FACF01AFB9204008FA782 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 6F9DC769B8CD3D88949EFB87 /* Pods-ScalingCarouselView_Example.debug.xcconfig */;
|
||||
baseConfigurationReference = 2EF24B65108384B9109974CE /* Pods-ScalingCarousel_Example.debug.xcconfig */;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
INFOPLIST_FILE = ScalingCarouselView/Info.plist;
|
||||
INFOPLIST_FILE = ScalingCarousel/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||
MODULE_NAME = ExampleApp;
|
||||
@@ -503,10 +505,10 @@
|
||||
};
|
||||
607FACF11AFB9204008FA782 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = A9F31E37480CE10477A6B3FB /* Pods-ScalingCarouselView_Example.release.xcconfig */;
|
||||
baseConfigurationReference = A9F31E37480CE10477A6B3FB /* Pods-ScalingCarousel_Example.release.xcconfig */;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
INFOPLIST_FILE = ScalingCarouselView/Info.plist;
|
||||
INFOPLIST_FILE = ScalingCarousel/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||
MODULE_NAME = ExampleApp;
|
||||
@@ -518,7 +520,7 @@
|
||||
};
|
||||
607FACF31AFB9204008FA782 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = F6B4CB731BA05FC5B9F6B207 /* Pods-ScalingCarouselView_Tests.debug.xcconfig */;
|
||||
baseConfigurationReference = F6B4CB731BA05FC5B9F6B207 /* Pods-ScalingCarousel_Tests.debug.xcconfig */;
|
||||
buildSettings = {
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(SDKROOT)/Developer/Library/Frameworks",
|
||||
@@ -538,7 +540,7 @@
|
||||
};
|
||||
607FACF41AFB9204008FA782 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = F7DA5B10BCF7874BDFDC1A14 /* Pods-ScalingCarouselView_Tests.release.xcconfig */;
|
||||
baseConfigurationReference = F7DA5B10BCF7874BDFDC1A14 /* Pods-ScalingCarousel_Tests.release.xcconfig */;
|
||||
buildSettings = {
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(SDKROOT)/Developer/Library/Frameworks",
|
||||
@@ -555,7 +557,7 @@
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "ScalingCarouselView" */ = {
|
||||
607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "ScalingCarousel" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
607FACED1AFB9204008FA782 /* Debug */,
|
||||
@@ -564,7 +566,7 @@
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ScalingCarouselView_Example" */ = {
|
||||
607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ScalingCarousel_Example" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
607FACF01AFB9204008FA782 /* Debug */,
|
||||
@@ -573,7 +575,7 @@
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ScalingCarouselView_Tests" */ = {
|
||||
607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ScalingCarousel_Tests" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
607FACF31AFB9204008FA782 /* Debug */,
|
||||
+18
-18
@@ -15,9 +15,9 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
|
||||
BuildableName = "ScalingCarouselView_Example.app"
|
||||
BlueprintName = "ScalingCarouselView_Example"
|
||||
ReferencedContainer = "container:ScalingCarouselView.xcodeproj">
|
||||
BuildableName = "ScalingCarousel_Example.app"
|
||||
BlueprintName = "ScalingCarousel_Example"
|
||||
ReferencedContainer = "container:ScalingCarousel.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
<BuildActionEntry
|
||||
@@ -29,9 +29,9 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "607FACE41AFB9204008FA782"
|
||||
BuildableName = "ScalingCarouselView_Tests.xctest"
|
||||
BlueprintName = "ScalingCarouselView_Tests"
|
||||
ReferencedContainer = "container:ScalingCarouselView.xcodeproj">
|
||||
BuildableName = "ScalingCarousel_Tests.xctest"
|
||||
BlueprintName = "ScalingCarousel_Tests"
|
||||
ReferencedContainer = "container:ScalingCarousel.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
@@ -47,9 +47,9 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "607FACE41AFB9204008FA782"
|
||||
BuildableName = "ScalingCarouselView_Tests.xctest"
|
||||
BlueprintName = "ScalingCarouselView_Tests"
|
||||
ReferencedContainer = "container:ScalingCarouselView.xcodeproj">
|
||||
BuildableName = "ScalingCarousel_Tests.xctest"
|
||||
BlueprintName = "ScalingCarousel_Tests"
|
||||
ReferencedContainer = "container:ScalingCarousel.xcodeproj">
|
||||
</BuildableReference>
|
||||
</TestableReference>
|
||||
</Testables>
|
||||
@@ -57,9 +57,9 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
|
||||
BuildableName = "ScalingCarouselView_Example.app"
|
||||
BlueprintName = "ScalingCarouselView_Example"
|
||||
ReferencedContainer = "container:ScalingCarouselView.xcodeproj">
|
||||
BuildableName = "ScalingCarousel_Example.app"
|
||||
BlueprintName = "ScalingCarousel_Example"
|
||||
ReferencedContainer = "container:ScalingCarousel.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
<AdditionalOptions>
|
||||
@@ -80,9 +80,9 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
|
||||
BuildableName = "ScalingCarouselView_Example.app"
|
||||
BlueprintName = "ScalingCarouselView_Example"
|
||||
ReferencedContainer = "container:ScalingCarouselView.xcodeproj">
|
||||
BuildableName = "ScalingCarousel_Example.app"
|
||||
BlueprintName = "ScalingCarousel_Example"
|
||||
ReferencedContainer = "container:ScalingCarousel.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
<AdditionalOptions>
|
||||
@@ -99,9 +99,9 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
|
||||
BuildableName = "ScalingCarouselView_Example.app"
|
||||
BlueprintName = "ScalingCarouselView_Example"
|
||||
ReferencedContainer = "container:ScalingCarouselView.xcodeproj">
|
||||
BuildableName = "ScalingCarousel_Example.app"
|
||||
BlueprintName = "ScalingCarousel_Example"
|
||||
ReferencedContainer = "container:ScalingCarousel.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</ProfileAction>
|
||||
+4
-1
@@ -2,9 +2,12 @@
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "group:ScalingCarouselView.xcodeproj">
|
||||
location = "group:..">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Pods/Pods.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:ScalingCarousel.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
+6
-5
@@ -1,7 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6214" systemVersion="14A314h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11201" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="NO">
|
||||
<dependencies>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6207"/>
|
||||
<development version="7000" identifier="xcode"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
|
||||
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
|
||||
</dependencies>
|
||||
<objects>
|
||||
@@ -17,14 +18,14 @@
|
||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
||||
<nil key="highlightedColor"/>
|
||||
</label>
|
||||
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ScalingCarouselView" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
|
||||
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ScalingCarousel" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
|
||||
<rect key="frame" x="20" y="140" width="441" height="43"/>
|
||||
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
|
||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
||||
<nil key="highlightedColor"/>
|
||||
</label>
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
||||
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
|
||||
<constraints>
|
||||
<constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
|
||||
<constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
|
||||
+17
-3
@@ -8,7 +8,7 @@
|
||||
<!--View Controller-->
|
||||
<scene sceneID="ufC-wZ-h7g">
|
||||
<objects>
|
||||
<viewController id="vXZ-lx-hvc" customClass="ViewController" customModule="ScalingCarouselView_Example" customModuleProvider="target" sceneMemberID="viewController">
|
||||
<viewController id="vXZ-lx-hvc" customClass="ViewController" customModule="ScalingCarousel_Example" customModuleProvider="target" sceneMemberID="viewController">
|
||||
<layoutGuides>
|
||||
<viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/>
|
||||
<viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/>
|
||||
@@ -17,7 +17,7 @@
|
||||
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<subviews>
|
||||
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="YWL-ry-gax" customClass="ScalingCarouselView" customModule="ScalingCarouselView">
|
||||
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="YWL-ry-gax" customClass="ScalingCarouselView" customModule="ScalingCarousel">
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="300" id="VzQ-nk-7vh"/>
|
||||
@@ -29,13 +29,27 @@
|
||||
<inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
|
||||
</collectionViewFlowLayout>
|
||||
<cells>
|
||||
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell" id="dmg-ry-C6s" customClass="Cell" customModule="ScalingCarouselView_Example" customModuleProvider="target">
|
||||
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell" id="dmg-ry-C6s" customClass="Cell" customModule="ScalingCarousel_Example" customModuleProvider="target">
|
||||
<rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
|
||||
<rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5pb-Q3-T2t">
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||||
</view>
|
||||
</subviews>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstItem="5pb-Q3-T2t" firstAttribute="height" secondItem="dmg-ry-C6s" secondAttribute="height" id="1qE-wI-4cn"/>
|
||||
<constraint firstItem="5pb-Q3-T2t" firstAttribute="centerY" secondItem="dmg-ry-C6s" secondAttribute="centerY" id="5H8-D3-JeM"/>
|
||||
<constraint firstItem="5pb-Q3-T2t" firstAttribute="width" secondItem="dmg-ry-C6s" secondAttribute="width" id="7wF-W6-7pn"/>
|
||||
<constraint firstItem="5pb-Q3-T2t" firstAttribute="centerX" secondItem="dmg-ry-C6s" secondAttribute="centerX" id="DtO-X0-mVU"/>
|
||||
</constraints>
|
||||
<connections>
|
||||
<outlet property="mainView" destination="5pb-Q3-T2t" id="gER-U9-Kly"/>
|
||||
</connections>
|
||||
</collectionViewCell>
|
||||
</cells>
|
||||
<userDefinedRuntimeAttributes>
|
||||
+4
-4
@@ -9,7 +9,7 @@
|
||||
//
|
||||
|
||||
import UIKit
|
||||
import ScalingCarouselView
|
||||
import ScalingCarousel
|
||||
|
||||
class Cell: ScalingCarouselCell {}
|
||||
|
||||
@@ -33,9 +33,9 @@ typealias CarouselDelegate = ViewController
|
||||
extension CarouselDelegate: UICollectionViewDelegate {
|
||||
|
||||
func collectionView(_ collectionView: UICollectionView, willDisplay cell: UICollectionViewCell, forItemAt indexPath: IndexPath) {
|
||||
guard let cell = cell as? ScalingCarouselCell else { return }
|
||||
|
||||
cell.scaleIfRequired(withCarouselInset: 60)
|
||||
guard let scalingCell = cell as? ScalingCarouselCell, !scalingCell.hasBeenScaled else { return }
|
||||
// Initially scale each collection view cell
|
||||
scalingCell.scale(withCarouselInset: 60)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import Quick
|
||||
import Nimble
|
||||
import ScalingCarouselView
|
||||
import ScalingCarousel
|
||||
|
||||
class TableOfContentsSpec: QuickSpec {
|
||||
override func spec() {
|
||||
|
||||
Reference in New Issue
Block a user