diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e7b722d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+# OS X
+.DS_Store
+
+# Xcode
+build/
+*.pbxuser
+!default.pbxuser
+*.mode1v3
+!default.mode1v3
+*.mode2v3
+!default.mode2v3
+*.perspectivev3
+!default.perspectivev3
+xcuserdata/
+*.xccheckout
+profile
+*.moved-aside
+DerivedData
+*.hmap
+*.ipa
+
+# Bundler
+.bundle
+
+Carthage
+# We recommend against adding the Pods directory to your .gitignore. However
+# you should judge for yourself, the pros and cons are mentioned at:
+# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
+#
+# Note: if you ignore the Pods directory, make sure to uncomment
+# `pod install` in .travis.yml
+#
+# Pods/
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..ed63219
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,14 @@
+# references:
+# * http://www.objc.io/issue-6/travis-ci.html
+# * https://github.com/supermarin/xcpretty#usage
+
+osx_image: xcode7.3
+language: objective-c
+# cache: cocoapods
+# podfile: Example/Podfile
+# before_install:
+# - gem install cocoapods # Since Travis is not always on latest version
+# - pod install --project-directory=Example
+script:
+- set -o pipefail && xcodebuild test -workspace Example/ZoomyHeader.xcworkspace -scheme ZoomyHeader-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
+- pod lib lint
diff --git a/Example/Podfile b/Example/Podfile
new file mode 100644
index 0000000..a6fed96
--- /dev/null
+++ b/Example/Podfile
@@ -0,0 +1,11 @@
+use_frameworks!
+
+target 'ZoomyHeader_Example' do
+ pod 'ZoomyHeader', :path => '../'
+
+ target 'ZoomyHeader_Tests' do
+ inherit! :search_paths
+
+
+ end
+end
diff --git a/Example/Tests/Info.plist b/Example/Tests/Info.plist
new file mode 100644
index 0000000..ba72822
--- /dev/null
+++ b/Example/Tests/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/Example/Tests/Tests.swift b/Example/Tests/Tests.swift
new file mode 100644
index 0000000..4c24f7f
--- /dev/null
+++ b/Example/Tests/Tests.swift
@@ -0,0 +1,29 @@
+import UIKit
+import XCTest
+import ZoomyHeader
+
+class Tests: 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.
+ XCTAssert(true, "Pass")
+ }
+
+ 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/Example/ZoomyHeader.xcodeproj/project.pbxproj b/Example/ZoomyHeader.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..9877561
--- /dev/null
+++ b/Example/ZoomyHeader.xcodeproj/project.pbxproj
@@ -0,0 +1,845 @@
+
+
+
+
+ archiveVersion
+ 1
+ classes
+
+ objectVersion
+ 46
+ objects
+
+ 481FEA716FC23796BF6C8FDB
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ name
+ LICENSE
+ path
+ ../LICENSE
+ sourceTree
+ <group>
+
+ 607FACC71AFB9204008FA782
+
+ children
+
+ 607FACF51AFB993E008FA782
+ 607FACD21AFB9204008FA782
+ 607FACE81AFB9204008FA782
+ 607FACD11AFB9204008FA782
+
+ isa
+ PBXGroup
+ sourceTree
+ <group>
+
+ 607FACC81AFB9204008FA782
+
+ attributes
+
+ LastSwiftUpdateCheck
+ 0720
+ LastUpgradeCheck
+ 0720
+ ORGANIZATIONNAME
+ CocoaPods
+ TargetAttributes
+
+ 607FACCF1AFB9204008FA782
+
+ CreatedOnToolsVersion
+ 6.3.1
+
+ 607FACE41AFB9204008FA782
+
+ CreatedOnToolsVersion
+ 6.3.1
+ TestTargetID
+ 607FACCF1AFB9204008FA782
+
+
+
+ buildConfigurationList
+ 607FACCB1AFB9204008FA782
+ compatibilityVersion
+ Xcode 3.2
+ developmentRegion
+ English
+ hasScannedForEncodings
+ 0
+ isa
+ PBXProject
+ knownRegions
+
+ en
+ Base
+
+ mainGroup
+ 607FACC71AFB9204008FA782
+ productRefGroup
+ 607FACD11AFB9204008FA782
+ projectDirPath
+
+ projectReferences
+
+ projectRoot
+
+ targets
+
+ 607FACCF1AFB9204008FA782
+ 607FACE41AFB9204008FA782
+
+
+ 607FACCB1AFB9204008FA782
+
+ buildConfigurations
+
+ 607FACED1AFB9204008FA782
+ 607FACEE1AFB9204008FA782
+
+ defaultConfigurationIsVisible
+ 0
+ defaultConfigurationName
+ Release
+ isa
+ XCConfigurationList
+
+ 607FACCC1AFB9204008FA782
+
+ buildActionMask
+ 2147483647
+ files
+
+ 607FACD81AFB9204008FA782
+ 607FACD61AFB9204008FA782
+
+ isa
+ PBXSourcesBuildPhase
+ runOnlyForDeploymentPostprocessing
+ 0
+
+ 607FACCD1AFB9204008FA782
+
+ buildActionMask
+ 2147483647
+ files
+
+ isa
+ PBXFrameworksBuildPhase
+ runOnlyForDeploymentPostprocessing
+ 0
+
+ 607FACCE1AFB9204008FA782
+
+ buildActionMask
+ 2147483647
+ files
+
+ 607FACDB1AFB9204008FA782
+ 607FACE01AFB9204008FA782
+ 607FACDD1AFB9204008FA782
+
+ isa
+ PBXResourcesBuildPhase
+ runOnlyForDeploymentPostprocessing
+ 0
+
+ 607FACCF1AFB9204008FA782
+
+ buildConfigurationList
+ 607FACEF1AFB9204008FA782
+ buildPhases
+
+ 607FACCC1AFB9204008FA782
+ 607FACCD1AFB9204008FA782
+ 607FACCE1AFB9204008FA782
+
+ buildRules
+
+ dependencies
+
+ isa
+ PBXNativeTarget
+ name
+ ZoomyHeader_Example
+ productName
+ ZoomyHeader
+ productReference
+ 607FACD01AFB9204008FA782
+ productType
+ com.apple.product-type.application
+
+ 607FACD01AFB9204008FA782
+
+ explicitFileType
+ wrapper.application
+ includeInIndex
+ 0
+ isa
+ PBXFileReference
+ path
+ ZoomyHeader_Example.app
+ sourceTree
+ BUILT_PRODUCTS_DIR
+
+ 607FACD11AFB9204008FA782
+
+ children
+
+ 607FACD01AFB9204008FA782
+ 607FACE51AFB9204008FA782
+
+ isa
+ PBXGroup
+ name
+ Products
+ sourceTree
+ <group>
+
+ 607FACD21AFB9204008FA782
+
+ children
+
+ 607FACD51AFB9204008FA782
+ 607FACD71AFB9204008FA782
+ 607FACD91AFB9204008FA782
+ 607FACDC1AFB9204008FA782
+ 607FACDE1AFB9204008FA782
+ 607FACD31AFB9204008FA782
+
+ isa
+ PBXGroup
+ name
+ Example for ZoomyHeader
+ path
+ ZoomyHeader
+ sourceTree
+ <group>
+
+ 607FACD31AFB9204008FA782
+
+ children
+
+ 607FACD41AFB9204008FA782
+
+ isa
+ PBXGroup
+ name
+ Supporting Files
+ sourceTree
+ <group>
+
+ 607FACD41AFB9204008FA782
+
+ isa
+ PBXFileReference
+ lastKnownFileType
+ text.plist.xml
+ path
+ Info.plist
+ sourceTree
+ <group>
+
+ 607FACD51AFB9204008FA782
+
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.swift
+ path
+ AppDelegate.swift
+ sourceTree
+ <group>
+
+ 607FACD61AFB9204008FA782
+
+ fileRef
+ 607FACD51AFB9204008FA782
+ isa
+ PBXBuildFile
+
+ 607FACD71AFB9204008FA782
+
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.swift
+ path
+ ViewController.swift
+ sourceTree
+ <group>
+
+ 607FACD81AFB9204008FA782
+
+ fileRef
+ 607FACD71AFB9204008FA782
+ isa
+ PBXBuildFile
+
+ 607FACD91AFB9204008FA782
+
+ children
+
+ 607FACDA1AFB9204008FA782
+
+ isa
+ PBXVariantGroup
+ name
+ Main.storyboard
+ sourceTree
+ <group>
+
+ 607FACDA1AFB9204008FA782
+
+ isa
+ PBXFileReference
+ lastKnownFileType
+ file.storyboard
+ name
+ Base
+ path
+ Base.lproj/Main.storyboard
+ sourceTree
+ <group>
+
+ 607FACDB1AFB9204008FA782
+
+ fileRef
+ 607FACD91AFB9204008FA782
+ isa
+ PBXBuildFile
+
+ 607FACDC1AFB9204008FA782
+
+ isa
+ PBXFileReference
+ lastKnownFileType
+ folder.assetcatalog
+ path
+ Images.xcassets
+ sourceTree
+ <group>
+
+ 607FACDD1AFB9204008FA782
+
+ fileRef
+ 607FACDC1AFB9204008FA782
+ isa
+ PBXBuildFile
+
+ 607FACDE1AFB9204008FA782
+
+ children
+
+ 607FACDF1AFB9204008FA782
+
+ isa
+ PBXVariantGroup
+ name
+ LaunchScreen.xib
+ sourceTree
+ <group>
+
+ 607FACDF1AFB9204008FA782
+
+ isa
+ PBXFileReference
+ lastKnownFileType
+ file.xib
+ name
+ Base
+ path
+ Base.lproj/LaunchScreen.xib
+ sourceTree
+ <group>
+
+ 607FACE01AFB9204008FA782
+
+ fileRef
+ 607FACDE1AFB9204008FA782
+ isa
+ PBXBuildFile
+
+ 607FACE11AFB9204008FA782
+
+ buildActionMask
+ 2147483647
+ files
+
+ 607FACEC1AFB9204008FA782
+
+ isa
+ PBXSourcesBuildPhase
+ runOnlyForDeploymentPostprocessing
+ 0
+
+ 607FACE21AFB9204008FA782
+
+ buildActionMask
+ 2147483647
+ files
+
+ isa
+ PBXFrameworksBuildPhase
+ runOnlyForDeploymentPostprocessing
+ 0
+
+ 607FACE31AFB9204008FA782
+
+ buildActionMask
+ 2147483647
+ files
+
+ isa
+ PBXResourcesBuildPhase
+ runOnlyForDeploymentPostprocessing
+ 0
+
+ 607FACE41AFB9204008FA782
+
+ buildConfigurationList
+ 607FACF21AFB9204008FA782
+ buildPhases
+
+ 607FACE11AFB9204008FA782
+ 607FACE21AFB9204008FA782
+ 607FACE31AFB9204008FA782
+
+ buildRules
+
+ dependencies
+
+ 607FACE71AFB9204008FA782
+
+ isa
+ PBXNativeTarget
+ name
+ ZoomyHeader_Tests
+ productName
+ Tests
+ productReference
+ 607FACE51AFB9204008FA782
+ productType
+ com.apple.product-type.bundle.unit-test
+
+ 607FACE51AFB9204008FA782
+
+ explicitFileType
+ wrapper.cfbundle
+ includeInIndex
+ 0
+ isa
+ PBXFileReference
+ path
+ ZoomyHeader_Tests.xctest
+ sourceTree
+ BUILT_PRODUCTS_DIR
+
+ 607FACE61AFB9204008FA782
+
+ containerPortal
+ 607FACC81AFB9204008FA782
+ isa
+ PBXContainerItemProxy
+ proxyType
+ 1
+ remoteGlobalIDString
+ 607FACCF1AFB9204008FA782
+ remoteInfo
+ ZoomyHeader
+
+ 607FACE71AFB9204008FA782
+
+ isa
+ PBXTargetDependency
+ target
+ 607FACCF1AFB9204008FA782
+ targetProxy
+ 607FACE61AFB9204008FA782
+
+ 607FACE81AFB9204008FA782
+
+ children
+
+ 607FACEB1AFB9204008FA782
+ 607FACE91AFB9204008FA782
+
+ isa
+ PBXGroup
+ path
+ Tests
+ sourceTree
+ <group>
+
+ 607FACE91AFB9204008FA782
+
+ children
+
+ 607FACEA1AFB9204008FA782
+
+ isa
+ PBXGroup
+ name
+ Supporting Files
+ sourceTree
+ <group>
+
+ 607FACEA1AFB9204008FA782
+
+ isa
+ PBXFileReference
+ lastKnownFileType
+ text.plist.xml
+ path
+ Info.plist
+ sourceTree
+ <group>
+
+ 607FACEB1AFB9204008FA782
+
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.swift
+ path
+ Tests.swift
+ sourceTree
+ <group>
+
+ 607FACEC1AFB9204008FA782
+
+ fileRef
+ 607FACEB1AFB9204008FA782
+ isa
+ PBXBuildFile
+
+ 607FACED1AFB9204008FA782
+
+ 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
+ DEBUG_INFORMATION_FORMAT
+ dwarf-with-dsym
+ 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_SYMBOLS_PRIVATE_EXTERN
+ NO
+ 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.3
+ MTL_ENABLE_DEBUG_INFO
+ YES
+ ONLY_ACTIVE_ARCH
+ YES
+ SDKROOT
+ iphoneos
+ SWIFT_OPTIMIZATION_LEVEL
+ -Onone
+
+ isa
+ XCBuildConfiguration
+ name
+ Debug
+
+ 607FACEE1AFB9204008FA782
+
+ 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
+ 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.3
+ MTL_ENABLE_DEBUG_INFO
+ NO
+ SDKROOT
+ iphoneos
+ VALIDATE_PRODUCT
+ YES
+
+ isa
+ XCBuildConfiguration
+ name
+ Release
+
+ 607FACEF1AFB9204008FA782
+
+ buildConfigurations
+
+ 607FACF01AFB9204008FA782
+ 607FACF11AFB9204008FA782
+
+ defaultConfigurationIsVisible
+ 0
+ defaultConfigurationName
+ Release
+ isa
+ XCConfigurationList
+
+ 607FACF01AFB9204008FA782
+
+ buildSettings
+
+ ASSETCATALOG_COMPILER_APPICON_NAME
+ AppIcon
+ INFOPLIST_FILE
+ ZoomyHeader/Info.plist
+ LD_RUNPATH_SEARCH_PATHS
+ $(inherited) @executable_path/Frameworks
+ MODULE_NAME
+ ExampleApp
+ PRODUCT_BUNDLE_IDENTIFIER
+ org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)
+ PRODUCT_NAME
+ $(TARGET_NAME)
+
+ isa
+ XCBuildConfiguration
+ name
+ Debug
+
+ 607FACF11AFB9204008FA782
+
+ buildSettings
+
+ ASSETCATALOG_COMPILER_APPICON_NAME
+ AppIcon
+ INFOPLIST_FILE
+ ZoomyHeader/Info.plist
+ LD_RUNPATH_SEARCH_PATHS
+ $(inherited) @executable_path/Frameworks
+ MODULE_NAME
+ ExampleApp
+ PRODUCT_BUNDLE_IDENTIFIER
+ org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)
+ PRODUCT_NAME
+ $(TARGET_NAME)
+
+ isa
+ XCBuildConfiguration
+ name
+ Release
+
+ 607FACF21AFB9204008FA782
+
+ buildConfigurations
+
+ 607FACF31AFB9204008FA782
+ 607FACF41AFB9204008FA782
+
+ defaultConfigurationIsVisible
+ 0
+ defaultConfigurationName
+ Release
+ isa
+ XCConfigurationList
+
+ 607FACF31AFB9204008FA782
+
+ buildSettings
+
+ FRAMEWORK_SEARCH_PATHS
+
+ $(SDKROOT)/Developer/Library/Frameworks
+ $(inherited)
+
+ GCC_PREPROCESSOR_DEFINITIONS
+
+ DEBUG=1
+ $(inherited)
+
+ INFOPLIST_FILE
+ Tests/Info.plist
+ LD_RUNPATH_SEARCH_PATHS
+ $(inherited) @executable_path/Frameworks @loader_path/Frameworks
+ PRODUCT_BUNDLE_IDENTIFIER
+ org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)
+ PRODUCT_NAME
+ $(TARGET_NAME)
+
+ isa
+ XCBuildConfiguration
+ name
+ Debug
+
+ 607FACF41AFB9204008FA782
+
+ buildSettings
+
+ FRAMEWORK_SEARCH_PATHS
+
+ $(SDKROOT)/Developer/Library/Frameworks
+ $(inherited)
+
+ INFOPLIST_FILE
+ Tests/Info.plist
+ LD_RUNPATH_SEARCH_PATHS
+ $(inherited) @executable_path/Frameworks @loader_path/Frameworks
+ PRODUCT_BUNDLE_IDENTIFIER
+ org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)
+ PRODUCT_NAME
+ $(TARGET_NAME)
+
+ isa
+ XCBuildConfiguration
+ name
+ Release
+
+ 607FACF51AFB993E008FA782
+
+ children
+
+ 60869B46E451B11DD3341AE5
+ CA35B94EA85A474DBEFE0A2B
+ 481FEA716FC23796BF6C8FDB
+
+ isa
+ PBXGroup
+ name
+ Podspec Metadata
+ sourceTree
+ <group>
+
+ 60869B46E451B11DD3341AE5
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ name
+ ZoomyHeader.podspec
+ path
+ ../ZoomyHeader.podspec
+ sourceTree
+ <group>
+
+ CA35B94EA85A474DBEFE0A2B
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ name
+ README.md
+ path
+ ../README.md
+ sourceTree
+ <group>
+
+
+ rootObject
+ 607FACC81AFB9204008FA782
+
+
diff --git a/Example/ZoomyHeader.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Example/ZoomyHeader.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..8e0a9c8
--- /dev/null
+++ b/Example/ZoomyHeader.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/Example/ZoomyHeader.xcodeproj/xcshareddata/xcschemes/ZoomyHeader-Example.xcscheme b/Example/ZoomyHeader.xcodeproj/xcshareddata/xcschemes/ZoomyHeader-Example.xcscheme
new file mode 100644
index 0000000..dbe404c
--- /dev/null
+++ b/Example/ZoomyHeader.xcodeproj/xcshareddata/xcschemes/ZoomyHeader-Example.xcscheme
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Example/ZoomyHeader/AppDelegate.swift b/Example/ZoomyHeader/AppDelegate.swift
new file mode 100644
index 0000000..212a46d
--- /dev/null
+++ b/Example/ZoomyHeader/AppDelegate.swift
@@ -0,0 +1,46 @@
+//
+// AppDelegate.swift
+// ZoomyHeader
+//
+// Created by Logan Sease on 06/02/2016.
+// Copyright (c) 2016 Logan Sease. All rights reserved.
+//
+
+import UIKit
+
+@UIApplicationMain
+class AppDelegate: UIResponder, UIApplicationDelegate {
+
+ var window: UIWindow?
+
+
+ func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
+ // Override point for customization after application launch.
+ return true
+ }
+
+ func applicationWillResignActive(application: UIApplication) {
+ // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
+ // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
+ }
+
+ func applicationDidEnterBackground(application: UIApplication) {
+ // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
+ // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
+ }
+
+ func applicationWillEnterForeground(application: UIApplication) {
+ // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
+ }
+
+ func applicationDidBecomeActive(application: UIApplication) {
+ // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
+ }
+
+ func applicationWillTerminate(application: UIApplication) {
+ // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
+ }
+
+
+}
+
diff --git a/Example/ZoomyHeader/Base.lproj/LaunchScreen.xib b/Example/ZoomyHeader/Base.lproj/LaunchScreen.xib
new file mode 100644
index 0000000..3b23431
--- /dev/null
+++ b/Example/ZoomyHeader/Base.lproj/LaunchScreen.xib
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Example/ZoomyHeader/Base.lproj/Main.storyboard b/Example/ZoomyHeader/Base.lproj/Main.storyboard
new file mode 100644
index 0000000..52ea29e
--- /dev/null
+++ b/Example/ZoomyHeader/Base.lproj/Main.storyboard
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Example/ZoomyHeader/Images.xcassets/AppIcon.appiconset/Contents.json b/Example/ZoomyHeader/Images.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 0000000..d3942e9
--- /dev/null
+++ b/Example/ZoomyHeader/Images.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,38 @@
+{
+ "images" : [
+ {
+ "idiom" : "iphone",
+ "size" : "29x29",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "29x29",
+ "scale" : "3x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "40x40",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "40x40",
+ "scale" : "3x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "60x60",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "60x60",
+ "scale" : "3x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
diff --git a/Example/ZoomyHeader/Info.plist b/Example/ZoomyHeader/Info.plist
new file mode 100644
index 0000000..eb18faa
--- /dev/null
+++ b/Example/ZoomyHeader/Info.plist
@@ -0,0 +1,39 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ 1.0
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ 1
+ LSRequiresIPhoneOS
+
+ UILaunchStoryboardName
+ LaunchScreen
+ UIMainStoryboardFile
+ Main
+ UIRequiredDeviceCapabilities
+
+ armv7
+
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+
+
+
diff --git a/Example/ZoomyHeader/ViewController.swift b/Example/ZoomyHeader/ViewController.swift
new file mode 100644
index 0000000..10f2383
--- /dev/null
+++ b/Example/ZoomyHeader/ViewController.swift
@@ -0,0 +1,24 @@
+//
+// ViewController.swift
+// ZoomyHeader
+//
+// Created by Logan Sease on 06/02/2016.
+// Copyright (c) 2016 Logan Sease. All rights reserved.
+//
+
+import UIKit
+
+class ViewController: UIViewController {
+
+ override func viewDidLoad() {
+ super.viewDidLoad()
+ // Do any additional setup after loading the view, typically from a nib.
+ }
+
+ override func didReceiveMemoryWarning() {
+ super.didReceiveMemoryWarning()
+ // Dispose of any resources that can be recreated.
+ }
+
+}
+
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..4937877
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,19 @@
+Copyright (c) 2016 Logan Sease
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c486337
--- /dev/null
+++ b/README.md
@@ -0,0 +1,29 @@
+# ZoomyHeader
+
+[![CI Status](http://img.shields.io/travis/Logan Sease/ZoomyHeader.svg?style=flat)](https://travis-ci.org/Logan Sease/ZoomyHeader)
+[![Version](https://img.shields.io/cocoapods/v/ZoomyHeader.svg?style=flat)](http://cocoapods.org/pods/ZoomyHeader)
+[![License](https://img.shields.io/cocoapods/l/ZoomyHeader.svg?style=flat)](http://cocoapods.org/pods/ZoomyHeader)
+[![Platform](https://img.shields.io/cocoapods/p/ZoomyHeader.svg?style=flat)](http://cocoapods.org/pods/ZoomyHeader)
+
+## Example
+
+To run the example project, clone the repo, and run `pod install` from the Example directory first.
+
+## Requirements
+
+## Installation
+
+ZoomyHeader is available through [CocoaPods](http://cocoapods.org). To install
+it, simply add the following line to your Podfile:
+
+```ruby
+pod "ZoomyHeader"
+```
+
+## Author
+
+Logan Sease, logan.sease@qonceptual.com
+
+## License
+
+ZoomyHeader is available under the MIT license. See the LICENSE file for more info.
diff --git a/ZoomyHeader.podspec b/ZoomyHeader.podspec
new file mode 100644
index 0000000..a75ad05
--- /dev/null
+++ b/ZoomyHeader.podspec
@@ -0,0 +1,42 @@
+#
+# Be sure to run `pod lib lint ZoomyHeader.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+ s.name = 'ZoomyHeader'
+ s.version = '0.1.0'
+ s.summary = 'A short description of ZoomyHeader.'
+
+# This description is used to generate tags and improve search results.
+# * Think: What does it do? Why did you write it? What is the focus?
+# * Try to keep it short, snappy and to the point.
+# * Write the description between the DESC delimiters below.
+# * Finally, don't worry about the indent, CocoaPods strips it!
+
+ s.description = <<-DESC
+TODO: Add long description of the pod here.
+ DESC
+
+ s.homepage = 'https://github.com//ZoomyHeader'
+ # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+ s.license = { :type => 'MIT', :file => 'LICENSE' }
+ s.author = { 'Logan Sease' => 'logan.sease@qonceptual.com' }
+ s.source = { :git => 'https://github.com//ZoomyHeader.git', :tag => s.version.to_s }
+ # s.social_media_url = 'https://twitter.com/'
+
+ s.ios.deployment_target = '8.0'
+
+ s.source_files = 'ZoomyHeader/Classes/**/*'
+
+ # s.resource_bundles = {
+ # 'ZoomyHeader' => ['ZoomyHeader/Assets/*.png']
+ # }
+
+ # s.public_header_files = 'Pod/Classes/**/*.h'
+ # s.frameworks = 'UIKit', 'MapKit'
+ # s.dependency 'AFNetworking', '~> 2.3'
+end
diff --git a/ZoomyHeader/Assets/.gitkeep b/ZoomyHeader/Assets/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/ZoomyHeader/Classes/.gitkeep b/ZoomyHeader/Classes/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/ZoomyHeader/Classes/ReplaceMe.swift b/ZoomyHeader/Classes/ReplaceMe.swift
new file mode 100644
index 0000000..e69de29
diff --git a/_Pods.xcodeproj b/_Pods.xcodeproj
new file mode 120000
index 0000000..3c5a8e7
--- /dev/null
+++ b/_Pods.xcodeproj
@@ -0,0 +1 @@
+Example/Pods/Pods.xcodeproj
\ No newline at end of file