[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / 1 / AXChartKits / 0.2.0 / AXChartKits.podspec.json
blob7c9684af876666522ef5db82996e3640bbc1213b
2   "name": "AXChartKits",
3   "version": "0.2.0",
4   "summary": "A chart manager kits.",
5   "description": "A chart manager kits using on iOS platform.",
6   "homepage": "https://github.com/devedbox/AXChartKits",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aiXing": "862099730@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/devedbox/AXChartKits.git",
19     "tag": "0.2.0"
20   },
21   "source_files": [
22     "AXChartKits/AXChartKits/*.{h,m}",
23     "AXChartKits/AXChartKits/AXLineChartView/*.{h,m}"
24   ],
25   "frameworks": [
26     "UIKit",
27     "CoreGraphics",
28     "Foundation"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "pop": [
33       "~> 1.0.8"
34     ]
35   }