blob: ba8a0a425f386b2f0ca6b65bbe7d4fc36fabcdfa [file] [log] [blame]
{
"name": "GSAnalysis",
"version": "0.4.2",
"summary": "An easy to use libray to draw analysis graphics in swift.",
"description": "GSAnalysis is a light weight and easy to use libray to draw analysis graphics in swift. It provides many kinds of graphics which only need you provide the data.",
"homepage": "https://github.com/williamhqs/GSAnalysis",
"license": "MIT",
"authors": {
"William Hu": "william.hqs@gmail.com"
},
"source": {
"git": "https://github.com/williamhqs/GSAnalysis.git",
"tag": "0.4.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GSAnalysis": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}