Skip to content

Commit

Permalink
Added BaseModel 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklockwood committed Nov 5, 2013
1 parent 30ecde4 commit 9e32df9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions BaseModel/2.4.4/BaseModel.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "BaseModel"
s.version = "2.4.4"
s.summary = "BaseModel provides a base class for building model objects for your iOS or Mac OS projects."
s.homepage = "https://github.com/nicklockwood/BaseModel"
s.license = 'zlib'
s.author = "Nick Lockwood"
s.source = { :git => "https://github.com/nicklockwood/BaseModel.git", :tag => "2.4.4" }
s.requires_arc = true;
s.ios.deployment_target = '4.3'
s.osx.deployment_target = '10.6'
s.source_files = 'BaseModel'
end

0 comments on commit 9e32df9

Please sign in to comment.