[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 6 / 2 / JDAutoLayout / 1.2.2 / JDAutoLayout.podspec.json
blobb3e5cb821d754e252cea429113d0d14af0491e3b
2   "name": "JDAutoLayout",
3   "version": "1.2.2",
4   "summary": "JDAutoLayout",
5   "description": "JDRouter",
6   "homepage": "https://github.com/wangjindong/JDLayout.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangjindong": "419591321@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/wangjindong/JDLayout.git",
19     "tag": "1.2.2"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "ObjectC",
29       "source_files": "JDAutoLayout/Layout/*.{h,m}",
30       "public_header_files": "JDAutoLayout/Layout/*.h"
31     },
32     {
33       "name": "Swift",
34       "source_files": "JDAutoLayout/Layout Swift/*.{h,swift}",
35       "public_header_files": "JDAutoLayout/Layout Swift/*.h",
36       "dependencies": {
37         "JDAutoLayout/ObjectC": [
39         ]
40       }
41     }
42   ]