mysterioustrousers / MTDates

A thread safe date calculation library with all the date functions you'll ever need.
BSD 2-Clause "Simplified" License
343 stars 68 forks source link

Pod install error #66

Closed ismaiI1 closed 7 years ago

ismaiI1 commented 7 years ago

When i run "Pod install" I got this error : "The dependency MTDates is not used in any concrete target"

ismaiI1 commented 7 years ago

I edit podfile :

   target 'MTPDF' do

   source 'https://github.com/CocoaPods/Specs.git'

   platform :ios, '7.1'

   pod "MTDates"

   end