Skip to content

Commit

Permalink
PODSPEC UPDATE: 4.0.3 and added WhatsApp subspace
Browse files Browse the repository at this point in the history
  • Loading branch information
VilemKurz committed Feb 18, 2015
1 parent dbe1aea commit 59a9711
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ShareKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ShareKit'
s.version = '4.0.2'
s.version = '4.0.3'
s.platform = :ios, '6.0'
s.summary = 'Drop in sharing features for all iPhone and iPad apps.'
s.homepage = 'http://getsharekit.com/'
Expand Down Expand Up @@ -156,6 +156,11 @@ Pod::Spec.new do |s|
pinterest.dependency 'Pinterest-iOS', '~> 2.3'
pinterest.dependency 'ShareKit/Core'
end

s.subspec 'WhatsApp' do |whatsapp|
whatsapp.source_files = 'Classes/ShareKit/Sharers/Services/WhatsApp/**/*.{h,m}'
whatsapp.dependency 'ShareKit/Core'
end


### one note subspec removed because https://github.com/GeLoInc/GeLoSDK-iOS/issues/2
Expand Down

0 comments on commit 59a9711

Please sign in to comment.