Skip to content

Commit

Permalink
feat: pod build source
Browse files Browse the repository at this point in the history
  • Loading branch information
jingdan committed Oct 26, 2017
1 parent b6694a0 commit a508b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AliyunOSSiOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '7.0'

s.source_files = 'AliyunOSSiOS/*.{h,m}', 'AliyunOSSiOS/OSSTask/*.{h,m}', 'AliyunOSSiOS/OSSIPv6/*.{h,m}'
s.source_files = 'AliyunOSSiOS/*.{h,m}', 'AliyunOSSiOS/OSSTask/*.{h,m}','AliyunOSSiOS/OSSFileLog/*.{h,m}', 'AliyunOSSiOS/OSSIPv6/*.{h,m}'

s.frameworks = 'SystemConfiguration'

Expand Down

0 comments on commit a508b41

Please sign in to comment.