[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / 0 / 9 / UITableView-MDKAutoLayoutHeight / 1.0 / UITableView-MDKAutoLayoutHeight.podspec.json
blobdc9739a197bc73cac01d8c2ffb5a127faaa046ea
2   "name": "UITableView-MDKAutoLayoutHeight",
3   "version": "1.0",
4   "summary": "A high performance, low invasive height calculation and Cache Tool for UITableview",
5   "description": "A high  performance,  low invasive height calculation and Cache Tool for UITableview",
6   "homepage": "https://github.com/miku1958/UITableView-MDKAutoLayoutHeight",
7   "license": "Mozilla",
8   "authors": {
9     "miku1958": "email@address.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/miku1958/UITableView-MDKAutoLayoutHeight.git",
16     "tag": "1.0"
17   },
18   "default_subspecs": "Core",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": [
24         "Class/core/*.{h,m}",
25         "Class/constContent/*.h"
26       ]
27     },
28     {
29       "name": "DiskCache",
30       "source_files": [
31         "Class/diskCache/*.{h,m}",
32         "Class/constContent/*.h"
33       ],
34       "dependencies": {
35         "UITableView-MDKAutoLayoutHeight/Core": [
37         ],
38         "YYCache": [
40         ]
41       }
42     }
43   ]