Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Podfile « objc « ios « examples « realm-cocoa « Checkouts « Carthage - github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ccccb177995fa1d8f01ab8ed20046ff99ab9d985 (plain)
1
2
3
4
5
platform :ios, '7.0'

target 'RACTableView' do
  pod 'ReactiveCocoa', :inhibit_warnings => true
end