blob: 135d1de334309e5bc211ad4bced24b36dfe4ed23 [file] [log] [blame] [edit]
### Implicit target definition :-/
project "AFNetworking Mac Example.xcodeproj"
####
workspace 'Examples.xcworkspace'
target "AFNetworking Example" do
platform :osx, '10.8'
project "AFNetworking Mac Example.xcodeproj"
pod "AFNetworking", "1.3.3"
end
target "AFNetworking iOS Example" do
platform :ios, '8.0'
project "AFNetworking iOS Example.xcodeproj"
pod "AFNetworking", "1.3.3"
end