Cocoapods

作者: 人生路02 | 来源:发表于2016-10-05 23:17 被阅读18次

    [!] The dependency `MJRefresh (~> 3.1.12)` is not used in any concrete target.

    The dependency `MJExtension` is not used in any concrete target.

    The dependency `SDWebImage` is not used in any concrete target.

    The dependency `SVProgressHUD` is not used in any concrete target.

    The dependency `AFNetworking` is not used in any concrete target.

    The dependency `pop` is not used in any concrete target.

    The dependency `FMDB` is not used in any concrete target.

    The dependency `MWPhotoBrowser` is not used in any concrete target.

    The dependency `Masonry` is not used in any concrete target.

    The dependency `JSPatchPlatform` is not used in any concrete target.

    ```

    platform :ios, '8.0'

    #use_frameworks!个别需要用到它,比如reactiveCocoa

    target '1kingfanyi' do

    pod 'MJRefresh', '~> 3.1.12'

    pod 'MJExtension'

    pod 'SDWebImage'

    pod 'SVProgressHUD'

    pod 'AFNetworking'

    pod 'pop'

    pod 'FMDB'

    pod 'MWPhotoBrowser'

    pod 'Masonry'

    pod 'JSPatchPlatform’

    end

    ```

    相关文章

      网友评论

        本文标题:Cocoapods

        本文链接:https://www.haomeiwen.com/subject/mfxhlttx.html