[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / d / 2 / PandaKit / 0.1-beta / PandaKit.podspec.json
blobcf5b874e24020cbab58f4608fe663023f5196b11
2   "name": "PandaKit",
3   "version": "0.1-beta",
4   "summary": "An asynchronous render and layout framework which can be used to achieve high performance tableview",
5   "description": "Panda is a asynchronous render and layout framework which can be used to achieve high performance tableview.",
6   "homepage": "https://github.com/nangege/Panda",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tang.Nan": "tang22nan@gmail.com"
13   },
14   "swift_version": "4.2",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "module_name": "Panda",
19   "source": {
20     "git": "https://github.com/nangege/Panda.git",
21     "tag": "0.1-beta"
22   },
23   "source_files": [
24     "Panda/**/*.swift",
25     "Panda/Panda.h"
26   ],
27   "public_header_files": [
28     "Panda/Panda.h"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "SwiftCassowary": [
33       "~> 0.1-beta"
34     ],
35     "SwiftLayoutable": [
36       "~> 0.1-beta"
37     ]
38   }