[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 4 / e / CorePlot / 2.0 / CorePlot.podspec.json
blob165434f761cdf80838cce050e4bd84866749badf
2   "name": "CorePlot",
3   "version": "2.0",
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   "documentation_url": "http://core-plot.github.io",
9   "authors": {
10     "Drew McCormack": "drewmccormack@mac.com",
11     "Brad Larson": "larson@sunsetlakesoftware.com",
12     "Eric Skroch": "eskroch@mac.com",
13     "Barry Wark": "barrywark@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/core-plot/core-plot.git",
17     "tag": "release_2.0"
18   },
19   "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.",
20   "platforms": {
21     "ios": "6.0",
22     "osx": "10.7"
23   },
24   "ios": {
25     "header_dir": "ios",
26     "source_files": [
27       "framework/CorePlot-CocoaTouch.h",
28       "framework/iPhoneOnly/*.{h,m}"
29     ],
30     "frameworks": [
31       "UIKit",
32       "Foundation"
33     ]
34   },
35   "osx": {
36     "header_dir": "osx",
37     "source_files": "framework/MacOnly/*.{h,m}",
38     "frameworks": "Cocoa"
39   },
40   "source_files": [
41     "framework/Source/*.{h,m}",
42     "framework/CocoaPods/*.h",
43     "framework/TestResources/CorePlotProbes.d"
44   ],
45   "exclude_files": [
46     "**/*{TestCase,Tests}.{h,m}",
47     "**/mainpage.h"
48   ],
49   "private_header_files": [
50     "**/_*.h",
51     "**/CorePlotProbes.h"
52   ],
53   "requires_arc": true,
54   "xcconfig": {
55     "ALWAYS_SEARCH_USER_PATHS": "YES"
56   },
57   "frameworks": [
58     "QuartzCore",
59     "Accelerate"
60   ]