20b661c41e
- Deprecation of UIAlertView, UIActionSheet & UIPopoverController
15 lines
523 B
Ruby
15 lines
523 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :ios, '9.0'
|
|
|
|
target 'XLForm' do
|
|
|
|
pod 'XLForm', :path => '../../'
|
|
|
|
#Following pods are used for custom row examples
|
|
pod 'AFNetworking', '~> 2.0', :inhibit_warnings => true
|
|
pod 'XLData', :git => 'https://github.com/xmartlabs/XLData.git', :commit => '1f9019b56242a2019c7f7e11ec4ef823c397ebcf', :inhibit_warnings => true
|
|
pod 'JVFloatLabeledTextField', '1.0.2', :inhibit_warnings => true
|
|
pod 'AXRatingView', '1.0.3', :inhibit_warnings => true
|
|
pod 'SHSPhoneComponent'
|
|
end
|