Rightpoint / ios-template

A `cookiecutter` template for iOS projects
MIT License
94 stars 26 forks source link

Refactor Podfile to use abstract_target #126

Open armcknight opened 5 years ago

armcknight commented 5 years ago

Currently we use a bare Ruby method shared to reuse common pod dependency declarations. There is a CocoaPods-native API to do this: abstract_target