diff --git a/Example/Pods/Target Support Files/Pods-Segmentio_Example/Info.plist b/Example/Pods/Target Support Files/Pods-Segmentio_Example/Info.plist index 2243fe6..652cb86 100644 --- a/Example/Pods/Target Support Files/Pods-Segmentio_Example/Info.plist +++ b/Example/Pods/Target Support Files/Pods-Segmentio_Example/Info.plist @@ -2,25 +2,25 @@ - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0.0 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 0.1.3 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + diff --git a/Example/Segmentio/Info.plist b/Example/Segmentio/Info.plist index c3d01a8..97ce3bc 100644 --- a/Example/Segmentio/Info.plist +++ b/Example/Segmentio/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.1.2 + 0.1.3 CFBundleSignature ???? CFBundleVersion - 22 + 23 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/README.md b/README.md index 684e13c..aa2d88b 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.2' +pod 'Segmentio', '~> 0.1.3' ``` *(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.2 +github "Yalantis/Segmentio" ~> 0.1.3 ``` ##Usage diff --git a/Segmentio.podspec b/Segmentio.podspec index 2b63040..6603e0a 100644 --- a/Segmentio.podspec +++ b/Segmentio.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |spec| spec.name = "Segmentio" -spec.version = "0.1.2" +spec.version = "0.1.3" spec.homepage = "https://github.com/Yalantis/Segmentio" spec.summary = "Animated top/bottom segmented control written in Swift!" -spec.screenshot = 'https://github.com/Yalantis/Segmentio/blob/master/Assets/animation.gif' +spec.screenshot = 'https://raw.githubusercontent.com/Yalantis/Segmentio/master/Assets/animation.gif' spec.author = "Yalantis" spec.license = { :type => "MIT", :file => "LICENSE" } @@ -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.2" } +spec.source = { :git => "https://github.com/Yalantis/Segmentio.git", :tag => "0.1.3" } spec.source_files = 'Segmentio/Source/**/*.swift' spec.module_name = 'Segmentio'