Showing
1 changed file
with
24 additions
and
0 deletions
YHExplorer.podspec
0 → 100644
1 | +Pod::Spec.new do |s| | ||
2 | + s.name = "YHExplorer" | ||
3 | + s.version = "1.0.0" | ||
4 | + s.summary = "Integrated WebView with Cordova" | ||
5 | + s.description = <<-DESC | ||
6 | + An WebView Kit integrated with Cordova. | ||
7 | + DESC | ||
8 | + s.homepage = "" | ||
9 | + s.license = 'MIT' | ||
10 | + s.author = { "xugaoqiang" => "eric.xu@yoho.cn" } | ||
11 | + s.source = { :git => "http://git.dev.yoho.cn/utility/yhexplorer.git", :tag => s.version.to_s } | ||
12 | + | ||
13 | + s.platform = :ios, '6.0' | ||
14 | + s.requires_arc = true | ||
15 | + | ||
16 | + s.source_files = 'YHExplorer/*' | ||
17 | + # s.resources = 'Assets' | ||
18 | + | ||
19 | + # s.ios.exclude_files = 'Classes/osx' | ||
20 | + # s.osx.exclude_files = 'Classes/ios' | ||
21 | + # s.public_header_files = 'Classes/**/*.h' | ||
22 | + s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit' | ||
23 | + | ||
24 | +end |
-
Please register or login to post a comment