Showing
2 changed files
with
3 additions
and
3 deletions
No preview for this file type
1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
2 | s.name = 'HHDoctor' | 2 | s.name = 'HHDoctor' |
3 | -s.version= "3.1.00819171" | 3 | +s.version= "3.1.00819172" |
4 | s.summary = 'A short description of hhvDoctorSDK.' | 4 | s.summary = 'A short description of hhvDoctorSDK.' |
5 | 5 | ||
6 | s.description = <<-DESC | 6 | s.description = <<-DESC |
@@ -14,10 +14,10 @@ s.version= "3.1.00819171" | @@ -14,10 +14,10 @@ s.version= "3.1.00819171" | ||
14 | s.source = { :git => 'http://code.hh-medic.com/hh_public/hh_doctor_mini.git', :tag => s.version.to_s } | 14 | s.source = { :git => 'http://code.hh-medic.com/hh_public/hh_doctor_mini.git', :tag => s.version.to_s } |
15 | # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | 15 | # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' |
16 | 16 | ||
17 | - s.source_files = 'HHDoctor/Classes/**/*' | 17 | + s.source_files = 'HHDoctor/HHDoctor.framework/**/*' |
18 | # s.header_dir = 'hhvDoctorSDKForOC/Classes/**/*.h' | 18 | # s.header_dir = 'hhvDoctorSDKForOC/Classes/**/*.h' |
19 | s.public_header_files = 'HHDoctor/Classes/PublicHeaders/*.h' | 19 | s.public_header_files = 'HHDoctor/Classes/PublicHeaders/*.h' |
20 | - s.resources = 'HHDoctor/Resources/*.*' | 20 | + s.resources = 'HHDoctor/HHDoctor.framework/*.*' |
21 | 21 | ||
22 | s.vendored_frameworks = 'HHDoctor/*.framework' | 22 | s.vendored_frameworks = 'HHDoctor/*.framework' |
23 | # s.static_framework = true | 23 | # s.static_framework = true |
-
Please register or login to post a comment