Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
.podspec
  • Loading branch information
uldh authored Jan 18, 2019
1 parent a110e51 commit 89aa3c5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions AppCodeAnalysis.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

Pod::Spec.new do |s|
s.name = 'AppCodeAnalysis'
s.version = '1.0.0'
s.summary = 'UIViewController+Swizzled. log the current UIViewController'
s.homepage = 'https://github.com/uldh/AppCodeAnalysis'
s.license = 'MIT'
s.authors = {'Liu Donghao' => 'uldh@163.com'}
s.platform = :ios, '8.0'
s.source = {:git => 'https://github.com/uldh/AppCodeAnalysis.git', :tag => s.version}
s.source_files = 'AppCodeAnalysis/UIViewControllerSwizzled','AppCodeAnalysis/UIViewControllerSwizzled/*.{h,m}','AppCodeAnalysis/UIViewControllerSwizzled/**/*.{h,m}'

s.requires_arc = true
end

0 comments on commit 89aa3c5

Please # to comment.