blob: dc197067f932c1b223319597aaa9526382732dce [file] [log] [blame]
{
"name": "YJCocoa",
"version": "5.2.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": "v5.2.0"
},
"summary": "YJ系列开源库",
"description": "姓名:阳君\nQQ:937447974\nYJ技术支持群:557445088",
"platforms": {
"ios": "7.0"
},
"preserve_paths": "Documentation/*.*",
"prepare_command": "sh Documentation/docset-installed.sh",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"source_files": "Cocoa/*.{h,m}",
"default_subspecs": [
"AppFrameworks",
"AppServices",
"System"
],
"subspecs": [
{
"name": "AppFrameworks",
"source_files": "Cocoa/AppFrameworks/*.{h,m}",
"subspecs": [
{
"name": "Foundation",
"source_files": "Cocoa/AppFrameworks/Foundation/*.{h,m}",
"subspecs": [
{
"name": "AOP",
"source_files": "Cocoa/AppFrameworks/Foundation/AOP/*.{h,m}"
},
{
"name": "DictionaryModel",
"source_files": "Cocoa/AppFrameworks/Foundation/DictionaryModel/*.{h,m}",
"dependencies": {
"YJCocoa/AppFrameworks/Foundation/Singleton": [
]
}
},
{
"name": "Directory",
"source_files": "Cocoa/AppFrameworks/Foundation/Directory/*.{h,m}",
"dependencies": {
"YJCocoa/AppFrameworks/Foundation/Singleton": [
]
}
},
{
"name": "FileManager",
"source_files": "Cocoa/AppFrameworks/Foundation/FileManager/*.{h,m}"
},
{
"name": "Http",
"source_files": "Cocoa/AppFrameworks/Foundation/Http/*.{h,m}",
"dependencies": {
"YJCocoa/AppFrameworks/Foundation/URLCode": [
]
}
},
{
"name": "Log",
"source_files": "Cocoa/AppFrameworks/Foundation/Log/*.{h,m}"
},
{
"name": "PerformSelector",
"source_files": "Cocoa/AppFrameworks/Foundation/PerformSelector/*.{h,m}"
},
{
"name": "Singleton",
"source_files": "Cocoa/AppFrameworks/Foundation/Singleton/*.{h,m}",
"dependencies": {
"YJCocoa/AppFrameworks/Foundation/Other": [
]
}
},
{
"name": "Timer",
"source_files": "Cocoa/AppFrameworks/Foundation/Timer/*.{h,m}",
"dependencies": {
"YJCocoa/AppFrameworks/Foundation/PerformSelector": [
],
"YJCocoa/AppFrameworks/Foundation/Singleton": [
],
"YJCocoa/System/Security/Random": [
]
}
},
{
"name": "URLCode",
"source_files": "Cocoa/AppFrameworks/Foundation/URLCode/*.{h,m}"
},
{
"name": "URLSession",
"source_files": "Cocoa/AppFrameworks/Foundation/URLSession/*.{h,m}",
"subspecs": [
{
"name": "HTTPBody",
"source_files": "Cocoa/AppFrameworks/Foundation/URLSession/HTTPBody/*.{h,m}",
"dependencies": {
"YJCocoa/AppFrameworks/Foundation/DictionaryModel": [
]
}
},
{
"name": "Pool",
"source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Pool/*.{h,m}",
"dependencies": {
"YJCocoa/AppFrameworks/Foundation/Singleton": [
]
}
},
{
"name": "Request",
"source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Request/*.{h,m}",
"dependencies": {
"YJCocoa/AppFrameworks/Foundation/URLSession/HTTPBody": [
]
}
},
{
"name": "Task",
"source_files": "Cocoa/AppFrameworks/Foundation/URLSession/Task/*.{h,m}",
"dependencies": {
"YJCocoa/AppFrameworks/Foundation/URLSession/Pool": [
],
"YJCocoa/AppFrameworks/Foundation/URLSession/Request": [
],
"YJCocoa/System/Dispatch": [
]
}
}
]
},
{
"name": "Other",
"source_files": "Cocoa/AppFrameworks/Foundation/Other/*.{h,m}"
}
]
},
{
"name": "UIKit",
"source_files": "Cocoa/AppFrameworks/UIKit/*.{h,m}",
"subspecs": [
{
"name": "AutoLayout",
"source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/*.{h,m}",
"subspecs": [
{
"name": "UIView",
"source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIView/*.{h,m}",
"dependencies": {
"YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
]
}
},
{
"name": "UIViewController",
"source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIViewController/*.{h,m}",
"dependencies": {
"YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
]
}
},
{
"name": "LayoutAnchor",
"source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
"dependencies": {
"YJCocoa/AppFrameworks/UIKit/AutoLayout/Extend": [
]
}
},
{
"name": "Extend",
"source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/Extend/*.{h,m}"
}
]
},
{
"name": "CollectionViewManager",
"subspecs": [
{
"name": "Core",
"source_files": [
"Cocoa/AppFrameworks/UIKit/CollectionViewManager/Core/*.{h,m}",
"Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCell/*.{h,m}"
],
"dependencies": {
"YJCocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject": [
],
"YJCocoa/AppFrameworks/Foundation/AOP": [
],
"YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
],
"YJCocoa/System/Dispatch": [
]
}
},
{
"name": "CollectionCellObject",
"source_files": "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject/*.{h,m}",
"dependencies": {
"YJCocoa/AppFrameworks/Foundation/Other": [
]
}
}
]
},
{
"name": "Color",
"source_files": "Cocoa/AppFrameworks/UIKit/Color/*.{h,m}"
},
{
"name": "InputLength",
"source_files": "Cocoa/AppFrameworks/UIKit/InputLength/*.{h,m}"
},
{
"name": "NavigationBar",
"source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/*.{h,m}",
"subspecs": [
{
"name": "Core",
"source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/Core/*.{h,m}",
"dependencies": {
"YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
]
}
}
]
},
{
"name": "PageView",
"subspecs": [
{
"name": "Core",
"source_files": "Cocoa/AppFrameworks/UIKit/PageView/*.{h,m}",
"dependencies": {
"YJCocoa/System/Dispatch": [
],
"YJCocoa/AppFrameworks/UIKit/AutoLayout": [
],
"YJCocoa/AppFrameworks/Foundation/Other": [
]
}
},
{
"name": "ImagePage",
"resources": "Cocoa/AppFrameworks/UIKit/PageView/ImagePage/*.xib",
"source_files": "Cocoa/AppFrameworks/UIKit/PageView/ImagePage/*.{h,m}",
"dependencies": {
"YJCocoa/AppFrameworks/UIKit/PageView/Core": [
]
}
}
]
},
{
"name": "TableViewManager",
"subspecs": [
{
"name": "Core",
"source_files": [
"Cocoa/AppFrameworks/UIKit/TableViewManager/Core/*.{h,m}",
"Cocoa/AppFrameworks/UIKit/TableViewManager/Suspension/*.{h,m}",
"Cocoa/AppFrameworks/UIKit/TableViewManager/TableCell/*.{h,m}"
],
"dependencies": {
"YJCocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject": [
],
"YJCocoa/AppFrameworks/Foundation/AOP": [
],
"YJCocoa/AppFrameworks/UIKit/AutoLayout": [
],
"YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
],
"YJCocoa/System/Dispatch": [
]
}
},
{
"name": "TableCellObject",
"source_files": "Cocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject/*.{h,m}",
"dependencies": {
"YJCocoa/AppFrameworks/Foundation/Other": [
]
}
}
]
},
{
"name": "ViewGeometry",
"source_files": "Cocoa/AppFrameworks/UIKit/ViewGeometry/*.{h,m}"
}
]
}
]
},
{
"name": "AppServices",
"source_files": "Cocoa/AppServices/*.{h,m}",
"subspecs": [
{
"name": "CoreData",
"source_files": "Cocoa/AppServices/CoreData/*.{h,m}",
"subspecs": [
{
"name": "Core",
"source_files": "Cocoa/AppServices/CoreData/Core/*.{h,m}",
"dependencies": {
"YJCocoa/AppFrameworks/Foundation/Timer": [
]
}
},
{
"name": "Migration",
"source_files": "Cocoa/AppServices/CoreData/Migration/*.{h,m}",
"dependencies": {
"YJCocoa/AppServices/CoreData/Core": [
],
"YJCocoa/AppFrameworks/Foundation/Directory": [
],
"YJCocoa/AppFrameworks/Foundation/FileManager": [
]
}
},
{
"name": "Object",
"source_files": "Cocoa/AppServices/CoreData/Object/*.{h,m}",
"dependencies": {
"YJCocoa/AppServices/CoreData/Core": [
]
}
}
]
}
]
},
{
"name": "System",
"source_files": "Cocoa/System/*.{h,m}",
"subspecs": [
{
"name": "Dispatch",
"source_files": "Cocoa/System/Dispatch/*.{h,m}"
},
{
"name": "Security",
"source_files": "Cocoa/System/Security/*.{h,m}",
"subspecs": [
{
"name": "Keychain",
"source_files": "Cocoa/System/Security/Keychain/*.{h,m}",
"subspecs": [
{
"name": "Item",
"source_files": "Cocoa/System/Security/Keychain/Item/*.{h,m}"
}
]
},
{
"name": "Random",
"source_files": "Cocoa/System/Security/Random/*.{h,m}"
}
]
}
]
}
]
}