[Add] LastFM.swift 1.5.1
[CocoaPods.git] / Specs / b / 1 / c / AAChartKit / 2.1.0 / AAChartKit.podspec.json
blob655a2fceb0e8ecde7bb18eb0435053dc630b2cec
2   "name": "AAChartKit",
3   "version": "2.1.0",
4   "summary": "An elegant and friendly chart library for iOS developer",
5   "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***",
6   "homepage": "https://github.com/AAChartModel/AAChartKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "An An": "18256973864@163.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/AAChartModel/AAChartKit.git",
19     "tag": "2.1.0"
20   },
21   "source_files": [
22     "AAChartKitLib",
23     "AAChartKitLib/**/*.{h,m}"
24   ],
25   "resource_bundles": {
26     "iOS-AAChartKitLib": "AAChartKitLib/AAJSFiles/**"
27   },
28   "prefix_header_contents": "#import \"AAGlobalMacro.h\"",
29   "requires_arc": true