Podfile 186 B

123456789
  1. platform :ios, "8.0"
  2. source 'https://github.com/CocoaPods/Specs.git'
  3. inhibit_all_warnings!
  4. target 'JDStatusBarNotificationExample' do
  5. pod 'InfColorPicker'
  6. pod 'FTFontSelector'
  7. end