Skip to content

Commit

Permalink
added the 0.9 version, some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin Usalj committed May 18, 2012
1 parent d10e73c commit 864a012
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ObjectiveRecord/0.9/ObjectiveRecord.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'ObjectiveRecord'
s.version = '0.9'
s.license = 'MIT'
s.summary = 'Lightweight, Active Record style of managing your CoreData objects.'
s.homepage = 'https://github.com/mneorr/Objective-Record'
s.author = { 'Marin Usalj' => 'mneorr@gmail.com' }
s.source = { :git => 'git://github.com/mneorr/Objective-Record.git', :tag => '0.9' }

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

s.requires_arc = true
end

0 comments on commit 864a012

Please sign in to comment.