forked from dequan1331/HybridPageKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHybridPageKit.podspec
More file actions
17 lines (16 loc) · 817 Bytes
/
Copy pathHybridPageKit.podspec
File metadata and controls
17 lines (16 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "HybridPageKit"
s.version = "1.4"
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 => s.version.to_s }
s.source_files = "HybridPageKit/HybridPageKit/HybridPageKit/**/*.{h,m}"
s.public_header_files = "HybridPageKit/HybridPageKit/HybridPageKit/*.h"
s.test_spec 'HybridPageKitTests' do |test_spec|
test_spec.source_files = "HybridPageKit/HybridPageKit/HybridPageKitTests/*.{h,m}"
end
end