Skip to content

Commit

Permalink
OSX support
Browse files Browse the repository at this point in the history
  • Loading branch information
delba committed Aug 25, 2015
1 parent a3d9669 commit fa6c189
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions JASON.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
#
# Be sure to run `pod spec lint JASON.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#

Pod::Spec.new do |s|
s.name = "JASON"
s.version = "0.1"
Expand All @@ -16,6 +8,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/delba/JASON.git", :tag => "v0.1" }

s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"

s.source_files = "Source/*.swift"

Expand Down

0 comments on commit fa6c189

Please sign in to comment.