diff --git a/Example/Use Code/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme b/Example/Use Code/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme new file mode 100644 index 0000000..8ffeea5 --- /dev/null +++ b/Example/Use Code/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WMPageController-Swift.podspec b/WMPageController-Swift.podspec index fcc482f..986c309 100755 --- a/WMPageController-Swift.podspec +++ b/WMPageController-Swift.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "WMPageController-Swift" - s.version = "1.2.3" + s.version = "1.2.4" s.summary = "An easy solution to page controllers like NetEase News.(Swift Implementation)" s.homepage = "https://github.com/wangmchn/WMPageController-Swift" s.license = 'MIT (LICENSE)' s.author = { "wangmchn" => "wangmchn@163.com" } - s.source = { :git => "https://github.com/wangmchn/WMPageController-Swift.git", :tag => "1.2.3" } + s.source = { :git => "https://github.com/wangmchn/WMPageController-Swift.git", :tag => "1.2.4" } s.platform = :ios, '8.0' s.source_files = 'PageController', 'PageController/**/*.{swift}'