forked from JackTeam/XHNewsFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXHNewsFramework.podspec
More file actions
16 lines (16 loc) · 883 Bytes
/
Copy pathXHNewsFramework.podspec
File metadata and controls
16 lines (16 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = "XHNewsFramework"
s.version = "0.1.0"
s.summary = "XHNewsFramework is a fast integration and development of the framework of news app, base on Netease App build."
s.homepage = "https://github.com/JackTeam/XHNewsFramework"
s.license = "MIT"
s.authors = { "xhzengAIB" => "xhzengAIB@gmail.com" }
s.source = { :git => "https://github.com/JackTeam/XHNewsFramework.git", :tag => "v0.1.0" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit', 'XHNewsFramework'
s.platform = :ios, '5.0'
s.source_files = 'XHNewsFramework/XHNewsFramework.framework/Versions/A/Headers/*.h'
s.preserve_paths = 'XHNewsFramework/XHNewsFramework.framework/*'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/XHNewsFramework"' }
s.resources = 'XHNewsFramework/Resources/*'
s.requires_arc = true
end