robb / Cartography

A declarative Auto Layout DSL for Swift :iphone::triangular_ruler:
Other
7.35k stars 524 forks source link

Specify platforms in the Podfile #312

Closed miscaper closed 4 years ago

miscaper commented 4 years ago

Specify platforms in the Podfile to get rid of warnings during pod install

[!] Automatically assigning platform `ios` with version `8.0` on target `Cartography-iOS-Tests` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.

[!] Automatically assigning platform `osx` with version `10.10` on target `Cartography-Mac-Tests` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.

[!] Automatically assigning platform `tvos` with version `9.0` on target `Cartography-tvOS-tests` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.
orta commented 4 years ago

👍