mirror of
https://github.com/wu736139669/ASH_Manager.git
synced 2026-08-05 05:55:23 +00:00
init
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
|
||||
|
||||
s.name = "ASH_Manager"
|
||||
s.version = "0.0.1"
|
||||
s.summary = "A short description of ASH_Manager."
|
||||
|
||||
|
||||
s.description = <<-DESC
|
||||
DESC
|
||||
|
||||
s.homepage = "http://EXAMPLE/ASH_Manager"
|
||||
|
||||
|
||||
|
||||
s.license = { :type => "MIT", :file => "LICENSE" }
|
||||
|
||||
|
||||
|
||||
s.author = { "wushenghua" => "wushenghua@linggan.com" }
|
||||
|
||||
s.platform = :ios, "7.0"
|
||||
|
||||
|
||||
|
||||
s.source = { :git => "http://EXAMPLE/ASH_Manager.git", :tag => "0.0.1" }
|
||||
|
||||
|
||||
s.source_files = "ASH_Manager/*.{h,m}"
|
||||
|
||||
|
||||
s.requires_arc = true
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user