blob: 70f3f45f2694bd80b190176870d7cebda69cca79 [file] [log] [blame]
{
"name": "JNLineChart",
"version": "0.0.1",
"summary": "A simple line chart library.",
"description": " A longer description of JNLineChart in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/jnic/JNLineChart",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"James Nicholson": "git@nicholson.io"
},
"social_media_url": "http://twitter.com/jameslnicholson",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jnic/JNLineChart.git",
"tag": "0.0.1"
},
"source_files": [
"JNLineChart",
"JNLineChart/**/*.{h,m}"
],
"requires_arc": true
}