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
    ---------------------

  • 相关阅读:
    前端基础知识1
    mysql作业
    mysql了解知识点
    mysql3
    数据库作业2
    循环结构经典题型
    计算1
    猜数字游戏
    css的显示
    定位和position定位
  • 原文地址:https://www.cnblogs.com/ly570/p/11295922.html
Copyright © 2011-2022 走看看