-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwbcommonProtobuf.podspec
23 lines (23 loc) · 1.03 KB
/
wbcommonProtobuf.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = "wbcommonProtobuf"
s.version = "2.4.1"
s.summary = "Google protobuffer."
s.homepage = "http://58.com/"
s.license = {
:type => 'proprietary',
:text => <<-LICENSE
Google. All Right Reserved.
LICENSE
}
s.author = 'Lukew'
# s.source = { :git => "[email protected]:wuxian/wbcommonProtobuf.git", :tag => "#{s.version}" }
s.source = { :git => "[email protected]:hit1983/wbcommonProtobuf.git", :tag => "#{s.version}" }
s.platform = :ios, '5.0'
s.source_files = '*.{h,m}'
s.public_header_files = 'header/*.h', 'header/google/protobuf/*.h', 'header/google/protobuf/stubs/*.h', 'header/google/protobuf/io/*.h'
s.preserve_paths = 'lib/*.a'
# s.frameworks = 'CFNetwork', 'MobileCoreServices', 'CoreTelephony', 'SystemConfiguration', 'CoreLocation', 'CoreGraphics', 'QuartzCore', 'MediaPlayer'
s.library = 'protobuf'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '${PODS_ROOT}/wbcommonProtobuf/lib' }
s.requires_arc = false
end