5 "summary": "Cocoa plotting framework for Mac OS X and iOS.",
6 "homepage": "https://github.com/core-plot",
8 "Drew McCormack": "drewmccormack@mac.com",
9 "Brad Larson": "larson@sunsetlakesoftware.com",
10 "Eric Skroch": "eskroch@mac.com",
11 "Barry Wark": "barrywark@gmail.com"
14 "http": "https://github.com/core-plot/core-plot/releases/download/release_1.2/CorePlot_1.2.zip"
16 "description": "Core Plot is a plotting framework for OS X and iOS. It provides 2D visualization of data, and is tightly integrated with Apple technologies like Core Animation, Core Data, and Cocoa Bindings.",
17 "source_files": "framework/Source/*.{h,m}",
18 "exclude_files": "**/*{TestCase,Tests}.{h,m}",
21 "framework/CorePlot-CocoaTouch.h",
22 "framework/iPhoneOnly/*.{h,m}"
27 "framework/CorePlot.h",
28 "framework/MacOnly/*.{h,m}"
31 "frameworks": "QuartzCore",
32 "prepare_command": " mv -v CorePlot_1.2/Source/framework .\n mv -v CorePlot_1.2/Source/License.txt .\n dtrace -h -s framework/TestResources/CorePlotProbes.d -o framework/Source/CorePlotProbes.h\n",