Files
JBChartView/FRCoreDataOperation/0.3.0/FRCoreDataOperation.podspec
T
2012-12-01 14:15:58 -08:00

30 lines
1.1 KiB
Ruby

#
# Be sure to run `pod spec lint FRCoreDataOperation.podspec' to ensure this is a
# valid spec.
#
# Remove all comments before submitting the spec. Optional attributes are commented.
#
# For details see: https://github.com/CocoaPods/CocoaPods/wiki/The-podspec-format
#
Pod::Spec.new do |s|
s.name = "FRCoreDataOperation"
s.version = "0.3.0"
s.summary = "A set of NSOperation subclasses for working with Core Data ManagedObjectContexts."
s.homepage = "https://github.com/veritech/FRCoreDataOperation"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Jonathan Dalrymple" => "jonathan@float-right.co.uk" }
s.source = { :git => "https://github.com/veritech/FRCoreDataOperation.git", :tag => "0.3.0" }
# ――― MULTI-PLATFORM VALUES ――――――――――――――――――――――――――――――――――――――――――――――――― #
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = 'Classes', '*.{h,m}'
s.frameworks = 'CoreData'
s.requires_arc = true
end