Skip to content

Commit 06e720b

Browse files
committed
Update pod specs
1 parent 13cab10 commit 06e720b

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

ShadowView.podspec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "ShadowView"
19-
s.version = "1.0.1"
19+
s.version = '1.0.2'
2020
s.summary = "ShadowView makes view's shadow implementation easy and sweet"
2121

2222
# This description is used to generate tags and improve search results.
@@ -25,8 +25,8 @@ Pod::Spec.new do |s|
2525
# * Write the description between the DESC delimiters below.
2626
# * Finally, don't worry about the indent, CocoaPods strips it!
2727
s.description = <<-DESC
28-
Add simple shadows or add a gaussian blurred projection (as a shadow) to any UIView.
29-
DESC
28+
Add simple shadows or add a gaussian blurred projection (as a shadow) to any UIView.
29+
DESC
3030

3131
s.homepage = "https://github.com/PierrePerrin/ShadowView"
3232
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
@@ -65,7 +65,7 @@ Pod::Spec.new do |s|
6565
#
6666

6767
# s.platform = :ios
68-
s.platform = :ios, "9.0"
68+
s.platform = :ios, "8.0"
6969

7070
# When using multiple platforms
7171
# s.ios.deployment_target = "5.0"
@@ -80,7 +80,7 @@ Pod::Spec.new do |s|
8080
# Supports git, hg, bzr, svn and HTTP.
8181
#
8282

83-
s.source = { :git => "https://github.com/PierrePerrin/ShadowView.git", :tag => "#{s.version}" }
83+
s.source = { :git => 'https://github.com/PierrePerrin/ShadowView.git', :tag => s.version.to_s }
8484

8585

8686
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -91,7 +91,7 @@ Pod::Spec.new do |s|
9191
# Not including the public_header_files will make all headers public.
9292
#
9393

94-
s.source_files = "Sources", "ShadowView/ShadowView/"
94+
s.source_files = 'Sources", "ShadowView/ShadowView/*.swift'
9595
#s.exclude_files = "Classes/Exclude"
9696

9797
# s.public_header_files = "Classes/**/*.h"
@@ -119,7 +119,7 @@ Pod::Spec.new do |s|
119119

120120
# s.framework = "SomeFramework"
121121
# s.frameworks = "SomeFramework", "AnotherFramework"
122-
s.frameworks = 'Foundation', 'UIKit'
122+
# s.frameworks = 'Foundation', 'UIKit'
123123

124124
# s.library = "iconv"
125125
# s.libraries = "iconv", "xml2"
@@ -136,7 +136,7 @@ Pod::Spec.new do |s|
136136
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
137137
# s.dependency "JSONKit", "~> 1.4"
138138

139-
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.1' }
139+
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0'}
140140
s.requires_arc = true
141141

142142
end

ShadowView/ShadowView.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@
499499
DYLIB_INSTALL_NAME_BASE = "@rpath";
500500
INFOPLIST_FILE = ShadowView/Info.plist;
501501
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
502+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
502503
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
503504
PRODUCT_BUNDLE_IDENTIFIER = PP.ShadowView;
504505
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -520,6 +521,7 @@
520521
DYLIB_INSTALL_NAME_BASE = "@rpath";
521522
INFOPLIST_FILE = ShadowView/Info.plist;
522523
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
524+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
523525
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
524526
PRODUCT_BUNDLE_IDENTIFIER = PP.ShadowView;
525527
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -561,6 +563,7 @@
561563
CLANG_ENABLE_MODULES = YES;
562564
DEVELOPMENT_TEAM = PCKYQNTV3N;
563565
INFOPLIST_FILE = ShadowViewExample/Info.plist;
566+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
564567
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
565568
PRODUCT_BUNDLE_IDENTIFIER = PP.ShadowViewExample;
566569
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -576,6 +579,7 @@
576579
CLANG_ENABLE_MODULES = YES;
577580
DEVELOPMENT_TEAM = PCKYQNTV3N;
578581
INFOPLIST_FILE = ShadowViewExample/Info.plist;
582+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
579583
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
580584
PRODUCT_BUNDLE_IDENTIFIER = PP.ShadowViewExample;
581585
PRODUCT_NAME = "$(TARGET_NAME)";

ShadowView/ShadowView/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>1.0</string>
18+
<string>1.0.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

ShadowView/ShadowViewExample/Base.lproj/Main.storyboard

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
7-
<deployment identifier="iOS"/>
87
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
98
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
109
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>

0 commit comments

Comments
 (0)