diff --git a/Example/Podfile.lock b/Example/Podfile.lock
index 5168707..f1b0e31 100644
--- a/Example/Podfile.lock
+++ b/Example/Podfile.lock
@@ -11,7 +11,7 @@ PODS:
- FBSnapshotTestCase (~> 2.0)
- Nimble (~> 7.0)
- Quick (1.2.0)
- - StyledText (1.0.0)
+ - StyledText (1.1.0)
DEPENDENCIES:
- FBSnapshotTestCase (~> 2.0)
@@ -29,7 +29,7 @@ SPEC CHECKSUMS:
Nimble: bfe1f814edabba69ff145cb1283e04ed636a67f2
Nimble-Snapshots: f5459b5b091678dc942d03ec4741cacb58ba4a52
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
- StyledText: 98e993a39e4ee351912033e1a495f1cdc02dfdfa
+ StyledText: fc5a267c2b40454767965e8a615567ce5f2e0672
PODFILE CHECKSUM: 93ee1fefce57920b1899c41d81505138743fcfac
diff --git a/Example/Pods/Local Podspecs/StyledText.podspec.json b/Example/Pods/Local Podspecs/StyledText.podspec.json
index 5da295f..c73d175 100644
--- a/Example/Pods/Local Podspecs/StyledText.podspec.json
+++ b/Example/Pods/Local Podspecs/StyledText.podspec.json
@@ -1,6 +1,6 @@
{
"name": "StyledText",
- "version": "1.0.0",
+ "version": "1.1.0",
"summary": "Declarative text styles and simple Dynamic Type support for iOS",
"description": "StyledText is a library that simplifies styling dynamic text in iOS applications. Instead of having to use attributed strings every time you need to update text, you can declaratively set a text style on your labels. When the text of the label is updated, the label uses the preset style.",
"homepage": "https://github.com/blueapron/styled-text",
@@ -13,7 +13,7 @@
},
"source": {
"git": "https://github.com/blueapron/styled-text.git",
- "tag": "1.0.0"
+ "tag": "1.1.0"
},
"platforms": {
"ios": "9.0"
diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock
index 5168707..f1b0e31 100644
--- a/Example/Pods/Manifest.lock
+++ b/Example/Pods/Manifest.lock
@@ -11,7 +11,7 @@ PODS:
- FBSnapshotTestCase (~> 2.0)
- Nimble (~> 7.0)
- Quick (1.2.0)
- - StyledText (1.0.0)
+ - StyledText (1.1.0)
DEPENDENCIES:
- FBSnapshotTestCase (~> 2.0)
@@ -29,7 +29,7 @@ SPEC CHECKSUMS:
Nimble: bfe1f814edabba69ff145cb1283e04ed636a67f2
Nimble-Snapshots: f5459b5b091678dc942d03ec4741cacb58ba4a52
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
- StyledText: 98e993a39e4ee351912033e1a495f1cdc02dfdfa
+ StyledText: fc5a267c2b40454767965e8a615567ce5f2e0672
PODFILE CHECKSUM: 93ee1fefce57920b1899c41d81505138743fcfac
diff --git a/Example/Pods/Target Support Files/StyledText/Info.plist b/Example/Pods/Target Support Files/StyledText/Info.plist
index 2243fe6..21a30b4 100644
--- a/Example/Pods/Target Support Files/StyledText/Info.plist
+++ b/Example/Pods/Target Support Files/StyledText/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.0.0
+ 1.1.0
CFBundleSignature
????
CFBundleVersion
diff --git a/StyledText.podspec b/StyledText.podspec
index 978bd22..5fc4538 100644
--- a/StyledText.podspec
+++ b/StyledText.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'StyledText'
- s.version = '1.0.0'
+ s.version = '1.1.0'
s.summary = 'Declarative text styles and simple Dynamic Type support for iOS'
s.description = <<-DESC
StyledText is a library that simplifies styling dynamic text in iOS applications. Instead of having to use attributed strings every time you need to update text, you can declaratively set a text style on your labels. When the text of the label is updated, the label uses the preset style.