wumke / react-native-immediate-phone-call

Initiate immediate phone call (without further user interaction) for React Native on iOS and Android.
GNU General Public License v3.0
174 stars 51 forks source link

Add podfile to update installation for iOS #33

Closed robertbarclay closed 4 years ago

robertbarclay commented 5 years ago

Added a pod file to provide the option to install this via Cocoapods rather than the legacy static library. The podfile is now under the /ios folder. Also added a test harness demo application that pull in the podspec as a pod to the example app. It allow you to test the iOS code, in xcode. to install go to the /tests/ios and run pod install, then launch the workspace.