Skip to content

Commit cc122e6

Browse files
committed
Version 2.1.0
1 parent ffac817 commit cc122e6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Gradient View.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@
189189
2163B9EE1A25FBF000610B0C /* Project object */ = {
190190
isa = PBXProject;
191191
attributes = {
192+
LastSwiftUpdateCheck = 0700;
192193
LastUpgradeCheck = 0610;
193194
ORGANIZATIONNAME = "Sam Soffes";
194195
TargetAttributes = {
@@ -389,6 +390,7 @@
389390
2163BA3A1A25FBFD00610B0C /* Debug */ = {
390391
isa = XCBuildConfiguration;
391392
buildSettings = {
393+
APPLICATION_EXTENSION_API_ONLY = YES;
392394
CLANG_ENABLE_MODULES = YES;
393395
CURRENT_PROJECT_VERSION = 8;
394396
DEFINES_MODULE = YES;
@@ -416,6 +418,7 @@
416418
2163BA3B1A25FBFD00610B0C /* Release */ = {
417419
isa = XCBuildConfiguration;
418420
buildSettings = {
421+
APPLICATION_EXTENSION_API_ONLY = YES;
419422
CLANG_ENABLE_MODULES = YES;
420423
CURRENT_PROJECT_VERSION = 8;
421424
DEFINES_MODULE = YES;

GradientView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'GradientView'
3-
spec.version = '2.0.3'
3+
spec.version = '2.1.0'
44
spec.authors = {'Sam Soffes' => 'sam@soff.es'}
55
spec.homepage = 'https://github.com/soffes/GradientView'
66
spec.summary = 'Easily use gradients in UIKit.'

GradientView/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.3</string>
18+
<string>2.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)