BoltsFramework / Bolts-ObjC

Bolts is a collection of low-level libraries designed to make developing mobile apps easier.
Other
5.65k stars 578 forks source link

Remove unnecessary podspec source_files #320

Closed keith closed 6 years ago

keith commented 6 years ago

There are 2 changes here:

  1. Remove the per platform source_files and public_header_files globs from the Tasks subspec because they are the same for all platforms
  2. Remove the empty source_files definitions from the AppLinks subspec. This subspec only supports iOS so these are unnecessary
nlutsenko commented 6 years ago

Sure why not. Thanks.

keith commented 6 years ago

Thanks