Skip to content

Commit

Permalink
[Add] BWObjectSerializer (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Zenchenko committed Oct 27, 2012
1 parent a28d6e2 commit 3467d24
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions BWObjectSerializer/0.0.1/BWObjectSerializer.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "BWObjectSerializer"
s.version = "0.0.1"
s.summary = "Small library that transform an object into a dictionary that can be send to a web service."
s.homepage = "https://github.com/brunow/BWObjectSerializer"

s.license = 'Apache Licence 2.0'
s.author = { "Bruno Wernimont" => "email@address.com" }
s.source = { :git => "https://github.com/brunow/BWObjectSerializer.git", :commit => "b1f528ee0089bde8bb6e42206270180b27c7b59a" }
s.source_files = 'BWObjectSerializer', 'BWObjectSerializer/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 3467d24

Please sign in to comment.