blob: b3e5cb821d754e252cea429113d0d14af0491e3b [file] [log] [blame]
{
"name": "JDAutoLayout",
"version": "1.2.2",
"summary": "JDAutoLayout",
"description": "JDRouter",
"homepage": "https://github.com/wangjindong/JDLayout.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangjindong": "419591321@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wangjindong/JDLayout.git",
"tag": "1.2.2"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"subspecs": [
{
"name": "ObjectC",
"source_files": "JDAutoLayout/Layout/*.{h,m}",
"public_header_files": "JDAutoLayout/Layout/*.h"
},
{
"name": "Swift",
"source_files": "JDAutoLayout/Layout Swift/*.{h,swift}",
"public_header_files": "JDAutoLayout/Layout Swift/*.h",
"dependencies": {
"JDAutoLayout/ObjectC": [
]
}
}
]
}