[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / f / b / PYChartKit / 0.2 / PYChartKit.podspec.json
blobd9ac1d16b7d0195021f7e24565d5d246b48f4a5c
2   "name": "PYChartKit",
3   "version": "0.2",
4   "summary": "A simple chart kit for iOS application",
5   "homepage": "https://github.com/littlepush/PYChartKit",
6   "license": {
7     "type": "LGPLv3",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Push Chen": "littlepush@gmail.com"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/littlepush/PYChartKit.git",
18     "tag": "0.2"
19   },
20   "source_files": "PYChartKit/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "PYCore": [
25     ],
26     "PYUIKit": [
28     ],
29     "PYControllers": [
31     ]
32   }