blob: 0dc1125ba2801a64359d1db7147559c89aef8e87 [file] [log] [blame]
{
"name": "CorePlot",
"version": "2.2",
"license": "BSD",
"summary": "Cocoa plotting framework for Mac OS X, iOS, and tvOS.",
"homepage": "https://github.com/core-plot",
"social_media_url": "https://twitter.com/CorePlot",
"documentation_url": "http://core-plot.github.io",
"authors": {
"Drew McCormack": "drewmccormack@mac.com",
"Brad Larson": "larson@sunsetlakesoftware.com",
"Eric Skroch": "eskroch@mac.com",
"Barry Wark": "barrywark@gmail.com"
},
"source": {
"git": "https://github.com/core-plot/core-plot.git",
"tag": "release_2.2"
},
"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.",
"platforms": {
"ios": "8.0",
"osx": "10.8",
"tvos": "9.0"
},
"ios": {
"header_dir": "ios",
"source_files": [
"framework/CorePlot-CocoaTouch.h",
"framework/iPhoneOnly/*.{h,m}"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/Private/CorePlot/ios\""
},
"frameworks": [
"UIKit",
"Foundation"
]
},
"osx": {
"header_dir": "osx",
"source_files": "framework/MacOnly/*.{h,m}",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/Private/CorePlot/osx\""
},
"frameworks": "Cocoa"
},
"tvos": {
"header_dir": "tvos",
"source_files": "framework/iPhoneOnly/*.{h,m}",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/Private/CorePlot/tvos\""
},
"frameworks": [
"UIKit",
"Foundation"
]
},
"source_files": [
"framework/Source/*.{h,m}",
"framework/CocoaPods/*.h",
"framework/TestResources/CorePlotProbes.d"
],
"exclude_files": [
"**/*{TestCase,Tests}.{h,m}",
"**/mainpage.h"
],
"private_header_files": [
"**/_*.h",
"**/CorePlotProbes.h"
],
"requires_arc": true,
"xcconfig": {
"ALWAYS_SEARCH_USER_PATHS": "YES"
},
"frameworks": [
"QuartzCore",
"Accelerate"
]
}