Skip to content

Commit

Permalink
Add XHSetting.podspec file for v1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed Dec 23, 2013
1 parent fca5519 commit aa51e09
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added .XHSetting.podspec.swp
Binary file not shown.
13 changes: 13 additions & 0 deletions XHSetting.podspec
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

0 comments on commit aa51e09

Please sign in to comment.