Skip to content

Commit

Permalink
Merge pull request CocoaPods#5996 from hypercrypt/master
Browse files Browse the repository at this point in the history
Added AOCUDL 1.0.0
  • Loading branch information
orta committed Dec 8, 2013
2 parents 016fa9d + 1e60e81 commit b093377
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions AOCUDL/1.0.0/AOCUDL.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|

s.name = "AOCUDL"
s.version = "1.0.0"
s.summary = "AOCUDL - An alternative shorthand syntax to Dustin Bachrach's OCUDL."
s.description = "The purpose of AOCUDL is to provide a simple way to define custom literals for Objective-C. These are correctly typecast, extensible and flexible."

s.homepage = "http://www.dudas.co.uk/aocudl/"
s.social_media_url = "http://twitter.com/hypercrypt"

s.license = { :type => 'MIT', :file => 'License.md' }
s.author = { "Klaus-Peter Dudas" => "[email protected]" }

s.platform = :ios, '5.0'
s.source = { :git => "https://github.com/hypercrypt/AOCUDL.git", :tag => "1.0.0" }
s.source_files = 'AOCUDL/*.{h,m}'
s.exclude_files = 'AOCUDLTests'
s.framework = 'Foundation'

s.requires_arc = true

end

0 comments on commit b093377

Please sign in to comment.