-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77a5a7f
commit 644f5d8
Showing
7 changed files
with
153 additions
and
150 deletions.
There are no files selected for viewing
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,17 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "HybridPageKit" | ||
s.version = "0.2" | ||
s.version = "1.0" | ||
s.summary = "A high-performance、high-extensibility、easy integration framework for Hybrid content page. Support most content page types of News App." | ||
s.homepage = "https://github.com/dequan1331/HybridPageKit" | ||
s.license = "MIT" | ||
s.author = "dequanzhu" | ||
s.platform = :ios, "8.0" | ||
s.requires_arc = true | ||
s.source = { :git => "https://github.com/dequan1331/HybridPageKit.git", :tag => "0.2" } | ||
s.source_files = "HybridPageKit/HybridPageKit/HybridPageKit/ReusableWebView/**/*.{h,m}","HybridPageKit/HybridPageKit/HybridPageKit/HybridViewController/**/*.{h,m}","HybridPageKit/HybridPageKit/HybridPageKit/HybridPageKit.h" | ||
s.public_header_files = "HybridPageKit/HybridPageKit/HybridPageKit/HybridPageKit.h","HybridPageKit/HybridPageKit/HybridPageKit/HybridViewController/HPKViewConfig.h","HybridPageKit/HybridPageKit/HybridPageKit/HybridViewController/HPKAbstractViewController.h","HybridPageKit/HybridPageKit/HybridPageKit/HybridViewController/HPKDefs.h","HybridPageKit/HybridPageKit/HybridPageKit/HybridViewController/HPKBaseViewController.h" | ||
s.source = { :git => "https://github.com/dequan1331/HybridPageKit.git", :tag => s.version.to_s } | ||
s.source_files = "HybridPageKit/HybridPageKit/HybridPageKit/**/*.{h,m}" | ||
s.public_header_files = "HybridPageKit/HybridPageKit/HybridPageKit/*.h" | ||
|
||
s.subspec 'WKWebViewExtension' do |ss| | ||
ss.source_files = 'HybridPageKit/HybridPageKit/HybridPageKit/WKWebViewExtensions/**/*.{h,m}' | ||
end | ||
|
||
s.subspec 'ScrollReuseHandler' do |ss| | ||
ss.source_files = 'HybridPageKit/HybridPageKit/HybridPageKit/ScrollReuseHandler/**/*.{h,m}' | ||
end | ||
s.test_spec 'HybridPageKitTests' do |test_spec| | ||
test_spec.source_files = "HybridPageKit/HybridPageKit/HybridPageKitTests/*.{h,m}" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.