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

```

你可能感兴趣的:(Cocoapods)