[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / 2 / 4 / e / CorePlot / 2.1 / CorePlot.podspec.json
blob82e7b4d3b1fcfc30d18f737bcee8f1ed961b18f5
2   "name": "CorePlot",
3   "version": "2.1",
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.1"
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": "6.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   ]