Skip to content

Commit

Permalink
Update version to 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
touren committed Sep 30, 2019
1 parent e7599a8 commit 91e829e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TwitterKit/TwitterKit-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.4.2</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
Expand Down
2 changes: 2 additions & 0 deletions TwitterKit/TwitterKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3575,6 +3575,7 @@
BITCODE_GENERATION_MODE = bitcode;
CODE_SIGN_IDENTITY = "";
ENABLE_BITCODE = YES;
MARKETING_VERSION = 5.0.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -3592,6 +3593,7 @@
BITCODE_GENERATION_MODE = bitcode;
CODE_SIGN_IDENTITY = "";
ENABLE_BITCODE = YES;
MARKETING_VERSION = 5.0.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
4 changes: 2 additions & 2 deletions TwitterKit5.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "TwitterKit5"
s.version = "5.0.1"
s.version = "5.0.2"
s.summary = "Increase user engagement and app growth."
s.homepage = "https://github.com/touren/twitter-kit-ios"
s.documentation_url = "https://github.com/twitter/twitter-kit-ios/wiki"
s.social_media_url = "https://twitter.com/TwitterDev"
s.authors = "Twitter"
s.platform = :ios, "9.0"
s.source = { :http => "https://s3.amazonaws.com/cocoapods.tao/twitterkit/ios/#{s.version}/TwitterKit.zip" }
s.source = { :http => "https://github.com/touren/twitter-kit-ios/releases/download/v#{s.version}/TwitterKit.zip" }
s.vendored_frameworks = "iOS/TwitterKit.framework"
s.license = { :type => "Commercial", :text => "Twitter Kit: Copyright Twitter, Inc. All Rights Reserved. Use of this software is subject to the terms and conditions of the Twitter Kit Agreement located at https://dev.twitter.com/overview/terms/twitterkit and the Developer Agreement located at https://dev.twitter.com/overview/terms/agreement. OSS: https://github.com/twitter/twitter-kit-ios/blob/master/OS_LICENSES.md"}
s.resources = ["iOS/TwitterKit.framework/TwitterKitResources.bundle", "iOS/TwitterKit.framework/TwitterShareExtensionUIResources.bundle"]
Expand Down

0 comments on commit 91e829e

Please sign in to comment.