Skip to content

Commit

Permalink
added watch kit to pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarmstrong committed Dec 15, 2015
1 parent 6f49040 commit eb38013
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SuperRecord.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# One Day this will work...
Pod::Spec.new do |s|
s.name = "SuperRecord"
s.version = "1.5"
s.version = "1.6"
s.summary = "A Swift CoreData extension to bring some love and take the hassle out of common CoreData tasks."
s.homepage = "http://superarmstrong.uk"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -13,7 +13,9 @@ Pod::Spec.new do |s|
:branch => 'master'
}


s.ios.deployment_target = '8.0'
s.watchos.deployment_target = '2.0'
s.source_files = 'SuperRecord/*.swift'
s.requires_arc = true
end

0 comments on commit eb38013

Please sign in to comment.