TIPullToRefresh/Example/Podfile

12 lines
259 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!
project 'RMRPullToRefreshExample.xcodeproj'
workspace 'RMRPullToRefreshExample.xcworkspace'
target :RMRPullToRefreshExample do
pod 'RMRPullToRefresh', :path => "../"
end