blob: f1a2d7a72bbf7c4bc7c8ebfcc8408943069ce52b [file] [log] [blame]
{
"name": "NKWatchChart",
"version": "0.1.0",
"summary": "A chart library for Apple Watch based on PNChart.",
"description": "A chart library for Apple Watch based on PNChart. We support line, bar, pie, circle and radar charts.",
"homepage": "https://github.com/NilStack/NKWatchChart",
"screenshots": "https://db.tt/d7pJD84m",
"license": "MIT",
"authors": {
"Peng Guo": "guoleii@gmail.com"
},
"social_media_url": "http://twitter.com/NilStack",
"platforms": {
"watchos": "2.0"
},
"source": {
"git": "https://github.com/NilStack/NKWatchChart.git",
"tag": "0.1.0"
},
"watchos": {
"source_files": "WatchChart Extension/NKWatchChart/*.{h,m}"
},
"frameworks": [
"UIKit",
"WatchKit"
],
"requires_arc": true
}