Commit 8b9ab121 authored by Eloy Duran's avatar Eloy Duran

Update example podfiles to current format. Maybe it’s better to have a separate…

Update example podfiles to current format. Maybe it’s better to have a separate API/DSL for a podfile after all, so that this isn't necessary.
parent 7cda0552
dependency 'AFNetworking'
dependency 'FormatterKit'
Pod::File.new do |f|
f.platform = :ios
f.dependency 'AFNetworking'
f.dependency 'FormatterKit'
end
dependency 'MGSplitViewController', '1.0.0'
Pod::File.new do |f|
f.platform = :ios
f.dependency 'MGSplitViewController', '1.0.0'
end
dependency 'RestKit-ObjectMapping'
dependency 'RestKit-JSON-JSONKit'
Pod::File.new do |f|
f.platform = :ios
f.dependency 'RestKit-ObjectMapping'
f.dependency 'RestKit-JSON-JSONKit'
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