blob: 816ceb80c632c4b5b193ca883e3b1cb418d4b712 [file] [log] [blame]
{
"name": "JDLayout",
"version": "1.1.8",
"summary": "JDLayout",
"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.1.8"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"subspecs": [
{
"name": "ObjectC",
"source_files": "JDLayout/Layout/*.{h,m}",
"public_header_files": "JDLayout/Layout/*.h"
},
{
"name": "Swift",
"source_files": "JDLayout/Layout Swift/*.swift",
"dependencies": {
"JDLayout/ObjectC": [
]
}
}
]
}