Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added Marvel/.DS_Store
Binary file not shown.
Binary file added Marvel/marvel/.DS_Store
Binary file not shown.
22 changes: 22 additions & 0 deletions Marvel/marvel/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'marvel' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'Alamofire'
pod 'AlamofireObjectMapper'

# Pods for marvel

target 'marvelTests' do
inherit! :search_paths
# Pods for testing
end

target 'marvelUITests' do
inherit! :search_paths
# Pods for testing
end

end
25 changes: 25 additions & 0 deletions Marvel/marvel/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
PODS:
- Alamofire (4.7.3)
- AlamofireObjectMapper (5.2.0):
- Alamofire (~> 4.7)
- ObjectMapper (~> 3.4)
- ObjectMapper (3.4.1)

DEPENDENCIES:
- Alamofire
- AlamofireObjectMapper

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Alamofire
- AlamofireObjectMapper
- ObjectMapper

SPEC CHECKSUMS:
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
AlamofireObjectMapper: 92b6ce2423a9d159e686f6a1d514a009bf903ddc
ObjectMapper: 5311bd50ca732930959e7ca1a2de43ab823a5ced

PODFILE CHECKSUM: 425feedd7ace3bcdc93a9fe1e06a00b1b4436ebe

COCOAPODS: 1.5.3
19 changes: 19 additions & 0 deletions Marvel/marvel/Pods/Alamofire/LICENSE

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

242 changes: 242 additions & 0 deletions Marvel/marvel/Pods/Alamofire/README.md

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

Loading