blob: ae1667845b41b32b0d0b4659e2be7f9168fd8c1c [file] [log] [blame]
{
"name": "SJUIKit",
"version": "0.0.0.11",
"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.11"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SJUIKit/*.{h,m}",
"subspecs": [
{
"name": "AsyncLoad",
"source_files": "SJUIKit/AsyncLoad/*.{h,m}"
},
{
"name": "Refresh",
"source_files": "SJUIKit/Refresh/*.{h,m}",
"dependencies": {
"MJRefresh": [
]
}
},
{
"name": "ObjectContainer",
"source_files": "SJUIKit/ObjectContainer/*.{h,m}"
},
{
"name": "ModalAlert",
"source_files": "SJUIKit/ModalAlert/*.{h,m}"
}
]
}