Skip to content

Release for CocoaPods

Latest
Compare
Choose a tag to compare
@LavaSlider LavaSlider released this 03 Apr 03:53

Made pod spec and other modifications to try and get functional with CocoaPods.

This created a problem where the .podspec file would not pass lint because of - WARN | [iOS] DSSparseArray/DSSparseArray/DSSparseArray.m:709:128: warning: values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead [-Wformat] warnings. I explicitly cast all the arguments so do not know where the problem was coming from. Ultimately I modified the .podspec file to specify the :osc platform to get around the problem even though the files are compatible with either iOS or OS X.