tristanhimmelman / AlamofireObjectMapper

An Alamofire extension which converts JSON response data into swift objects using ObjectMapper
MIT License
2.66k stars 474 forks source link

true is considered to be the name of a file #237

Open phoney opened 6 years ago

phoney commented 6 years ago

When I run 'pod repo lint' I get an error for the AlamofireObjectMapper Cocoapod podspec file. The problem is that 'true' != true. The following line is correct

s.requires_arc = true

but that's not what's in the podspec file. Look at a few other podspec files like SwiftDate.

There's another failure "Unrecognized pushed_with_swift_version key" but I don't know what it means.