Skip to content

Commit

Permalink
fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
liu044100 committed May 7, 2016
1 parent ae70671 commit 138ab02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SmileWeather.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = "2.0"
s.ios.frameworks = 'UIKit', 'CoreLocation'
s.watchos.frameworks = 'CoreLocation'
s.ios.resources = ['SmileWeather/Assets/*.png', 'SmileWeather/Assets/*.ttf', 'SmileWeather/Assets/*.xib']
s.watchos.resources = ['SmileWeather/Assets/*.ttf']

s.requires_arc = true
s.source = { :git => "https://github.com/liu044100/SmileWeather.git", :tag => s.version.to_s}
s.source_files = 'SmileWeather/Classes/*'
s.resources = ['SmileWeather/Assets/*.png', 'SmileWeather/Assets/*.ttf', 'SmileWeather/Assets/*.xib']
s.public_header_files = 'SmileWeather/Classes/*.h'

end

0 comments on commit 138ab02

Please sign in to comment.