NpageLibrary 0.8.2

NpageLibrary 0.8.2

ho 维护。



  • ho

NpageLibary

CI Status Version License Platform

示例

要运行示例项目,请首先克隆仓库,然后在 Example 目录中运行 pod install

要求

安装

NpageLibrary 可以通过 CocoaPods 获取。要安装它,只需将以下行添加到 Podfile 中:

pod 'NpageLibrary'

post_install do |installer|
    installer.pods_project.targets.each do |target|
        target.build_configurations.each do |config|
            config.build_settings['CONFIGURATION_BUILD_DIR'] = '$PODS_CONFIGURATION_BUILD_DIR'
        end
    end
    installer.pods_project.build_configurations.each do |config|
        config.build_settings.delete('CODE_SIGNING_ALLOWED')
        config.build_settings.delete('CODE_SIGNING_REQUIRED')
    end
end

作者

ho,[email protected]

许可证

NpageLibary 可在 MIT 许可证下使用。更多信息请参阅 LICENSE 文件。