krzysztofzablocki / crafter

Crafter - Xcode project configuration CLI made easy.
twitter.com/merowing_
547 stars 35 forks source link

Make Podfile more pretty. #4

Closed alloy closed 11 years ago

alloy commented 11 years ago

Some whitespace in the generated Podfile would be nice :)

E.g.

platform :ios, '6.0'

target :CrafterTest, :exclusive => true do
  pod 'NSLogger-CocoaLumberjack-connector'
  pod 'TestFlightSDK'
  pod 'AFNetworking'
  pod 'MagicalRecord'
end

target :CrafterTestTests, :exclusive => true do
  pod 'Kiwi'
end