-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add XHSetting.podspec file for v1.0 version
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "XHSetting" | ||
s.version = "1.0" | ||
s.summary = "类似微信、QQ、instagram、网易新闻、唱吧、新浪微博、Twitter、系统设置的设置页面" | ||
s.homepage = "https://github.com/JackTeam/XHSetting" | ||
s.license = "MIT" | ||
s.authors = { "曾宪华" => "[email protected]" } | ||
s.source = { :git => "https://github.com/JackTeam/XHSetting.git", :tag => "v1.0" } | ||
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit' | ||
s.platform = :ios, '5.0' | ||
s.source_files = 'Source' | ||
s.requires_arc = true | ||
end |