I am trying to download coreplot using Cocoapods 1.0.1 and it keeps throwing the error 'CorePlot/CorePlot-CocoaTouch.h' file not found
i tried various solutions given on the web and nothing worked for me. Do help me figure this out.
Here is a sample of my podfile
code
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
xcodeproj 'Sample'
pod 'CorePlot', :git => 'https://github.com/core-plot/core-plot.git', :branch => 'release-2.0'
pod 'Google/Analytics'
target 'SampleKIFTests', :exclusive => true do
pod 'KIF', '~> 3.3.0'
pod 'KIF/IdentifierTests', '~> 3.3.0'
end