Skip to content

Commit

Permalink
add spec for AKSemanticView
Browse files Browse the repository at this point in the history
  • Loading branch information
indiebrain committed May 14, 2012
1 parent ab1c6ab commit 02b026e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions AKSemanticView/0.0.1/AKSemanticView.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'AKSemanticView'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'A UIView category aimed at referencing common attributes a little less robotically.'
s.homepage = 'https://github.com/indiebrain/AKSemanticView'
s.author = { 'Aaron Kuehler' => 'aaron.kuehler@gmail.com' }
s.source = { :git => 'https://indiebrain@github.com/indiebrain/AKSemanticView.git', :tag => '0.0.1' }
s.description = 'An optional longer description of AKSemanticView.'

s.source_files = 'AKSemanticView/src/**/*.{h,m}'
s.clean_path = "example", "en.lproj", "main.m", "AKSemanticView-Info.plist", "AKSemanticView-Prefix.pch"
end

0 comments on commit 02b026e

Please sign in to comment.