Skip to content

Commit

Permalink
FIX: podspec 修改
Browse files Browse the repository at this point in the history
  • Loading branch information
ET-LINK committed Dec 4, 2019
1 parent 203bd8d commit 7bb692d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EnterAffectiveCloudUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '11.0'
s.swift_version = '5'
s.source_files = 'EnterAffectiveCloudUI/**/*.swift'
s.resources = "EnterAffectiveCloudUI/**/*.{xcassets,gif}"
s.source_files = 'UI/EnterAffectiveCloudUI/**/*.swift'
s.resources = "UI/EnterAffectiveCloudUI/**/*.{xcassets,gif}"
s.dependency 'RxSwift', '5.0'
s.dependency 'SnapKit'
s.dependency 'Charts'
Expand Down

0 comments on commit 7bb692d

Please sign in to comment.