Showing
1 changed file
with
5 additions
and
1 deletions
1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
2 | s.name = "YHExplorer" | 2 | s.name = "YHExplorer" |
3 | - s.version = "1.0.1" | 3 | + s.version = "1.0.3" |
4 | s.summary = "Integrated WebView with Cordova" | 4 | s.summary = "Integrated WebView with Cordova" |
5 | s.description = <<-DESC | 5 | s.description = <<-DESC |
6 | An WebView Kit integrated Cordova. | 6 | An WebView Kit integrated Cordova. |
@@ -45,6 +45,10 @@ Pod::Spec.new do |s| | @@ -45,6 +45,10 @@ Pod::Spec.new do |s| | ||
45 | ss.source_files = 'YHExplorer/YHLinkParser/*.{h,m}' | 45 | ss.source_files = 'YHExplorer/YHLinkParser/*.{h,m}' |
46 | end | 46 | end |
47 | 47 | ||
48 | + s.subspec 'UINavigation+Pop' do |ss| | ||
49 | + ss.source_files = 'YHExplorer/UINavigation+Pop/*.{h,m}' | ||
50 | + end | ||
51 | + | ||
48 | s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit' | 52 | s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit' |
49 | 53 | ||
50 | end | 54 | end |
-
Please register or login to post a comment