Skip to content

Commit

Permalink
Podspec modified
Browse files Browse the repository at this point in the history
1.4.0 now
  • Loading branch information
alexdremov committed Jul 27, 2021
1 parent 8651554 commit 08a0b65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Pods/

Example/Pods/
Example/build/
Example/Podfile.lock
Example/*.xcworkspace
Package.resolved

.build/
4 changes: 2 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ use_frameworks!
project 'StockInfo.xcodeproj'

target 'StockInfo' do
pod 'SwiftYFinance'
pod 'SwiftYFinance', :path => '../'
pod 'BeautyChart'
target 'StockInfoTests' do
pod 'SwiftYFinance'
pod 'SwiftYFinance', :path => '../'
end
end
4 changes: 2 additions & 2 deletions SwiftYFinance.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SwiftYFinance'
s.version = '1.3.0'
s.version = '1.4.0'
s.summary = 'Yahoo Finance library with the power of Swift'

s.swift_version = '5.0'
Expand All @@ -31,7 +31,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '13.0'

s.source_files = 'SwiftYFinance/Classes/**/*'
s.source_files = 'Sources/SwiftYFinance/Classes/**/*'

s.dependency 'Alamofire', '~> 5.2'
s.dependency 'SwiftyJSON', '~> 4.0'
Expand Down

0 comments on commit 08a0b65

Please sign in to comment.