Skip to content

Commit

Permalink
Fixing cocoapods integration
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrePerrin committed Aug 2, 2017
1 parent 06e720b commit 0c2c82c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
3.1
3.0.2
9 changes: 3 additions & 6 deletions ShadowView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "ShadowView"
s.version = '1.0.2'
s.version = '1.0.3'
s.summary = "ShadowView makes view's shadow implementation easy and sweet"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -65,7 +65,7 @@ DESC
#

# s.platform = :ios
s.platform = :ios, "8.0"
s.ios.deployment_target = '8.1'

# When using multiple platforms
# s.ios.deployment_target = "5.0"
Expand All @@ -91,7 +91,7 @@ DESC
# Not including the public_header_files will make all headers public.
#

s.source_files = 'Sources", "ShadowView/ShadowView/*.swift'
s.source_files = 'ShadowView/ShadowView/*.swift'
#s.exclude_files = "Classes/Exclude"

# s.public_header_files = "Classes/**/*.h"
Expand Down Expand Up @@ -136,7 +136,4 @@ DESC
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# s.dependency "JSONKit", "~> 1.4"

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0'}
s.requires_arc = true

end

0 comments on commit 0c2c82c

Please sign in to comment.