To run the example project, clone the repo, and run pod install
from the Example directory first.
- iOS 10.0+
- Xcode 11
IDIAZM is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'IDIAZM' '~> 0.0.2'
In order to use the Library globally, it is necessary to create a file called “Bridging-Header”, so We are going to add a new file in Xcode (File > New > File), then in “Source” section, click “Header File“.
Type the name your file like this “YourProjectName-Bridging-Header.h” and click in ‘Create’
Now, We need to link the file in your project, so We are going to click in us target of project and navigate 'build settings' and type in “bridging header” into the searchbox.
Next to “Objective-C Bridging Header” you will need to add the name/path of your header file.
$SRCROOT/$PROJECT_NAME/YourProjectName-Bridging-Header.h
Finally, in us "Bridging-Header.h" file, We are going to type the library.
#import <IDIAZM/IDIAZM-Swift.h>
ivandiazmolina, [email protected]
IDIAZM is available under the MIT license. See the LICENSE file for more info.