[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 4 / e / CorePlot / 2.2 / CorePlot.podspec.json
blob0dc1125ba2801a64359d1db7147559c89aef8e87
2   "name": "CorePlot",
3   "version": "2.2",
4   "license": "BSD",
5   "summary": "Cocoa plotting framework for Mac OS X, 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",
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.2"
18   },
19   "description": "Core Plot is a plotting framework for OS X, iOS, and tvOS. 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": "8.0",
22     "osx": "10.8",
23     "tvos": "9.0"
24   },
25   "ios": {
26     "header_dir": "ios",
27     "source_files": [
28       "framework/CorePlot-CocoaTouch.h",
29       "framework/iPhoneOnly/*.{h,m}"
30     ],
31     "xcconfig": {
32       "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/Private/CorePlot/ios\""
33     },
34     "frameworks": [
35       "UIKit",
36       "Foundation"
37     ]
38   },
39   "osx": {
40     "header_dir": "osx",
41     "source_files": "framework/MacOnly/*.{h,m}",
42     "xcconfig": {
43       "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/Private/CorePlot/osx\""
44     },
45     "frameworks": "Cocoa"
46   },
47   "tvos": {
48     "header_dir": "tvos",
49     "source_files": "framework/iPhoneOnly/*.{h,m}",
50     "xcconfig": {
51       "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/Private/CorePlot/tvos\""
52     },
53     "frameworks": [
54       "UIKit",
55       "Foundation"
56     ]
57   },
58   "source_files": [
59     "framework/Source/*.{h,m}",
60     "framework/CocoaPods/*.h",
61     "framework/TestResources/CorePlotProbes.d"
62   ],
63   "exclude_files": [
64     "**/*{TestCase,Tests}.{h,m}",
65     "**/mainpage.h"
66   ],
67   "private_header_files": [
68     "**/_*.h",
69     "**/CorePlotProbes.h"
70   ],
71   "requires_arc": true,
72   "xcconfig": {
73     "ALWAYS_SEARCH_USER_PATHS": "YES"
74   },
75   "frameworks": [
76     "QuartzCore",
77     "Accelerate"
78   ]