Cocoapods

[!] 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

```

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容