Set up additional `deepspeech_ios` target with static build steps
Xcode config: lock swift version at 5.0, bundle framework rather than dynamic lib, never strip swift symbols, add framework search paths, and bring in lstdc++
Runtime schema config: disable the main thread checker as this causes trouble with the static build
Update model versions to 0.9.1
Remove libdeepspeech.so from example app bundling steps
Swift lib embed settings that are somehow essential
Attempt to adjust taskcluster build steps
Add a basic podspec
Add framework to gitignore
Fix podspec version code
Attempt to fix taskcluster unzip step
Switch deepspeech targets for iOS build
Try doing this unzip in one step
Remove packaging steps for unneeded stuff because libdeepspeech.so is no longer a thing here. I suppose we could add a step to package the iOS static lib instead.
Fix podspec version
Set up podspec relative assuming a clone from the repo root
Remove space in iOS package step
Fix buildfile nit
Link stdc++ in explicitly with iOS build only
Revert "Remove space in iOS package step"
This reverts commit 3e1922ea37.