nixzhu / Proposer

Make permission request easier.
MIT License
854 stars 46 forks source link

Remove unneeded elements from Podfile #2

Closed 3lvis closed 9 years ago

3lvis commented 9 years ago

source 'https://github.com/CocoaPods/Specs.git' shouldn't be needed, it's the default one.

use_frameworks! frameworks are auto-used if there's a Swift pod.

3lvis commented 9 years ago

@nixzhu any reason for this to be closed?

nixzhu commented 9 years ago

Someone’s old Project may have a Podfile, use_frameworks! will remind he/she Proposer needs iOS 8. Also the source, someone may not use github as their pods’ source.

在 2015年7月15日,下午4:58,Elvis Nuñez notifications@github.com 写道:

@nixzhu https://github.com/nixzhu any reason for this to be closed?

— Reply to this email directly or view it on GitHub https://github.com/nixzhu/Proposer/pull/2#issuecomment-121534996.

3lvis commented 9 years ago

@nixzhu Thanks for taking the time to answer the same way that I took the time to make this PR.