Skip to content

Commit

Permalink
Merge pull request #1 from prengifo/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
prengifo authored Sep 14, 2017
2 parents 0186285 + c9ff02f commit 91bbc95
Show file tree
Hide file tree
Showing 7 changed files with 552 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

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

# Pods for VEF Exchange

end

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

# Pods for VEF Widget
pod 'Alamofire', '~> 4.5'
pod 'SwiftyJSON'

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

DEPENDENCIES:
- Alamofire (~> 4.5)
- SwiftyJSON

SPEC CHECKSUMS:
Alamofire: 2d95912bf4c34f164fdfc335872e8c312acaea4a
SwiftyJSON: c2842d878f95482ffceec5709abc3d05680c0220

PODFILE CHECKSUM: 4734be76182f6dc417b9df50051c9153735fcad1

COCOAPODS: 1.2.1
Loading

0 comments on commit 91bbc95

Please sign in to comment.