SkygearIO / skygear-SDK-iOS

Skygear SDK for iOS
https://skygear.io
Other
10 stars 28 forks source link

Add method to call forgot password lambda #97

Closed b123400 closed 7 years ago

b123400 commented 7 years ago

connect https://github.com/SkygearIO/skygear-SDK-iOS/issues/92

oursky-travis commented 7 years ago

@b123400, thanks for your PR! By analyzing the history of the files in this pull request, we identified @cheungpat to be a potential reviewer.

b123400 commented 7 years ago

Updated. The default behaviour of podspec is to include every subspecs, so I think we don't need an extra Default subspec.

It is now like this:

# Everything
pod 'SKYKit'

# Only a part of the repo
pod 'SKYKit/Core'
pod 'SKYKit/Facebook'
pod 'SKYKit/ForgotPassword'
cheungpat commented 7 years ago

Updated. The default behaviour of podspec is to include every subspecs, so I think we don't need an extra Default subspec.

Oh you can do that? This is even better. Thanks.

cheungpat commented 7 years ago

Closing this. The author for #110 probably should create a new pull request.