[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / f / 6 / PWChartLib / 0.0.33 / PWChartLib.podspec.json
blobe6eadb51034c4a4846af654abb83426c930251fd
2   "name": "PWChartLib",
3   "version": "0.0.33",
4   "summary": "图表库",
5   "description": "图表库",
6   "homepage": "https://github.com/wnrz/PWChartLib.git",
7   "license": "MIT",
8   "authors": {
9     "Peter Wang": "66682060@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/wnrz/PWChartLib.git",
16     "tag": "0.0.33"
17   },
18   "requires_arc": true,
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "resource_bundles": {
24     "PWChartLib": [
25       "PWChartLib/PWChartLib/**/*.{storyboard,xib,png,strings}"
26     ]
27   },
28   "dependencies": {
29     "PWDataBridge": [
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "ChartLib",
36       "source_files": "PWChartLib/PWChartLib/**/*.{h,m,a,c}",
37       "ios": {
38         "frameworks": [
39           "UIKit",
40           "Foundation"
41         ]
42       }
43     }
44   ]