michaelarmstrong / SuperMock

A very simple yet powerful UI and Unit testing mock framework for API calls. It lives in your app and is completely offline.
MIT License
17 stars 5 forks source link

Cocoa Pods installation #4

Open mzeccavb opened 8 years ago

mzeccavb commented 8 years ago

Hi, came across this project and was eager to give it a try as it offers a simple & elegant solution.

Following the instructions for using cocoa pods I encountered Module 'SuperMock' has no member named 'beginMocking'. Took a peak in my Pods\SuperMock directory only to find what appears to be file place holders with not much in them.

supermock

Perhaps it is my limited experience working with CocoaPods/XCode and if so would appreciate more guidance on incorporating this project into my own.

-Mike

estebansolis commented 8 years ago

I am also experiencing the same issue and commenting to be notified of result.

dleonard00 commented 8 years ago

Try this: pod 'SuperMock', git: 'https://github.com/michaelarmstrong/SuperMock.git', :commit => '8f01876f59bc131218ef759d76ccd5039f076da0'

danieleforlani commented 8 years ago

Working on the issue, will be sorted as soon as possible. thanks for your patience