glob3mobile / g3m

The multiplatform advanced visualization framework
http://www.glob3mobile.com/
Other
116 stars 56 forks source link

iOS Enhancement #179

Open mememto opened 8 years ago

mememto commented 8 years ago

Hi, first of all thanks and congrats for your great job. I'm trying to use your SDK to make one app, but i've found that the deployment target required for the SDK to compile correctly is only 6.1. Could it be possible to upgrade this value? Setting a value of 6.1 makes the SDK available but this limits the integration of other dependencies required for the app, i.e. some Pods like AFNetworking 3.x and more that require a value of 8.x.

Any guide on this would be appreciated. Thanks in advance.

DiegoGomezDeck commented 8 years ago

Hi @mememto

Please take a look to the changes in PR #194, I think they will solve your problems.

mememto commented 8 years ago

Thanks for your hard work Diego =)