From 7008e6b475317d0a27b517185359164ac23a58db Mon Sep 17 00:00:00 2001 From: Dimitri Strauneanu Date: Wed, 27 Nov 2019 16:21:59 +0200 Subject: [PATCH] [ Readme ] - Update content --- CheckmarkView.podspec | 4 ++-- CheckmarkView.xcodeproj/project.pbxproj | 2 ++ README.md | 8 ++++---- Sources/Info.plist | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CheckmarkView.podspec b/CheckmarkView.podspec index dd011c7..4bbbca0 100644 --- a/CheckmarkView.podspec +++ b/CheckmarkView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| - s.name = 'CheckmarkView' - s.version = '0.0.1' + s.name = 'CheckmarkView-iOS' + s.version = '0.0.2' s.license = { :type => "MIT", :file => "LICENSE" } s.summary = 'Pixel perfect checkmark view for iOS' s.homepage = 'https://beewisedevelopment.com' diff --git a/CheckmarkView.xcodeproj/project.pbxproj b/CheckmarkView.xcodeproj/project.pbxproj index d0bf503..fd6b00c 100644 --- a/CheckmarkView.xcodeproj/project.pbxproj +++ b/CheckmarkView.xcodeproj/project.pbxproj @@ -695,6 +695,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MARKETING_VERSION = 0.0.2; PRODUCT_BUNDLE_IDENTIFIER = com.bee.wise.development.checkmark.view.ios; PRODUCT_NAME = CheckmarkView; SKIP_INSTALL = YES; @@ -716,6 +717,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MARKETING_VERSION = 0.0.2; PRODUCT_BUNDLE_IDENTIFIER = com.bee.wise.development.checkmark.view.ios; PRODUCT_NAME = CheckmarkView; SKIP_INSTALL = YES; diff --git a/README.md b/README.md index f5eda20..82d0ea6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Pixel perfect checkmark view for iOS, for any size you want ## Screenshots - + ## Requirements @@ -40,7 +40,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '10.0' use_frameworks! -pod 'CheckmarkView', '~> 0.0.1' +pod 'CheckmarkView-iOS', '~> 0.0.2' ``` Then, run the following command: @@ -66,7 +66,7 @@ $ brew install carthage To integrate **CheckmarkView** into your Xcode project using Carthage, specify it in your `Cartfile`: ```ogdl -github "BeeWise/CheckmarkView-iOS" ~> 0.0.1 +github "BeeWise/CheckmarkView-iOS" ~> 0.0.2 ``` @@ -84,7 +84,7 @@ import PackageDescription let package = Package( name: "HelloCheckmarkView", dependencies: [ - .package(url: "https://github.com/BeeWise/CheckmarkView-iOS.git", .upToNextMajor(from: "0.0.1")) + .package(url: "https://github.com/BeeWise/CheckmarkView-iOS.git", .upToNextMajor(from: "0.0.2")) ], targets: [ .target(name: "HelloCheckmarkView", dependencies: ["CheckmarkView"]) diff --git a/Sources/Info.plist b/Sources/Info.plist index 259d58e..ec0cc7b 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.0.1 + $(MARKETING_VERSION) CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass