Closed phatblat closed 10 years ago
Sweet, looks good to me. Will review it and push it straight after. thanks you!
Doesn't appear to build right for me.
[!] /bin/bash
set -e
sh prepare_command.sh
sh: prepare_command.sh: No such file or directory
The issue is that the script won't be part of the podspec repo. Sadly it can't be another file when pushing it to the podspec library.
I merged #6 that updates the version. Separating the script won't work out unfortunately.
Ah, didn't think of that.
Added a new spec version for 1.0.1j and also split out the build script into a separate
prepare_command.sh
file for easier testing and a more readable spec.Note that I couldn't get this or any previous version of the spec to lint cleanly. It looks like a CocoaPods limitation on specs with tarball style
source
entries. However, I found a workaround:With the
file.tgz
file in place, this spec lints clean on 0.33.1 and 0.34.4.