Skip to content

Commit 89aa3c5

Browse files
authored
Add files via upload
.podspec
1 parent a110e51 commit 89aa3c5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

AppCodeAnalysis.podspec

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
Pod::Spec.new do |s|
3+
s.name = 'AppCodeAnalysis'
4+
s.version = '1.0.0'
5+
s.summary = 'UIViewController+Swizzled. log the current UIViewController'
6+
s.homepage = 'https://github.com/uldh/AppCodeAnalysis'
7+
s.license = 'MIT'
8+
s.authors = {'Liu Donghao' => '[email protected]'}
9+
s.platform = :ios, '8.0'
10+
s.source = {:git => 'https://github.com/uldh/AppCodeAnalysis.git', :tag => s.version}
11+
s.source_files = 'AppCodeAnalysis/UIViewControllerSwizzled','AppCodeAnalysis/UIViewControllerSwizzled/*.{h,m}','AppCodeAnalysis/UIViewControllerSwizzled/**/*.{h,m}'
12+
13+
s.requires_arc = true
14+
end

0 commit comments

Comments
 (0)