Commit bced0ec3 authored by Marius Rackwitz's avatar Marius Rackwitz

[Examples] Fix the Podfile for Alamofire

parent 6f10fbe2
source 'https://github.com/CocoaPods/Specs.git' source 'https://github.com/CocoaPods/Specs.git'
workspace 'Examples.xcworkspace' workspace 'Examples.xcworkspace'
xcodeproj 'iOS Example.xcodeproj'
target 'iOS Example' do target 'iOS Example' do
xcodeproj 'iOS Example.xcodeproj'
platform :ios, '8.0' platform :ios, '8.0'
use_frameworks! use_frameworks!
pod 'Alamofire', :path => '.' pod 'Alamofire', :path => '.'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment