11 lines
385 B
Ruby
11 lines
385 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :ios, '7.0'
|
|
|
|
pod 'XLForm', :path => '../../'
|
|
|
|
#Following pods are used for custom row examples
|
|
pod 'AFNetworking', '~> 2.0', :inhibit_warnings => true
|
|
pod 'XLDataLoader', '~> 1.1', :inhibit_warnings => true
|
|
pod 'JVFloatLabeledTextField', '1.0.2', :inhibit_warnings => true
|
|
pod 'AXRatingView', '1.0.3', :inhibit_warnings => true
|