[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 9 / 5 / PNChart / 0.8.6 / PNChart.podspec.json
blob0d1ca55579f6ece348a66de6d34fa4743c0e63ee
2   "name": "PNChart",
3   "version": "0.8.6",
4   "summary": "A simple and beautiful chart lib with animation used in Piner for iOS",
5   "description": "#PNChart\n\n[![Build Status](https://travis-ci.org/kevinzhow/PNChart.png?branch=master)](https://travis-ci.org/kevinzhow/PNChart)\n\nYou can also find swift version at here https://github.com/kevinzhow/PNChart-Swift\n\nA simple and beautiful chart lib with **animation** used in [Piner](https://itunes.apple.com/us/app/piner/id637706410) and [CoinsMan](https://itunes.apple.com/us/app/coinsman/id772163893) for iOS\n\n[![](https://dl.dropboxusercontent.com/u/1599662/pnchart.gif)](https://dl.dropboxusercontent.com/u/1599662/pnchart.gif)\n\n## Requirements\n\nPNChart works on iOS 7.0 and later version and is compatible with ARC projects. It depends on the following Apple frameworks, which should already be included with most Xcode templates:\n\n* Foundation.framework\n* UIKit.framework\n* CoreGraphics.framework\n* QuartzCore.framework\n\nYou will need LLVM 3.0 or later in order to build PNChart.",
6   "homepage": "https://github.com/kevinzhow/PNChart",
7   "screenshots": "https://camo.githubusercontent.com/e99c1bbab103c63efd561c4997a4bedb878bb2a2/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f313539393636322f706e63686172742e676966",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "kevinzhow": "kevinchou.c@gmail.com"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/kevinzhow/PNChart.git",
20     "tag": "0.8.6"
21   },
22   "source_files": [
23     "PNChart",
24     "PNChart/**/*.{h,m}"
25   ],
26   "public_header_files": "PNChart/**/*.h",
27   "frameworks": [
28     "CoreGraphics",
29     "UIKit",
30     "Foundation",
31     "QuartzCore"
32   ],
33   "requires_arc": true,
34   "dependencies": {
35     "UICountingLabel": [
36       "~> 1.2.0"
37     ]
38   }