| { |
| "name": "AAChartKit-temp", |
| "version": "3.0.2.1", |
| "summary": "An elegant and friendly chart library for iOS developer, temp fork of AAChartKit", |
| "description": "***\n## Features:\n1. Support `iOS 6`、`ARC` & `Objective C`.\n2. Powerful,support the `column chart` `bar chart` `line chart` `spline chart` `pie chart` `polar chart` `radar chart` and other graphics.\n3. Interactive、animated,the `animation` is exquisite and deligate.\n4. Support `chain programming syntax` like *Masonry*\n5. `AAChartView + AAChartModel = Chart` In the AAChartKit,it follows a minimalist formula: ` Chart view + Chart model = The chart you want`.\n***", |
| "homepage": "https://github.com/AAChartModel/AAChartKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "yacosdad": "yury.yang@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/yacosdad/AAChartKit.git", |
| "tag": "3.0.2.1" |
| }, |
| "social_media_url": "https://github.com/AAChartModel", |
| "source_files": "AAChartKitLib/**/*", |
| "resource_bundles": { |
| "AAChartKitLib": "AAChartKitLib/AAJSFiles.bundle" |
| }, |
| "prefix_header_contents": "#import \"AAGlobalMacro.h\"", |
| "requires_arc": true, |
| "ios": { |
| "frameworks": "UIKit" |
| } |
| } |