blob: 2f599c7c2bbe5c234eda51995dbf3e74b4fed1eb [file] [log] [blame]
{
"name": "YJCocoa",
"version": "1.5.0",
"authors": {
"阳君": "937447974@qq.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/937447974/YJCocoa",
"source": {
"git": "https://github.com/937447974/YJCocoa.git",
"tag": "v1.5.0"
},
"summary": "YJ Cocoa",
"platforms": {
"ios": "6.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"source_files": "Cocoa/*.{h,m}",
"default_subspecs": [
"CocoaTouchLayer",
"CoreServicesLayer",
"CoreOSLayer"
],
"subspecs": [
{
"name": "CocoaTouchLayer",
"source_files": "Cocoa/CocoaTouchLayer/*.{h,m}",
"subspecs": [
{
"name": "UIKit",
"source_files": "Cocoa/CocoaTouchLayer/UIKit/*.{h,m}",
"subspecs": [
{
"name": "AutoLayout",
"source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/*.{h,m}",
"subspecs": [
{
"name": "UIView",
"source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/UIView/*.{h,m}",
"dependencies": {
"YJCocoa/CocoaTouchLayer/UIKit/AutoLayout/LayoutAnchor": [
]
}
},
{
"name": "UIViewController",
"source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/UIViewController/*.{h,m}",
"dependencies": {
"YJCocoa/CocoaTouchLayer/UIKit/AutoLayout/LayoutAnchor": [
]
}
},
{
"name": "LayoutAnchor",
"source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
"dependencies": {
"YJCocoa/CocoaTouchLayer/UIKit/AutoLayout/Extend": [
]
}
},
{
"name": "Extend",
"source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/Extend/*.{h,m}"
}
]
},
{
"name": "CollectionView",
"source_files": "Cocoa/CocoaTouchLayer/UIKit/CollectionView/*.{h,m}",
"dependencies": {
"YJCocoa/CoreServicesLayer/Foundation": [
],
"YJCocoa/CoreOSLayer/System": [
]
}
},
{
"name": "PageView",
"subspecs": [
{
"name": "Core",
"source_files": "Cocoa/CocoaTouchLayer/UIKit/PageView/*.{h,m}",
"dependencies": {
"YJCocoa/CoreOSLayer/System": [
],
"YJCocoa/CocoaTouchLayer/UIKit/AutoLayout": [
]
}
},
{
"name": "ImagePage",
"resources": "Cocoa/CocoaTouchLayer/UIKit/PageView/ImagePage/*.xib",
"source_files": "Cocoa/CocoaTouchLayer/UIKit/PageView/ImagePage/*.{h,m}",
"dependencies": {
"YJCocoa/CocoaTouchLayer/UIKit/PageView/Core": [
]
}
}
]
}
]
}
]
},
{
"name": "CoreServicesLayer",
"source_files": "Cocoa/CoreServicesLayer/*.{h,m}",
"subspecs": [
{
"name": "Foundation",
"source_files": "Cocoa/CoreServicesLayer/Foundation/*.{h,m}",
"subspecs": [
{
"name": "Log",
"source_files": "Cocoa/CoreServicesLayer/Foundation/Log/*.{h,m}"
}
]
}
]
},
{
"name": "CoreOSLayer",
"source_files": "Cocoa/CoreOSLayer/*.{h,m}",
"subspecs": [
{
"name": "System",
"source_files": "Cocoa/CoreOSLayer/System/*.{h,m}"
}
]
}
]
}