blob: 463c1529d621aa225693674dc16aea1cf7393045 [file] [log] [blame]
{
"name": "YJAutoLayout",
"version": "1.0",
"summary": "NSLayoutConstraint的相关扩展和封装",
"homepage": "https://github.com/937447974/YJAutoLayout",
"description": "姓名:阳君;QQ:937447974;技术群:557445088\nExtend:NSLayoutConstraint相关扩展;\nCore:核心库NSLayoutConstraint相关,使用和NSLayoutAnchor类似;",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"阳君": "937447974@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/937447974/YJAutoLayout.git",
"tag": "v1.0"
},
"source_files": [
"Classes/*.{h,m}",
"README.md"
],
"default_subspecs": [
"Core/UIView",
"Core/UIViewController"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"subspecs": [
{
"name": "UIView",
"source_files": "Classes/Core/UIView/*.{h,m}",
"dependencies": {
"YJAutoLayout/Core/LayoutAnchor": [
]
}
},
{
"name": "UIViewController",
"source_files": "Classes/Core/UIViewController/*.{h,m}",
"dependencies": {
"YJAutoLayout/Core/LayoutAnchor": [
]
}
},
{
"name": "LayoutAnchor",
"source_files": "Classes/Core/LayoutAnchor/*.{h,m}",
"dependencies": {
"YJAutoLayout/Extend": [
]
}
}
]
},
{
"name": "Extend",
"source_files": "Classes/Extend/*.{h,m}"
}
]
}