Files
JBChartView/SNRFetchedResultsController/0.0.1/SNRFetchedResultsController.podspec
T
Jonathan Willing 8c3157f8b8 Newlines
2012-10-13 00:43:34 -05:00

13 lines
597 B
Ruby

Pod::Spec.new do |s|
s.name = "SNRFetchedResultsController"
s.version = "0.0.1"
s.summary = "Automatic Core Data change tracking for OS X (NSFetchedResultsController port)."
s.homepage = "https://github.com/indragiek/SNRFetchedResultsController"
s.license = "BSD"
s.author = { "Indragie Karunaratne" => "i@indragie.com" }
s.source = { :git => "https://github.com/indragiek/SNRFetchedResultsController.git", :commit => 'ce1585a1d935fd439608e0818f6614d8aae17ec0' }
s.platform = :osx
s.source_files = "*.{h,m}"
s.requires_arc = true
end