blob: 1940a2656c4fe465928787738b18464b69ea12b1 [file] [log] [blame]
{
"name": "SJUIKit",
"version": "0.0.0.28",
"summary": "SJUIKit.",
"description": "`Objective-C` UIKit",
"homepage": "https://gitee.com/changsanjiang/SJUIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"changsanjiang@gmail.com": "changsanjiang@gmail.com"
},
"source": {
"git": "https://gitee.com/changsanjiang/SJUIKit.git",
"tag": "0.0.0.28"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SJUIKit/*.{h,m}",
"subspecs": [
{
"name": "AsyncLoad",
"source_files": "SJUIKit/AsyncLoad/*.{h,m}",
"dependencies": {
"SJUIKit/CornerMask": [
]
}
},
{
"name": "Queues",
"source_files": "SJUIKit/Queues/*.{h,m}"
},
{
"name": "Base",
"source_files": "SJUIKit/Base/*.{h,m}",
"dependencies": {
"SJUIKit/ObserverHelper": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "SJUIKit/Base/Core/*.{h,m}"
}
]
},
{
"name": "ObserverHelper",
"source_files": "SJUIKit/ObserverHelper/*.{h,m}"
},
{
"name": "AttributesFactory",
"source_files": "SJUIKit/AttributesFactory/*.{h,m}",
"subspecs": [
{
"name": "UIKitText",
"source_files": "SJUIKit/AttributesFactory/UIKitText/*.{h,m}"
},
{
"name": "Deprecated",
"source_files": "SJUIKit/AttributesFactory/Deprecated/*.{h,m}"
}
]
},
{
"name": "Refresh",
"source_files": "SJUIKit/Refresh/*.{h,m}",
"dependencies": {
"MJRefresh": [
]
}
},
{
"name": "Date",
"source_files": "SJUIKit/Date/*.{h,m}"
},
{
"name": "UIMaker",
"source_files": "SJUIKit/UIMaker/*.{h,m}",
"subspecs": [
{
"name": "Core",
"source_files": "SJUIKit/UIMaker/Core/*.{h,m}"
}
]
},
{
"name": "Thread",
"source_files": "SJUIKit/Thread/*.{h,m}"
},
{
"name": "CornerMask",
"source_files": "SJUIKit/CornerMask/*.{h,m}",
"dependencies": {
"SJUIKit/ObserverHelper": [
]
}
},
{
"name": "Other",
"source_files": "SJUIKit/Other/*.{h,m}",
"dependencies": {
"SJUIKit/Date": [
]
}
}
]
}