blob: 02e3c8a52ca42acc8fd4697d5c7d042129d0a591 [file] [log] [blame]
{
"name": "NGGraphView",
"version": "0.1.1",
"summary": "A simple graph view for iOS.",
"description": " NGGraphView allows you to show how data changes over time using a graph.\n",
"homepage": "https://github.com/n8glenn/NGGraphView",
"license": "MIT",
"authors": {
"Nate Glenn": "n8glenn@gmail.com"
},
"source": {
"git": "http://www.github.com/n8glenn/NGGraphView.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/n8glenn",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": [
"Classes/ios/NGGraphView.h",
"Classes/ios/NGGraphView.m",
"Classes/ios/NGDataPoint.h",
"Classes/ios/NGDataPoint.m"
],
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"public_header_files": "Classes/**/*.h",
"frameworks": [
"CoreText",
"CoreGraphics",
"UIKit",
"Foundation"
]
}