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.
11 changes: 11 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

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

# Pods for Pokedex
pod 'ObjectMapper', '~> 2.2'
pod ‘HanekeSwift’, :git => ‘https://github.com/Haneke/HanekeSwift.git', :branch => ‘feature/swift-3’
end
25 changes: 25 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
PODS:
- HanekeSwift (0.10.1)
- ObjectMapper (2.2.9)

DEPENDENCIES:
- HanekeSwift (from `https://github.com/Haneke/HanekeSwift.git`, branch `feature/swift-3`)
- ObjectMapper (~> 2.2)

EXTERNAL SOURCES:
HanekeSwift:
:branch: feature/swift-3
:git: https://github.com/Haneke/HanekeSwift.git

CHECKOUT OPTIONS:
HanekeSwift:
:commit: 2f6d87f1f725d204d85cb34492e8c399cd5a200f
:git: https://github.com/Haneke/HanekeSwift.git

SPEC CHECKSUMS:
HanekeSwift: 4113367892828e7700d24a384027de6ebc79aad1
ObjectMapper: 63cfe41bc6f8e7c8f44344c49901b8ae7de14c52

PODFILE CHECKSUM: 538d829ced17ecb6c715d132f791f34d2433468a

COCOAPODS: 1.3.1
35 changes: 35 additions & 0 deletions Pods/HanekeSwift/Haneke/CGSize+Swift.swift

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

311 changes: 311 additions & 0 deletions Pods/HanekeSwift/Haneke/Cache.swift

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

Loading