[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 8 / a / e / DTChart / 0.38 / DTChart.podspec.json
blob1becde7fa4a4775d5e4dc05a23912d165fdd50b2
2   "name": "DTChart",
3   "version": "0.38",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A simple chart for DTise",
9   "authors": {
10     "joshin": "xjcute@gmail.com"
11   },
12   "homepage": "https://github.com/joshinn/DTChart",
13   "description": "A simple char customized for DTise.\nIf you like the style of chart, you can import it, and use it as demo.",
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "source": {
23     "git": "https://github.com/joshinn/DTChart.git",
24     "tag": "0.38"
25   },
26   "source_files": [
27     "DTChart",
28     "DTChart/**/*.{h,m}"
29   ],
30   "resources": "DTChart/resources.bundle",
31   "prefix_header_file": "DTChart/DTChart-Prefix.pch"