Podfile 426 Bytes
Newer Older
Julio Hermosa committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for ayudapy	
	source 'https://github.com/CocoaPods/Specs.git'
	target 'ayudapy' do
 	 pod 'GoogleMaps'
 	 pod 'GooglePlaces'
	 pod 'Alamofire', '~> 5.0'
  	 pod "Sniffer", '~> 2.0'
	 pod 'Kingfisher', '~> 5.0'
	 pod 'SwiftyJSON'
end