[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 1 / 9 / ChartsBootstrap / 0.1.0 / ChartsBootstrap.podspec.json
blobab2ed25a1148e840744f54908201a68978c3ad80
2   "name": "ChartsBootstrap",
3   "version": "0.1.0",
4   "summary": "Bootstraps ios-charts for a pleasant and modern look",
5   "homepage": "https://github.com/diatche/ios-charts-bootstrap",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": "Pavel Diatchenko",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/diatche/ios-charts-bootstrap.git",
16     "tag": "v0.1.0"
17   },
18   "source_files": [
19     "Classes",
20     "ChartsBootstrap/**/*.swift"
21   ],
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "CoreGraphics"
26   ],
27   "dependencies": {
28     "Charts": [
29       "~> 2.1"
30     ]
31   }