Skip to content
Snippets Groups Projects
Commit ab49551d authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Version bump. (v1.18.0)

parent 302ade75
No related branches found
Tags 1.18.0
No related merge requests found
......@@ -835,7 +835,7 @@
DEVELOPMENT_TEAM = 3M5P376P9C;
INFOPLIST_FILE = GeneralToolsFramework/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.17.1;
MARKETING_VERSION = 1.18.0;
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
......@@ -852,7 +852,7 @@
DEVELOPMENT_TEAM = 3M5P376P9C;
INFOPLIST_FILE = GeneralToolsFramework/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.17.1;
MARKETING_VERSION = 1.18.0;
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
......
{
"name": "GeneralToolsFramework",
"version": "1.16.0",
"version": "1.18.0",
"summary": "Contains general tools used in my iOS apps.",
"description": "I, Zandor Smith, use a general set of classes in all of my iOS apps. Because I use these classes all the time, I decided to write my own Cocoapod with all these classes.",
"homepage": "https://git.zsinfo.nl/Zandor300/GeneralToolsFramework",
......
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'GeneralToolsFramework'
s.version = '1.17.1'
s.version = '1.18.0'
s.summary = 'Contains general tools used in my iOS apps.'
# This description is used to generate tags and improve search results.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment