Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Commit

Permalink
Add all of the source files to the OS X target
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Jan 7, 2015
1 parent d4a7c71 commit 4d10008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SSDataKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'SSDataKit'
spec.version = '0.3.7'
spec.version = '0.3.8'
spec.summary = 'Eliminate your Core Data boilerplate code.'
spec.homepage = 'https://github.com/soffes/ssdatakit'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
Expand All @@ -13,5 +13,5 @@ Pod::Spec.new do |spec|
spec.ios.source_files = 'SSDataKit/*.{h,m}'

spec.osx.deployment_target = '10.8'
spec.osx.source_files = %w{SSDataKit/SSDataKit.h SSDataKit/NSManagedObjectContext+SSDataKitAdditions.* SSDataKit/SSManagedObject.* SSDataKit/SSRemoteManagedObject.*}
spec.osx.source_files = %w{SSDataKit/SSDataKit.h SSDataKit/NSManagedObjectContext+SSDataKitAdditions.{h,m} SSDataKit/SSManagedObject.{h,m} SSDataKit/SSRemoteManagedObject.{h,m} SSDataKit/NSEntityDescription+SSDataKitAdditions.{h,m} SSDataKit/NSPropertyDescription+SSDataKitAdditions.{h,m}}
end

0 comments on commit 4d10008

Please sign in to comment.