Skip to content

Commit

Permalink
Updated podspec for WatchOS 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ipodishima committed Apr 22, 2016
1 parent c2f14e6 commit e1c0895
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions WAMapping.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Pod::Spec.new do |s|
s.name = "WAMapping"
s.version = "0.0.6"
s.version = "0.0.7"
s.summary = "WAMapping is a library which turns dictionary to object and vice versa. Designed for speed!"
s.homepage = "https://github.com/Wasappli/WAMapping"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Marian Paul" => "marian@wasapp.li" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/Wasappli/WAMapping.git", :tag => "0.0.6" }
s.ios.deployment_target = '7.0'
s.watchos.deployment_target = '2.0'
s.source = { :git => "https://github.com/Wasappli/WAMapping.git", :tag => "0.0.7" }
s.source_files = "Files/*.{h,m}"
s.requires_arc = true
s.frameworks = "CoreData"
Expand Down

0 comments on commit e1c0895

Please sign in to comment.