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",
12 "An An": "18256973864@163.com"
18 "git": "https://github.com/AAChartModel/AAChartKit.git",
23 "AAChartKitLib/**/*.{h,m}"
26 "AAChartKitLib": "AAChartKitLib/AAJSFiles/**"
28 "prefix_header_contents": "#define AAObject(objectName) [[objectName alloc]init]\n\n#define AAPropStatementAndFuncStatement(propertyModifyWord,className, propertyPointerType, propertyName) @property(nonatomic,propertyModifyWord)propertyPointerType propertyName; - (className * (^) (propertyPointerType propertyName)) propertyName##Set;\n\n#define AAPropSetFuncImplementation(className, propertyPointerType, propertyName) - (className * (^) (propertyPointerType propertyName))propertyName##Set{ return ^(propertyPointerType propertyName) { self.propertyName = propertyName; return self; }; }",