Skip to content

Commit

Permalink
[Add] Braille (0.0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmasondavies committed Oct 29, 2012
1 parent 022a34e commit 3841a55
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Braille/0.0.3/Braille.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Braille'
s.version = '0.0.3'
s.license = 'MIT'
s.platform = :ios, '6.0'
s.summary = 'A collection of Objective-C classes and extensions used for finding and handling accessibility elements.'
s.homepage = 'https://github.com/rdavies/Braille'
s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' }
s.source = { :git => 'https://github.com/rdavies/Braille.git', :tag => '0.0.3' }
s.source_files = 'Braille/LBAccessibilityElementFinder.*'
s.requires_arc = true
end

0 comments on commit 3841a55

Please sign in to comment.