Podfile 536 B

1234567891011121314151617
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. platform :ios, '8.0'
  3. target 'XLForm' do
  4. #Following pods are used for custom row examples
  5. pod 'AFNetworking', '~> 2.0', :inhibit_warnings => true
  6. pod 'XLData', :git => 'https://github.com/xmartlabs/XLData.git', :commit => '1f9019b56242a2019c7f7e11ec4ef823c397ebcf', :inhibit_warnings => true
  7. pod 'JVFloatLabeledTextField', '1.0.2', :inhibit_warnings => true
  8. pod 'AXRatingView', '1.0.3', :inhibit_warnings => true
  9. pod 'SHSPhoneComponent'
  10. pod 'TZImagePickerController'
  11. pod 'XLForm'
  12. end