Estimote / iOS-Proximity-SDK

Estimote Proximity SDK for iOS
https://developer.estimote.com
Apache License 2.0
61 stars 27 forks source link

Cocoapods issues #8

Closed megataps closed 6 years ago

megataps commented 6 years ago

I got a error when add this SDK to project:

[!] CocoaPods could not find compatible versions for pod "EstimoteProximitySDK": In Podfile: EstimoteProximitySDK

Specs satisfying the EstimoteProximitySDK dependency were found, but they required a higher minimum deployment target.

croustibat commented 6 years ago

Just add this line on top of your Podfile

platform :ios, '10.0'

Trupti15 commented 5 years ago

platform :ios, '10.0'

Thank you, Sir. It works.