[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 9 / 5 / PNChart / 0.3.2 / PNChart.podspec.json
blobedd58e34c1489036b09971eb8239be229de2dd75
2   "name": "PNChart",
3   "version": "0.3.2",
4   "summary": "A simple and beautiful chart lib with animation used in Piner for iOS",
5   "homepage": "https://github.com/kevinzhow/PNChart",
6   "screenshots": "https://github-camo.global.ssl.fastly.net/ea8565b7a726409d5966ff4bcb8c4b9981fb33d3/687474703a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f313539393636322f706e63686172742e706e67",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kevin": "kevinchou.c@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/kevinzhow/PNChart.git",
19     "tag": "0.3.2"
20   },
21   "ios": {
22     "dependencies": {
23       "UICountingLabel": [
24         "~> 1.0.0"
25       ]
26     }
27   },
28   "source_files": "PNChartDemo/PNChart/**/*.{h,m}",
29   "public_header_files": "PNChartDemo/PNChart/**/*.h",
30   "frameworks": [
31     "CoreGraphics",
32     "UIKit",
33     "Foundation",
34     "QuartzCore"
35   ],
36   "requires_arc": true