[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 2 / 4 / e / CorePlot / 1.5 / CorePlot.podspec.json
blob66852fe8d4f8afe13071f6bdd45143459e4c9455
2   "name": "CorePlot",
3   "version": "1.5",
4   "license": "BSD",
5   "summary": "Cocoa plotting framework for Mac OS X and iOS.",
6   "homepage": "https://github.com/core-plot",
7   "social_media_url": "https://twitter.com/CorePlot",
8   "authors": {
9     "Drew McCormack": "drewmccormack@mac.com",
10     "Brad Larson": "larson@sunsetlakesoftware.com",
11     "Eric Skroch": "eskroch@mac.com",
12     "Barry Wark": "barrywark@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/core-plot/core-plot.git",
16     "tag": "release_1.5"
17   },
18   "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.",
19   "platforms": {
20     "ios": "3.1.3",
21     "osx": "10.5"
22   },
23   "source_files": "framework/Source/*.{h,m}",
24   "exclude_files": "**/*{TestCase,Tests}.{h,m}",
25   "ios": {
26     "source_files": [
27       "framework/CorePlot-CocoaTouch.h",
28       "framework/iPhoneOnly/*.{h,m}"
29     ]
30   },
31   "osx": {
32     "source_files": [
33       "framework/CorePlot.h",
34       "framework/MacOnly/*.{h,m}"
35     ]
36   },
37   "frameworks": "QuartzCore",
38   "prepare_command": "    dtrace -h -s framework/TestResources/CorePlotProbes.d -o framework/Source/CorePlotProbes.h\n",
39   "requires_arc": false