Skip to content

Commit

Permalink
PODSPEC_FIX: OneNote
Browse files Browse the repository at this point in the history
  • Loading branch information
VilemKurz committed Dec 23, 2015
1 parent 3b4ee8c commit a71fdad
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions ShareKit.podspec
Expand Up @@ -157,15 +157,12 @@ evernote.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'
whatsapp.dependency 'ShareKit/Core'
end

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

# s.subspec 'OneNote' do |onenote|
# onenote.source_files = 'Classes/ShareKit/Sharers/Services/OneNote/**/*.{h,m}'
# onenote.dependency 'ShareKit/Core'
# onenote.dependency 'ISO8601DateFormatter'
# onenote.vendored_frameworks = 'Frameworks/LiveSDK.framework'
# onenote.resource = 'Frameworks/LiveSDK.framework'
# end
s.subspec 'OneNote' do |onenote|
onenote.source_files = 'Classes/ShareKit/Sharers/Services/OneNote/**/*.{h,m}'
onenote.dependency 'ShareKit/Core'
onenote.dependency 'ISO8601DateFormatter'
onenote.dependency 'LiveSDK'
end

s.subspec 'YouTube' do |youtube|
youtube.source_files = 'Classes/ShareKit/Sharers/Services/YouTube/**/*.{h,m}'
Expand Down

0 comments on commit a71fdad

Please sign in to comment.