Commit 8a81dd3e authored by Marius Rackwitz's avatar Marius Rackwitz

[Examples] Explicitly use_frameworks! for the Alamofire iOS Example

parent ed732ed6
......@@ -5,6 +5,7 @@ workspace 'Examples.xcworkspace'
target 'iOS Example' do
xcodeproj 'iOS Example.xcodeproj'
platform :ios, '8.0'
use_frameworks!
pod 'Alamofire', :path => '.'
end
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