diff --git a/CHANGELOG.md b/CHANGELOG.md index 408e4db..1a26cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Version 1.1.2 + +### Bugfixes +* [Add Carthage support by sharing Pod schemes](https://github.com/chrs1885/Capable/pull/49) *(Thanks to @jefflen)* + ## Version 1.1.1 ### Enhancements diff --git a/Capable.podspec b/Capable.podspec index d0850b6..04bc36b 100644 --- a/Capable.podspec +++ b/Capable.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Capable' - s.version = '1.1.1' + s.version = '1.1.2' s.summary = 'Keep track of accessibility settings, leverage high contrast colors, and use scalable fonts to enable users with disabilities to use your app.' s.description = <<-DESC diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index 87488cf..8116807 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -2503,7 +2503,6 @@ hasScannedForEncodings = 0; knownRegions = ( en, - Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; productRefGroup = 7F4ED286A27BDF9FA9964E098BA207F3 /* Products */; diff --git a/README.md b/README.md index f3c18b1..a7034fd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ --- [![Awesome](https://camo.githubusercontent.com/13c4e50d88df7178ae1882a203ed57b641674f94/68747470733a2f2f63646e2e7261776769742e636f6d2f73696e647265736f726875732f617765736f6d652f643733303566333864323966656437386661383536353265336136336531353464643865383832392f6d656469612f62616467652e737667)](https://github.com/vsouza/awesome-ios#accessibility) -[![Build Status](https://app.bitrise.io/app/7596a076a75ab2ab/status.svg?token=3kpsJB-PR0sBLRF8NYrwhg&branch=develop)](https://app.bitrise.io/app/7596a076a75ab2ab) +[![Build Status](https://app.bitrise.io/app/bffa0ab34e532968/status.svg?token=brzakeKmTQGYMdW-lNmClg&branch=develop)](https://app.bitrise.io/app/bffa0ab34e532968) ![Swift](https://img.shields.io/badge/swift-5.0-red.svg) ![Platforms](https://img.shields.io/cocoapods/p/Capable.svg) [![Cocoapods compatible](https://img.shields.io/cocoapods/v/Capable.svg)](https://cocoapods.org/pods/Capable) @@ -85,7 +85,7 @@ github "chrs1885/Capable" ```ruby dependencies: [ - .package(url: "https://github.com/chrs1885/Capable.git", from: "1.1.1") + .package(url: "https://github.com/chrs1885/Capable.git", from: "1.1.2") ] ```