Skip to content

Commit

Permalink
support Watch OS 2
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Jul 29, 2015
1 parent 8f8cf1d commit 8fbc6ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EasyMapping.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "EasyMapping"
s.version = "0.15.1"
s.version = "0.15.2"
s.summary = "The easiest way to map data from your webservice."
s.homepage = "https://github.com/lucasmedeirosleite/EasyMapping"

Expand All @@ -16,6 +16,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.watchos.deployment_target = '2.0'

s.subspec 'Core' do |core|
core.frameworks = 'CoreData'
Expand Down

0 comments on commit 8fbc6ad

Please sign in to comment.