Added IOSQueryable

This commit is contained in:
Orta Therox
2012-12-15 12:38:47 -05:00
parent f9dc8aa181
commit 604ba4823c
+13
View File
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "IOSQueryable"
s.version = "0.0.1"
s.summary = "ios-queryable is an implementation of IQueryable/IEnumerable for Core Data,."
s.homepage = "https://github.com/martydill/ios-queryable"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = "Marty Dill"
s.source = { :git => "https://github.com/martydill/ios-queryable.git", :commit => "76af6cb75339b6b399b95d2bada77ebbf4905100" }
s.platform = :ios
s.source_files = 'ios-queryable/NSManagedObjectContext+Queryable.{h,m}'
s.frameworks = 'CoreData', 'Foundation'
s.requires_arc = true
end