Skip to content

Commit

Permalink
Update the podspec file
Browse files Browse the repository at this point in the history
…to pass the linter checks after the CocoaPods 1.0 release
  • Loading branch information
agyorev committed May 16, 2016
1 parent c6814b8 commit 8802a5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Leanplum-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Pod::Spec.new do |s|
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
s.preserve_paths = 'Leanplum.framework'
s.documentation_url = 'https://www.leanplum.com/docs#/docs'
s.source_files = 'Leanplum.framework/Headers/*.h'
s.public_header_files = 'Leanplum.framework/Headers/*.h'
s.vendored_frameworks = 'Leanplum.framework'
end

0 comments on commit 8802a5e

Please sign in to comment.