zoukankan      html  css  js  c++  java
  • 我的Podfile如下

    # Uncomment this line to define a global platform for your project
    use_frameworks!(http://www.my516.com)

    source 'https://github.com/CocoaPods/Specs.git' # 公开的第三方库
    source 'https://gitee.com/muyushifang07/MYCode_tools_repos.git' # 私有库

    platform :ios, '9.0'
    target 'ProtocolTest' do

    #不带:path 的pod install 成功后会生成Pods 文件夹,里面都是远端github的库
    pod 'AFNetworking'

    #pod 'RSAHandlerDemo' ,:path => 'https://github.com/muyushifang07/RSAHandlerDemo.git'

    pod 'MYHexTool','~>0.1.0'

    ## ==============Flutter ==============_
    ## Flutter 模块的路径 pod update --verbose --no-repo-update_
    ##绝对路径_
    flutter_application_path = '/Users/suning/Desktop/flutterdemos/Flutter_OC/flutter_module'
    eval(File.read(File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')), binding)
    ## ==============Flutter ==============_

    end
    ---------------------

  • 相关阅读:
    Js Array 删除
    语音播报功能
    js实现HashTable
    Js 克隆
    获取电脑名和IP地址
    获取电脑名和Ip
    IIS 配置问题
    WCF 服务
    【并查集】wikioi1001舒适的路线
    【实用】读取信息
  • 原文地址:https://www.cnblogs.com/ly570/p/11295922.html
Copyright © 2011-2022 走看看