5 "summary": "Cocoa plotting framework for macOS, iOS, and tvOS.",
6 "homepage": "https://github.com/core-plot",
7 "social_media_url": "https://twitter.com/CorePlot",
8 "documentation_url": "http://core-plot.github.io",
10 "Drew McCormack": "drewmccormack@mac.com",
11 "Brad Larson": "larson@sunsetlakesoftware.com",
12 "Eric Skroch": "eskroch@mac.com",
13 "Barry Wark": "barrywark@gmail.com"
16 "git": "https://github.com/core-plot/core-plot.git",
19 "description": "Core Plot is a plotting framework for macOS, iOS, and tvOS. It provides 2D visualization of data, and is tightly integrated with Apple technologies like Core Animation, Core Data, and Cocoa Bindings.",
28 "framework/CorePlot-CocoaTouch.h",
29 "framework/iPhoneOnly/*.{h,m}"
32 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/Private/CorePlot/ios\""
41 "source_files": "framework/MacOnly/*.{h,m}",
43 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/Private/CorePlot/osx\""
49 "source_files": "framework/iPhoneOnly/*.{h,m}",
51 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/Private/CorePlot/tvos\""
59 "framework/Source/*.{h,m}",
60 "framework/CocoaPods/*.h"
63 "**/*{TestCase,Tests}.{h,m}",
66 "private_header_files": "**/_*.h",
68 "frameworks": "QuartzCore"