[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 4 / e / CorePlot / 1.2 / CorePlot.podspec.json
blobad9bbd47517537040a5a86d2d54a74bdb2b6d5ce
2   "name": "CorePlot",
3   "version": "1.2",
4   "license": "BSD",
5   "summary": "Cocoa plotting framework for Mac OS X and iOS.",
6   "homepage": "https://github.com/core-plot",
7   "authors": {
8     "Drew McCormack": "drewmccormack@mac.com",
9     "Brad Larson": "larson@sunsetlakesoftware.com",
10     "Eric Skroch": "eskroch@mac.com",
11     "Barry Wark": "barrywark@gmail.com"
12   },
13   "source": {
14     "http": "https://github.com/core-plot/core-plot/releases/download/release_1.2/CorePlot_1.2.zip"
15   },
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}",
19   "ios": {
20     "source_files": [
21       "framework/CorePlot-CocoaTouch.h",
22       "framework/iPhoneOnly/*.{h,m}"
23     ]
24   },
25   "osx": {
26     "source_files": [
27       "framework/CorePlot.h",
28       "framework/MacOnly/*.{h,m}"
29     ]
30   },
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",
33   "requires_arc": false