diff --git a/Example/Segmentio/Info.plist b/Example/Segmentio/Info.plist index 97ce3bc..078edf7 100644 --- a/Example/Segmentio/Info.plist +++ b/Example/Segmentio/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.1.3 + 0.1.4 CFBundleSignature ???? CFBundleVersion - 23 + 24 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/README.md b/README.md index aa2d88b..291ed88 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ iOS 8.x, Swift 2.2.x use_frameworks! # Swift 2.2 -pod 'Segmentio', '~> 0.1.3' +pod 'Segmentio', '~> 0.1.4' ``` *(CocoaPods v1.0.1 or later required. See [this blog post](http://blog.cocoapods.org/Pod-Authors-Guide-to-CocoaPods-Frameworks/) for details.)* ####[Carthage](http://github.com/Carthage/Carthage) ```ruby -github "Yalantis/Segmentio" ~> 0.1.3 +github "Yalantis/Segmentio" ~> 0.1.4 ``` ##Usage diff --git a/Segmentio.podspec b/Segmentio.podspec index 6603e0a..f4d3c83 100644 --- a/Segmentio.podspec +++ b/Segmentio.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "Segmentio" -spec.version = "0.1.3" +spec.version = "0.1.4" spec.homepage = "https://github.com/Yalantis/Segmentio" spec.summary = "Animated top/bottom segmented control written in Swift!" @@ -13,7 +13,7 @@ spec.social_media_url = "https://twitter.com/yalantis" spec.platform = :ios, '8.0' spec.ios.deployment_target = '8.0' -spec.source = { :git => "https://github.com/Yalantis/Segmentio.git", :tag => "0.1.3" } +spec.source = { :git => "https://github.com/Yalantis/Segmentio.git", :tag => "0.1.4" } spec.source_files = 'Segmentio/Source/**/*.swift' spec.module_name = 'Segmentio' diff --git a/Segmentio.xcodeproj/project.pbxproj b/Segmentio.xcodeproj/project.pbxproj index d4819a8..a3bf3dc 100644 --- a/Segmentio.xcodeproj/project.pbxproj +++ b/Segmentio.xcodeproj/project.pbxproj @@ -7,19 +7,37 @@ objects = { /* Begin PBXBuildFile section */ - 32984F5E1D33BEB400922089 /* Source in Resources */ = {isa = PBXBuildFile; fileRef = 32984F5D1D33BEB400922089 /* Source */; }; - 32F75A6D1D33C0EE00E3911B /* Segmentio.h in Headers */ = {isa = PBXBuildFile; fileRef = 32F75A6C1D33C0EE00E3911B /* Segmentio.h */; }; + 324B60431D33E43E0050B083 /* Segmentio.h in Headers */ = {isa = PBXBuildFile; fileRef = 324B60421D33E43E0050B083 /* Segmentio.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 324B60571D33E5200050B083 /* SegmentioCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 324B604C1D33E5200050B083 /* SegmentioCell.swift */; }; + 324B60581D33E5200050B083 /* SegmentioCellWithImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 324B604D1D33E5200050B083 /* SegmentioCellWithImage.swift */; }; + 324B60591D33E5200050B083 /* SegmentioCellWithImageAfterLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 324B604E1D33E5200050B083 /* SegmentioCellWithImageAfterLabel.swift */; }; + 324B605A1D33E5200050B083 /* SegmentioCellWithImageBeforeLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 324B604F1D33E5200050B083 /* SegmentioCellWithImageBeforeLabel.swift */; }; + 324B605B1D33E5200050B083 /* SegmentioCellWithImageOverLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 324B60501D33E5200050B083 /* SegmentioCellWithImageOverLabel.swift */; }; + 324B605C1D33E5200050B083 /* SegmentioCellWithImageUnderLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 324B60511D33E5200050B083 /* SegmentioCellWithImageUnderLabel.swift */; }; + 324B605D1D33E5200050B083 /* SegmentioCellWithLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 324B60521D33E5200050B083 /* SegmentioCellWithLabel.swift */; }; + 324B605E1D33E5200050B083 /* UIView+Appearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 324B60541D33E5200050B083 /* UIView+Appearance.swift */; }; + 324B605F1D33E5200050B083 /* Segmentio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 324B60551D33E5200050B083 /* Segmentio.swift */; }; + 324B60601D33E5200050B083 /* SegmentioOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 324B60561D33E5200050B083 /* SegmentioOptions.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 32984F551D33BE6A00922089 /* Segmentio.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Segmentio.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 32984F591D33BE6A00922089 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 32984F5D1D33BEB400922089 /* Source */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Source; sourceTree = ""; }; - 32F75A6C1D33C0EE00E3911B /* Segmentio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Segmentio.h; sourceTree = ""; }; + 324B60401D33E43E0050B083 /* Segmentio.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Segmentio.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 324B60421D33E43E0050B083 /* Segmentio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Segmentio.h; sourceTree = ""; }; + 324B60441D33E43E0050B083 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 324B604C1D33E5200050B083 /* SegmentioCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SegmentioCell.swift; sourceTree = ""; }; + 324B604D1D33E5200050B083 /* SegmentioCellWithImage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SegmentioCellWithImage.swift; sourceTree = ""; }; + 324B604E1D33E5200050B083 /* SegmentioCellWithImageAfterLabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SegmentioCellWithImageAfterLabel.swift; sourceTree = ""; }; + 324B604F1D33E5200050B083 /* SegmentioCellWithImageBeforeLabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SegmentioCellWithImageBeforeLabel.swift; sourceTree = ""; }; + 324B60501D33E5200050B083 /* SegmentioCellWithImageOverLabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SegmentioCellWithImageOverLabel.swift; sourceTree = ""; }; + 324B60511D33E5200050B083 /* SegmentioCellWithImageUnderLabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SegmentioCellWithImageUnderLabel.swift; sourceTree = ""; }; + 324B60521D33E5200050B083 /* SegmentioCellWithLabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SegmentioCellWithLabel.swift; sourceTree = ""; }; + 324B60541D33E5200050B083 /* UIView+Appearance.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+Appearance.swift"; sourceTree = ""; }; + 324B60551D33E5200050B083 /* Segmentio.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Segmentio.swift; sourceTree = ""; }; + 324B60561D33E5200050B083 /* SegmentioOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SegmentioOptions.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 32984F511D33BE6A00922089 /* Frameworks */ = { + 324B603C1D33E43E0050B083 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -29,54 +47,87 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 32984F321D33BD6100922089 = { + 324B601D1D33E3CC0050B083 = { isa = PBXGroup; children = ( - 32984F561D33BE6A00922089 /* Segmentio */, - 32984F3C1D33BD6100922089 /* Products */, + 324B60411D33E43E0050B083 /* Segmentio */, + 324B60271D33E3CC0050B083 /* Products */, ); sourceTree = ""; }; - 32984F3C1D33BD6100922089 /* Products */ = { + 324B60271D33E3CC0050B083 /* Products */ = { isa = PBXGroup; children = ( - 32984F551D33BE6A00922089 /* Segmentio.framework */, + 324B60401D33E43E0050B083 /* Segmentio.framework */, ); name = Products; sourceTree = ""; }; - 32984F561D33BE6A00922089 /* Segmentio */ = { + 324B60411D33E43E0050B083 /* Segmentio */ = { isa = PBXGroup; children = ( - 32F75A6C1D33C0EE00E3911B /* Segmentio.h */, - 32984F5D1D33BEB400922089 /* Source */, - 32984F591D33BE6A00922089 /* Info.plist */, + 324B604A1D33E5200050B083 /* Source */, + 324B60421D33E43E0050B083 /* Segmentio.h */, + 324B60441D33E43E0050B083 /* Info.plist */, ); path = Segmentio; sourceTree = ""; }; + 324B604A1D33E5200050B083 /* Source */ = { + isa = PBXGroup; + children = ( + 324B604B1D33E5200050B083 /* Cells */, + 324B60531D33E5200050B083 /* Extensions */, + 324B60551D33E5200050B083 /* Segmentio.swift */, + 324B60561D33E5200050B083 /* SegmentioOptions.swift */, + ); + path = Source; + sourceTree = ""; + }; + 324B604B1D33E5200050B083 /* Cells */ = { + isa = PBXGroup; + children = ( + 324B604C1D33E5200050B083 /* SegmentioCell.swift */, + 324B604D1D33E5200050B083 /* SegmentioCellWithImage.swift */, + 324B604E1D33E5200050B083 /* SegmentioCellWithImageAfterLabel.swift */, + 324B604F1D33E5200050B083 /* SegmentioCellWithImageBeforeLabel.swift */, + 324B60501D33E5200050B083 /* SegmentioCellWithImageOverLabel.swift */, + 324B60511D33E5200050B083 /* SegmentioCellWithImageUnderLabel.swift */, + 324B60521D33E5200050B083 /* SegmentioCellWithLabel.swift */, + ); + path = Cells; + sourceTree = ""; + }; + 324B60531D33E5200050B083 /* Extensions */ = { + isa = PBXGroup; + children = ( + 324B60541D33E5200050B083 /* UIView+Appearance.swift */, + ); + path = Extensions; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 32984F521D33BE6A00922089 /* Headers */ = { + 324B603D1D33E43E0050B083 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 32F75A6D1D33C0EE00E3911B /* Segmentio.h in Headers */, + 324B60431D33E43E0050B083 /* Segmentio.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 32984F541D33BE6A00922089 /* Segmentio */ = { + 324B603F1D33E43E0050B083 /* Segmentio */ = { isa = PBXNativeTarget; - buildConfigurationList = 32984F5A1D33BE6A00922089 /* Build configuration list for PBXNativeTarget "Segmentio" */; + buildConfigurationList = 324B60451D33E43E0050B083 /* Build configuration list for PBXNativeTarget "Segmentio" */; buildPhases = ( - 32984F501D33BE6A00922089 /* Sources */, - 32984F511D33BE6A00922089 /* Frameworks */, - 32984F521D33BE6A00922089 /* Headers */, - 32984F531D33BE6A00922089 /* Resources */, + 324B603B1D33E43E0050B083 /* Sources */, + 324B603C1D33E43E0050B083 /* Frameworks */, + 324B603D1D33E43E0050B083 /* Headers */, + 324B603E1D33E43E0050B083 /* Resources */, ); buildRules = ( ); @@ -84,25 +135,25 @@ ); name = Segmentio; productName = Segmentio; - productReference = 32984F551D33BE6A00922089 /* Segmentio.framework */; + productReference = 324B60401D33E43E0050B083 /* Segmentio.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - 32984F331D33BD6100922089 /* Project object */ = { + 324B601E1D33E3CC0050B083 /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0730; LastUpgradeCheck = 0730; - ORGANIZATIONNAME = "Dmitriy Demchenko"; + ORGANIZATIONNAME = Yalantis; TargetAttributes = { - 32984F541D33BE6A00922089 = { + 324B603F1D33E43E0050B083 = { CreatedOnToolsVersion = 7.3.1; }; }; }; - buildConfigurationList = 32984F361D33BD6100922089 /* Build configuration list for PBXProject "Segmentio" */; + buildConfigurationList = 324B60211D33E3CC0050B083 /* Build configuration list for PBXProject "Segmentio" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; @@ -110,39 +161,48 @@ en, Base, ); - mainGroup = 32984F321D33BD6100922089; - productRefGroup = 32984F3C1D33BD6100922089 /* Products */; + mainGroup = 324B601D1D33E3CC0050B083; + productRefGroup = 324B60271D33E3CC0050B083 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( - 32984F541D33BE6A00922089 /* Segmentio */, + 324B603F1D33E43E0050B083 /* Segmentio */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 32984F531D33BE6A00922089 /* Resources */ = { + 324B603E1D33E43E0050B083 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 32984F5E1D33BEB400922089 /* Source in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 32984F501D33BE6A00922089 /* Sources */ = { + 324B603B1D33E43E0050B083 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 324B60601D33E5200050B083 /* SegmentioOptions.swift in Sources */, + 324B605B1D33E5200050B083 /* SegmentioCellWithImageOverLabel.swift in Sources */, + 324B60571D33E5200050B083 /* SegmentioCell.swift in Sources */, + 324B60591D33E5200050B083 /* SegmentioCellWithImageAfterLabel.swift in Sources */, + 324B605F1D33E5200050B083 /* Segmentio.swift in Sources */, + 324B60581D33E5200050B083 /* SegmentioCellWithImage.swift in Sources */, + 324B605A1D33E5200050B083 /* SegmentioCellWithImageBeforeLabel.swift in Sources */, + 324B605C1D33E5200050B083 /* SegmentioCellWithImageUnderLabel.swift in Sources */, + 324B605E1D33E5200050B083 /* UIView+Appearance.swift in Sources */, + 324B605D1D33E5200050B083 /* SegmentioCellWithLabel.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ - 32984F4B1D33BD6200922089 /* Debug */ = { + 324B60361D33E3CC0050B083 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -188,7 +248,7 @@ }; name = Debug; }; - 32984F4C1D33BD6200922089 /* Release */ = { + 324B60371D33E3CC0050B083 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -227,7 +287,7 @@ }; name = Release; }; - 32984F5B1D33BE6A00922089 /* Debug */ = { + 324B60461D33E43E0050B083 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CURRENT_PROJECT_VERSION = 1; @@ -246,7 +306,7 @@ }; name = Debug; }; - 32984F5C1D33BE6A00922089 /* Release */ = { + 324B60471D33E43E0050B083 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CURRENT_PROJECT_VERSION = 1; @@ -268,25 +328,24 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 32984F361D33BD6100922089 /* Build configuration list for PBXProject "Segmentio" */ = { + 324B60211D33E3CC0050B083 /* Build configuration list for PBXProject "Segmentio" */ = { isa = XCConfigurationList; buildConfigurations = ( - 32984F4B1D33BD6200922089 /* Debug */, - 32984F4C1D33BD6200922089 /* Release */, + 324B60361D33E3CC0050B083 /* Debug */, + 324B60371D33E3CC0050B083 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 32984F5A1D33BE6A00922089 /* Build configuration list for PBXNativeTarget "Segmentio" */ = { + 324B60451D33E43E0050B083 /* Build configuration list for PBXNativeTarget "Segmentio" */ = { isa = XCConfigurationList; buildConfigurations = ( - 32984F5B1D33BE6A00922089 /* Debug */, - 32984F5C1D33BE6A00922089 /* Release */, + 324B60461D33E43E0050B083 /* Debug */, + 324B60471D33E43E0050B083 /* Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; - rootObject = 32984F331D33BD6100922089 /* Project object */; + rootObject = 324B601E1D33E3CC0050B083 /* Project object */; } diff --git a/Segmentio.xcodeproj/xcshareddata/xcschemes/Segmentio.xcscheme b/Segmentio.xcodeproj/xcshareddata/xcschemes/Segmentio.xcscheme deleted file mode 100644 index 1d2a2d1..0000000 --- a/Segmentio.xcodeproj/xcshareddata/xcschemes/Segmentio.xcscheme +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Segmentio/Info.plist b/Segmentio/Info.plist index d3de8ee..588f762 100644 --- a/Segmentio/Info.plist +++ b/Segmentio/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 0.1.4 CFBundleSignature ???? CFBundleVersion diff --git a/Segmentio/Segmentio.h b/Segmentio/Segmentio.h index 04b2c7c..548fd6d 100644 --- a/Segmentio/Segmentio.h +++ b/Segmentio/Segmentio.h @@ -3,7 +3,7 @@ // Segmentio // // Created by Dmitriy Demchenko on 7/11/16. -// Copyright © 2016 Yalantis Mobile. All rights reserved. +// Copyright © 2016 Yalantis. All rights reserved. // #import diff --git a/_Pods.xcodeproj b/_Pods.xcodeproj deleted file mode 120000 index 3c5a8e7..0000000 --- a/_Pods.xcodeproj +++ /dev/null @@ -1 +0,0 @@ -Example/Pods/Pods.xcodeproj \ No newline at end of file