evermeer / EVReflection

Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with extensions for Alamofire and Moya with RxSwift or ReactiveSwift
Other
965 stars 119 forks source link

Typo? breaks world wide development with your Kit #303

Closed beschrich-is4it closed 5 years ago

beschrich-is4it commented 5 years ago

Pre-downloading: EVReflection from https://github.com/evermeer/EVReflection.git, branch master [!] Failed to load 'EVReflection' podspec: [!] Invalid EVReflection.podspec file: undefined method `swift_versions=' for # Did you mean? swift_version= swift_version.

from /var/folders/04/q7ff1yjx16lckz30k_z0fsp80000gn/T/d20190328-27539-111ptkx/EVReflection.podspec:21

-------------------------------------------

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }

s.swift_versions = ['4.0', '4.2', '5.0']

-------------------------------------------

evermeer commented 5 years ago

swift_versions is a new keyword used in cocoapods 1.7.0 Please update to this version using: sudo gem install cocoapods --pre Unfortunately the use of this is needed for libraries that want to support other swift versions besides 5.0 For more information see: http://blog.cocoapods.org/CocoaPods-1.7.0-beta/