Skip to content

Commit

Permalink
[Update] DVCoreDataFinders (0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
peymano committed Mar 18, 2013
1 parent f51d3eb commit 616fc5e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions DVCoreDataFinders/0.3/DVCoreDataFinders.podspec
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = "DVCoreDataFinders"
s.version = "0.3"
s.summary = "Simple, no-frills CoreData helper methods."
s.description = <<-DESC
A simple Objective-C category on `NSManagedObject`
to find objects and create instances of
`NSFetchRequest` and `NSFetchedResultsController`.
DESC
s.homepage = "https://github.com/peymano/DVCoreDataFinders"
s.license = "Apache 2.0"
s.author = { "Peyman Oreizy" => "peymano@dynamicvariable.com" }
s.source = { :git => "https://github.com/peymano/DVCoreDataFinders.git", :tag => "0.3" }
s.source_files = 'DVCoreDataFinders'
s.platform = :ios, '5.0'
s.framework = 'CoreData'
s.requires_arc = true
end

0 comments on commit 616fc5e

Please sign in to comment.