diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 4eb6b3d..2e1f3b1 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - MPITextKit (0.2.3) + - MPITextKit (0.2.4) - YYImage (1.0.4): - YYImage/Core (= 1.0.4) - YYImage/Core (1.0.4) @@ -17,7 +17,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - MPITextKit: d362b015ea6aa294cb3c77826c99cb1d744ed58f + MPITextKit: e9b17481ce626c6298be148c4ccea2ee872bc9a5 YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54 PODFILE CHECKSUM: 9cca02461ddd01cfc6deea5304d2f3a78a0397fd diff --git a/Example/Pods/Local Podspecs/MPITextKit.podspec.json b/Example/Pods/Local Podspecs/MPITextKit.podspec.json index 918a09a..d9ac863 100644 --- a/Example/Pods/Local Podspecs/MPITextKit.podspec.json +++ b/Example/Pods/Local Podspecs/MPITextKit.podspec.json @@ -1,6 +1,6 @@ { "name": "MPITextKit", - "version": "0.2.3", + "version": "0.2.4", "summary": "Powerful text framework for iOS to display text based on TextKit.", "homepage": "https://github.com/meitu/MPITextKit", "license": { @@ -12,7 +12,7 @@ }, "source": { "git": "https://github.com/meitu/MPITextKit.git", - "tag": "0.2.3" + "tag": "0.2.4" }, "platforms": { "ios": "10.0" diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 4eb6b3d..2e1f3b1 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - MPITextKit (0.2.3) + - MPITextKit (0.2.4) - YYImage (1.0.4): - YYImage/Core (= 1.0.4) - YYImage/Core (1.0.4) @@ -17,7 +17,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - MPITextKit: d362b015ea6aa294cb3c77826c99cb1d744ed58f + MPITextKit: e9b17481ce626c6298be148c4ccea2ee872bc9a5 YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54 PODFILE CHECKSUM: 9cca02461ddd01cfc6deea5304d2f3a78a0397fd diff --git a/Example/Pods/Target Support Files/MPITextKit/MPITextKit-Info.plist b/Example/Pods/Target Support Files/MPITextKit/MPITextKit-Info.plist index 421cf1d..f7c6cd4 100644 --- a/Example/Pods/Target Support Files/MPITextKit/MPITextKit-Info.plist +++ b/Example/Pods/Target Support Files/MPITextKit/MPITextKit-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.2.3 + 0.2.4 CFBundleSignature ???? CFBundleVersion diff --git a/MPITextKit.podspec b/MPITextKit.podspec index 28498b7..c7e1715 100644 --- a/MPITextKit.podspec +++ b/MPITextKit.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'MPITextKit' - s.version = '0.2.3' + s.version = '0.2.4' s.summary = 'Powerful text framework for iOS to display text based on TextKit.' # This description is used to generate tags and improve search results.