Skip to content

Commit

Permalink
Added Podspec for FRCoreDataOperation
Browse files Browse the repository at this point in the history
  • Loading branch information
veritech committed Dec 1, 2012
1 parent e8dd4c1 commit 6c162b4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions FRCoreDataOperation/0.3.0/FRCoreDataOperation.podspec
@@ -0,0 +1,29 @@
#
# 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

0 comments on commit 6c162b4

Please sign in to comment.