Skip to content

Commit

Permalink
Merge pull request #1 from longbai/master
Browse files Browse the repository at this point in the history
change include header path for pods
  • Loading branch information
longbai committed Oct 13, 2014
2 parents 97f8949 + b7c8971 commit c277c09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Qiniu.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Qiniu'
s.version = '7.0.0'
s.version = '7.0.1'
s.summary = 'Qiniu Resource Storage SDK for iOS and Mac'
s.homepage = 'https://github.com/qiniu/objective-c-sdk'
s.social_media_url = 'http://weibo.com/qiniutek'
s.author = 'Qiniu => [email protected]'
s.documentation_url = 'http://developer.qiniu.com/docs/v6/sdk/ios-sdk.html'
s.source = {:git => 'https://github.com/qiniu/objective-c-sdk.git', :tag => 'v7.0.0'}
s.source = {:git => 'https://github.com/qiniu/objective-c-sdk.git', :tag => 'v7.0.1'}

s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'
Expand Down
9 changes: 5 additions & 4 deletions QiniuSDK/QiniuSDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

#import <Foundation/Foundation.h>

#import "Common/QNUrlSafeBase64.h"
#import "Http/QNResponseInfo.h"
#import "Storage/QNUploadOption.h"
#import "Storage/QNUploadManager.h"
#import "QNUrlSafeBase64.h"
#import "QNResponseInfo.h"
#import "QNUploadOption.h"
#import "QNUploadManager.h"
#import "QNFileRecorder.h"

0 comments on commit c277c09

Please sign in to comment.