Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Finish #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
26 changes: 26 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

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

# Pods for pokeapp

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

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

pod 'Alamofire'

pod 'ObjectMapper'

pod 'SwiftyJSON'

end
18 changes: 18 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
PODS:
- Alamofire (4.4.0)
- ObjectMapper (2.2.6)
- SwiftyJSON (3.1.4)

DEPENDENCIES:
- Alamofire
- ObjectMapper
- SwiftyJSON

SPEC CHECKSUMS:
Alamofire: dc44b1600b800eb63da6a19039a0083d62a6a62d
ObjectMapper: 042708195cc46c20871cbcbec0453826398273fd
SwiftyJSON: c2842d878f95482ffceec5709abc3d05680c0220

PODFILE CHECKSUM: d8e47dd8f99451fd53cf2b5527e460bc40de214f

COCOAPODS: 1.2.1
19 changes: 19 additions & 0 deletions Pods/Alamofire/LICENSE

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

Loading