wit-ai / wit-ios

Wit.ai iOS client
Other
222 stars 71 forks source link

Fix cocoapods install warning by inserting $(inherited) in WitTest release target #68

Closed jasonhotsauce closed 8 years ago

jasonhotsauce commented 8 years ago

I am not sure if this is the correct fix since I don't have much background of the cocoapods stories here. But seems like in PR #10 there is a fix related to cocoapods issue and saying

Since the new version no longer depends on any Pods, no libPod.a is generated, and hence the project/workspace no longer works.

This should fix issue #67

jasonhotsauce commented 8 years ago

And in the PR, I fixed couple retain cycles by setting delegates to weak instead of strong. I also found that seems like all the properties are atomic, which seems unnecessary.