Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
Add Carthage support (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov authored Apr 28, 2019
1 parent 55ed691 commit 8013a03
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ DerivedData
.bundle

# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
Carthage/Checkouts

Carthage/Build

# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
#
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
#
Expand Down
6 changes: 3 additions & 3 deletions ApolloAlamofire.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ and solves known limitations of Apollo iOS library.
s.ios.deployment_target = '9.0'

s.source_files = 'ApolloAlamofire/Classes/**/*'

# s.resource_bundles = {
# 'ApolloAlamofire' => ['ApolloAlamofire/Assets/*.png']
# }

# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
s.dependency 'Alamofire', '~> 4'
s.dependency 'Apollo', '~> 0.10'
s.dependency 'Alamofire', '~> 4.8.2'
s.dependency 'Apollo', '~> 0.10.1'
end
2 changes: 2 additions & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github "apollostack/apollo-ios" ~> 0.10.1
github "Alamofire/Alamofire" ~> 4.8.2
4 changes: 4 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github "Alamofire/Alamofire" "4.8.2"
github "apollostack/apollo-ios" "0.10.1"
github "daltoniam/Starscream" "3.1.0"
github "stephencelis/SQLite.swift" "0.11.5"

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8013a03

Please sign in to comment.