From 243fcd5204bb5f67d9722d9a13698255ba6649e3 Mon Sep 17 00:00:00 2001 From: xxxAIRINxxx Date: Mon, 21 Sep 2015 18:23:00 +0900 Subject: [PATCH] bringing in CocoaPods --- ARNTransitionAnimator.podspec | 23 + .../project.pbxproj | 400 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + ARNTransitionAnimator/ARNTransitionAnimator.h | 19 + .../ARNTransitionAnimator.swift | 0 ARNTransitionAnimator/Info.plist | 26 ++ .../ARNTransitionAnimatorTests.swift | 36 ++ ARNTransitionAnimatorTests/Info.plist | 24 ++ README.md | 32 +- .../ARNInteractiveTransition.gif | Bin .../ARNModalTransition.gif | Bin .../ARNZoomImageTransition.gif | Bin .../GooglePlayTransition.gif | Bin .../MusicPlayerTransition.gif | Bin .../SoundCloudTransition.gif | Bin 15 files changed, 560 insertions(+), 7 deletions(-) create mode 100644 ARNTransitionAnimator.podspec create mode 100644 ARNTransitionAnimator.xcodeproj/project.pbxproj create mode 100644 ARNTransitionAnimator.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 ARNTransitionAnimator/ARNTransitionAnimator.h rename ARNTransitionAnimator.swift => ARNTransitionAnimator/ARNTransitionAnimator.swift (100%) create mode 100644 ARNTransitionAnimator/Info.plist create mode 100644 ARNTransitionAnimatorTests/ARNTransitionAnimatorTests.swift create mode 100644 ARNTransitionAnimatorTests/Info.plist rename ARNInteractiveTransition.gif => gifs/ARNInteractiveTransition.gif (100%) rename ARNModalTransition.gif => gifs/ARNModalTransition.gif (100%) rename ARNZoomImageTransition.gif => gifs/ARNZoomImageTransition.gif (100%) rename GooglePlayTransition.gif => gifs/GooglePlayTransition.gif (100%) rename MusicPlayerTransition.gif => gifs/MusicPlayerTransition.gif (100%) rename SoundCloudTransition.gif => gifs/SoundCloudTransition.gif (100%) diff --git a/ARNTransitionAnimator.podspec b/ARNTransitionAnimator.podspec new file mode 100644 index 0000000..6aaa56e --- /dev/null +++ b/ARNTransitionAnimator.podspec @@ -0,0 +1,23 @@ +# +# Be sure to run `pod lib lint SwAlert.podspec' to ensure this is a +# valid spec and remove all comments before submitting the spec. +# +# Any lines starting with a # are optional, but encouraged +# +# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html +# + +Pod::Spec.new do |s| + s.name = "ARNTransitionAnimator" + s.version = "1.0.0" + s.summary = "Custom transition & interactive transition animator for iOS. written in Swift." + s.homepage = "https://github.com/xxxAIRINxxx/ARNTransitionAnimator" + s.license = 'MIT' + s.author = { "Airin" => "xl1138@gmail.com" } + s.source = { :git => "https://github.com/xxxAIRINxxx/ARNTransitionAnimator.git", :tag => s.version.to_s } + + s.requires_arc = true + s.platform = :ios, '8.0' + + s.source_files = 'Source/*.swift' +end diff --git a/ARNTransitionAnimator.xcodeproj/project.pbxproj b/ARNTransitionAnimator.xcodeproj/project.pbxproj new file mode 100644 index 0000000..d2d237a --- /dev/null +++ b/ARNTransitionAnimator.xcodeproj/project.pbxproj @@ -0,0 +1,400 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 918B731A1BAFDBBC0030A449 /* ARNTransitionAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 918B73191BAFDBBC0030A449 /* ARNTransitionAnimator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 918B73211BAFDBBE0030A449 /* ARNTransitionAnimator.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 918B73161BAFDBB90030A449 /* ARNTransitionAnimator.framework */; settings = {ASSET_TAGS = (); }; }; + 918B73261BAFDBC00030A449 /* ARNTransitionAnimatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 918B73251BAFDBC00030A449 /* ARNTransitionAnimatorTests.swift */; }; + 918B73311BAFDC030030A449 /* ARNTransitionAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 918B73301BAFDC030030A449 /* ARNTransitionAnimator.swift */; settings = {ASSET_TAGS = (); }; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 918B73221BAFDBBE0030A449 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 918B730D1BAFDBB90030A449 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 918B73151BAFDBB90030A449; + remoteInfo = ARNTransitionAnimator; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 918B73161BAFDBB90030A449 /* ARNTransitionAnimator.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ARNTransitionAnimator.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 918B73191BAFDBBC0030A449 /* ARNTransitionAnimator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ARNTransitionAnimator.h; sourceTree = ""; }; + 918B731B1BAFDBBE0030A449 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 918B73201BAFDBBE0030A449 /* ARNTransitionAnimatorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ARNTransitionAnimatorTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 918B73251BAFDBC00030A449 /* ARNTransitionAnimatorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ARNTransitionAnimatorTests.swift; sourceTree = ""; }; + 918B73271BAFDBC10030A449 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 918B73301BAFDC030030A449 /* ARNTransitionAnimator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ARNTransitionAnimator.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 918B73121BAFDBB90030A449 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 918B731D1BAFDBBE0030A449 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 918B73211BAFDBBE0030A449 /* ARNTransitionAnimator.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 918B730C1BAFDBB90030A449 = { + isa = PBXGroup; + children = ( + 918B73181BAFDBB90030A449 /* ARNTransitionAnimator */, + 918B73241BAFDBBE0030A449 /* ARNTransitionAnimatorTests */, + 918B73171BAFDBB90030A449 /* Products */, + ); + sourceTree = ""; + }; + 918B73171BAFDBB90030A449 /* Products */ = { + isa = PBXGroup; + children = ( + 918B73161BAFDBB90030A449 /* ARNTransitionAnimator.framework */, + 918B73201BAFDBBE0030A449 /* ARNTransitionAnimatorTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 918B73181BAFDBB90030A449 /* ARNTransitionAnimator */ = { + isa = PBXGroup; + children = ( + 918B73191BAFDBBC0030A449 /* ARNTransitionAnimator.h */, + 918B73301BAFDC030030A449 /* ARNTransitionAnimator.swift */, + 918B731B1BAFDBBE0030A449 /* Info.plist */, + ); + path = ARNTransitionAnimator; + sourceTree = ""; + }; + 918B73241BAFDBBE0030A449 /* ARNTransitionAnimatorTests */ = { + isa = PBXGroup; + children = ( + 918B73251BAFDBC00030A449 /* ARNTransitionAnimatorTests.swift */, + 918B73271BAFDBC10030A449 /* Info.plist */, + ); + path = ARNTransitionAnimatorTests; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 918B73131BAFDBB90030A449 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 918B731A1BAFDBBC0030A449 /* ARNTransitionAnimator.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 918B73151BAFDBB90030A449 /* ARNTransitionAnimator */ = { + isa = PBXNativeTarget; + buildConfigurationList = 918B732A1BAFDBC10030A449 /* Build configuration list for PBXNativeTarget "ARNTransitionAnimator" */; + buildPhases = ( + 918B73111BAFDBB90030A449 /* Sources */, + 918B73121BAFDBB90030A449 /* Frameworks */, + 918B73131BAFDBB90030A449 /* Headers */, + 918B73141BAFDBB90030A449 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = ARNTransitionAnimator; + productName = ARNTransitionAnimator; + productReference = 918B73161BAFDBB90030A449 /* ARNTransitionAnimator.framework */; + productType = "com.apple.product-type.framework"; + }; + 918B731F1BAFDBBE0030A449 /* ARNTransitionAnimatorTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 918B732D1BAFDBC10030A449 /* Build configuration list for PBXNativeTarget "ARNTransitionAnimatorTests" */; + buildPhases = ( + 918B731C1BAFDBBE0030A449 /* Sources */, + 918B731D1BAFDBBE0030A449 /* Frameworks */, + 918B731E1BAFDBBE0030A449 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 918B73231BAFDBBE0030A449 /* PBXTargetDependency */, + ); + name = ARNTransitionAnimatorTests; + productName = ARNTransitionAnimatorTests; + productReference = 918B73201BAFDBBE0030A449 /* ARNTransitionAnimatorTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 918B730D1BAFDBB90030A449 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0700; + LastUpgradeCheck = 0700; + ORGANIZATIONNAME = xxxAIRINxxx; + TargetAttributes = { + 918B73151BAFDBB90030A449 = { + CreatedOnToolsVersion = 7.0; + }; + 918B731F1BAFDBBE0030A449 = { + CreatedOnToolsVersion = 7.0; + }; + }; + }; + buildConfigurationList = 918B73101BAFDBB90030A449 /* Build configuration list for PBXProject "ARNTransitionAnimator" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 918B730C1BAFDBB90030A449; + productRefGroup = 918B73171BAFDBB90030A449 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 918B73151BAFDBB90030A449 /* ARNTransitionAnimator */, + 918B731F1BAFDBBE0030A449 /* ARNTransitionAnimatorTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 918B73141BAFDBB90030A449 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 918B731E1BAFDBBE0030A449 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 918B73111BAFDBB90030A449 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 918B73311BAFDC030030A449 /* ARNTransitionAnimator.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 918B731C1BAFDBBE0030A449 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 918B73261BAFDBC00030A449 /* ARNTransitionAnimatorTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 918B73231BAFDBBE0030A449 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 918B73151BAFDBB90030A449 /* ARNTransitionAnimator */; + targetProxy = 918B73221BAFDBBE0030A449 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 918B73281BAFDBC10030A449 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + 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_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 918B73291BAFDBC10030A449 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + 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_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 918B732B1BAFDBC10030A449 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_MODULES = YES; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = ARNTransitionAnimator/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = xxxAIRINxxx.ARNTransitionAnimator; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + 918B732C1BAFDBC10030A449 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_MODULES = YES; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = ARNTransitionAnimator/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = xxxAIRINxxx.ARNTransitionAnimator; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + }; + name = Release; + }; + 918B732E1BAFDBC10030A449 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + INFOPLIST_FILE = ARNTransitionAnimatorTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = xxxAIRINxxx.ARNTransitionAnimatorTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 918B732F1BAFDBC10030A449 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + INFOPLIST_FILE = ARNTransitionAnimatorTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = xxxAIRINxxx.ARNTransitionAnimatorTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 918B73101BAFDBB90030A449 /* Build configuration list for PBXProject "ARNTransitionAnimator" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 918B73281BAFDBC10030A449 /* Debug */, + 918B73291BAFDBC10030A449 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 918B732A1BAFDBC10030A449 /* Build configuration list for PBXNativeTarget "ARNTransitionAnimator" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 918B732B1BAFDBC10030A449 /* Debug */, + 918B732C1BAFDBC10030A449 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 918B732D1BAFDBC10030A449 /* Build configuration list for PBXNativeTarget "ARNTransitionAnimatorTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 918B732E1BAFDBC10030A449 /* Debug */, + 918B732F1BAFDBC10030A449 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 918B730D1BAFDBB90030A449 /* Project object */; +} diff --git a/ARNTransitionAnimator.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ARNTransitionAnimator.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..4b282fe --- /dev/null +++ b/ARNTransitionAnimator.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/ARNTransitionAnimator/ARNTransitionAnimator.h b/ARNTransitionAnimator/ARNTransitionAnimator.h new file mode 100644 index 0000000..9c4fa8e --- /dev/null +++ b/ARNTransitionAnimator/ARNTransitionAnimator.h @@ -0,0 +1,19 @@ +// +// ARNTransitionAnimator.h +// ARNTransitionAnimator +// +// Created by xxxAIRINxxx on 2015/09/21. +// Copyright © 2015 xxxAIRINxxx. All rights reserved. +// + +#import + +//! Project version number for ARNTransitionAnimator. +FOUNDATION_EXPORT double ARNTransitionAnimatorVersionNumber; + +//! Project version string for ARNTransitionAnimator. +FOUNDATION_EXPORT const unsigned char ARNTransitionAnimatorVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/ARNTransitionAnimator.swift b/ARNTransitionAnimator/ARNTransitionAnimator.swift similarity index 100% rename from ARNTransitionAnimator.swift rename to ARNTransitionAnimator/ARNTransitionAnimator.swift diff --git a/ARNTransitionAnimator/Info.plist b/ARNTransitionAnimator/Info.plist new file mode 100644 index 0000000..d3de8ee --- /dev/null +++ b/ARNTransitionAnimator/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/ARNTransitionAnimatorTests/ARNTransitionAnimatorTests.swift b/ARNTransitionAnimatorTests/ARNTransitionAnimatorTests.swift new file mode 100644 index 0000000..7529047 --- /dev/null +++ b/ARNTransitionAnimatorTests/ARNTransitionAnimatorTests.swift @@ -0,0 +1,36 @@ +// +// ARNTransitionAnimatorTests.swift +// ARNTransitionAnimatorTests +// +// Created by xxxAIRINxxx on 2015/09/21. +// Copyright © 2015 xxxAIRINxxx. All rights reserved. +// + +import XCTest +@testable import ARNTransitionAnimator + +class ARNTransitionAnimatorTests: XCTestCase { + + override func setUp() { + super.setUp() + // Put setup code here. This method is called before the invocation of each test method in the class. + } + + override func tearDown() { + // Put teardown code here. This method is called after the invocation of each test method in the class. + super.tearDown() + } + + func testExample() { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. + } + + func testPerformanceExample() { + // This is an example of a performance test case. + self.measureBlock { + // Put the code you want to measure the time of here. + } + } + +} diff --git a/ARNTransitionAnimatorTests/Info.plist b/ARNTransitionAnimatorTests/Info.plist new file mode 100644 index 0000000..ba72822 --- /dev/null +++ b/ARNTransitionAnimatorTests/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/README.md b/README.md index 7c29e26..46de840 100644 --- a/README.md +++ b/README.md @@ -8,37 +8,55 @@ Custom transition & interactive transition animator for iOS. written in Swift. ## Requirements * Xcode 7.0 -* iOS 8.1+ +* iOS 8.0+ * Swift 2.0 + +## Installation + +### CocoaPods + +ARNTransitionAnimator is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +``` + +platform :ios, '8.0' +use_frameworks! + +pod "ARNTransitionAnimator" + +``` + + ## Use Example ### [SoundCloudTransition](https://github.com/xxxAIRINxxx/SoundCloudTransition) -![capture_SoundCloudTransition](SoundCloudTransition.gif "capture_SoundCloudTransition") +![capture_SoundCloudTransition](gifs/SoundCloudTransition.gif "capture_SoundCloudTransition") ### [ARNZoomImageTransition](https://github.com/xxxAIRINxxx/ARNZoomImageTransition) -![capture_ARNZoomImageTransition](ARNZoomImageTransition.gif "capture_ARNZoomImageTransition") +![capture_ARNZoomImageTransition](gifs/ARNZoomImageTransition.gif "capture_ARNZoomImageTransition") ### [ARNModalTransition](https://github.com/xxxAIRINxxx/ARNModalTransition) -![capture_ARNModalTransition](ARNModalTransition.gif "capture_ARNModalTransition") +![capture_ARNModalTransition](gifs/ARNModalTransition.gif "capture_ARNModalTransition") ### [GooglePlayTransition](https://github.com/xxxAIRINxxx/GooglePlayTransition) -![capture_GooglePlayTransition](GooglePlayTransition.gif "capture_GooglePlayTransition") +![capture_GooglePlayTransition](gifs/GooglePlayTransition.gif "capture_GooglePlayTransition") ### [ARNInteractiveTransition](https://github.com/xxxAIRINxxx/ARNInteractiveTransition) -![capture_ARNInteractiveTransition](ARNInteractiveTransition.gif "capture_ARNInteractiveTransition") +![capture_ARNInteractiveTransition](gifs/ARNInteractiveTransition.gif "capture_ARNInteractiveTransition") ### [MusicPlayerTransition](https://github.com/xxxAIRINxxx/MusicPlayerTransition) -![capture_MusicPlayerTransition](MusicPlayerTransition.gif "capture_MusicPlayerTransition") +![capture_MusicPlayerTransition](gifs/MusicPlayerTransition.gif "capture_MusicPlayerTransition") ## License diff --git a/ARNInteractiveTransition.gif b/gifs/ARNInteractiveTransition.gif similarity index 100% rename from ARNInteractiveTransition.gif rename to gifs/ARNInteractiveTransition.gif diff --git a/ARNModalTransition.gif b/gifs/ARNModalTransition.gif similarity index 100% rename from ARNModalTransition.gif rename to gifs/ARNModalTransition.gif diff --git a/ARNZoomImageTransition.gif b/gifs/ARNZoomImageTransition.gif similarity index 100% rename from ARNZoomImageTransition.gif rename to gifs/ARNZoomImageTransition.gif diff --git a/GooglePlayTransition.gif b/gifs/GooglePlayTransition.gif similarity index 100% rename from GooglePlayTransition.gif rename to gifs/GooglePlayTransition.gif diff --git a/MusicPlayerTransition.gif b/gifs/MusicPlayerTransition.gif similarity index 100% rename from MusicPlayerTransition.gif rename to gifs/MusicPlayerTransition.gif diff --git a/SoundCloudTransition.gif b/gifs/SoundCloudTransition.gif similarity index 100% rename from SoundCloudTransition.gif rename to gifs/SoundCloudTransition.gif