Skip to content

Commit

Permalink
[Update] EasyMapping (0.5.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmedeirosleite committed Apr 24, 2014
1 parent cbb5797 commit b3d9898
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions EasyMapping/0.5.6/EasyMapping.podspec
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|

s.name = "EasyMapping"
s.version = "0.5.6"
s.summary = "The easiest way to map data from your webservice."
s.homepage = "https://github.com/lucasmedeirosleite/EasyMapping"

s.license = { :type => 'MIT', :file => 'LICENSE' }

s.author = { "Lucas Medeiros" => "lucastoc@gmail.com" }

s.source = { :git => "https://github.com/EasyMapping/EasyMapping.git", :tag => "0.5.6" }

s.requires_arc = true

s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.frameworks = 'CoreData'

s.source_files = 'EasyMapping/*.{h,m}'

end

0 comments on commit b3d9898

Please sign in to comment.