Skip to content

Commit

Permalink
Added DDURLParser
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Nov 6, 2012
1 parent 3353998 commit 0e44f7a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions DDURLParser/0.0.1/DDURLParser.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'DDURLParser'
s.version = '0.0.1'
s.platform = :ios
s.license = 'MIT'
s.summary = 'Parses Parameters in URLs.'
s.homepage = 'https://github.com/doukasd/iOS-Components'
s.author = { 'Dimitris Doukas' => 'http://github.com/doukasd' }
s.source = { :git => 'https://github.com/doukasd/iOS-Components.git', :commit => '98be1a966cae6046ced04a50ada777710ceee8cc' }
s.source_files = 'Utils/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 0e44f7a

Please sign in to comment.