Skip to content

Commit

Permalink
Update podspec for CocoaPods 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Jan 20, 2018
1 parent dd5000e commit 15e3319
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

2 changes: 1 addition & 1 deletion JSQCoreDataKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/jessesquires/JSQCoreDataKit.git', :tag => s.version }
s.source_files = 'Source/*.swift'

s.swift_version = '4.0'
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.11'
s.tvos.deployment_target = '10.0'
s.watchos.deployment_target = '3.0'

s.frameworks = 'CoreData'

s.requires_arc = true
end

0 comments on commit 15e3319

Please sign in to comment.