groue / GRMustache.swift

Flexible Mustache templates for Swift
http://mustache.github.com/
MIT License
597 stars 155 forks source link

Reduce iOS Deployment Target to 8.0 #11

Closed ObjColumnist closed 9 years ago

ObjColumnist commented 9 years ago

I noticed when using Carthage that the Deployment Target was 8.0, but I couldn't see any reason for this?

groue commented 9 years ago

Hello Spencer.

This 8.1 deployment target comes from https://github.com/groue/GRMustache.swift/pull/6#issuecomment-103163703, an issue which was specifically opened about Carthage support.

Do you confirm 8.0 is OK with Carthage?

ObjColumnist commented 9 years ago

Hi @groue,

Using Carthage 0.8.0 (the latest version) I had no issues compiling with my fork, and this was the only change.

ikesyo commented 9 years ago

There is no reason for Carthage to require 8.1 deployment target, 8.0 should be OK (I'm a Carthage collaborator).

ikesyo commented 9 years ago

OS X 10.9 should be OK too. :wink: ReactiveCocoa which is Carthage compatible has 8.0/10.9 deployment targets.

groue commented 9 years ago

All right, folks, thanks for your reassuring comments!