blob: f802f84b8dd1a2a70c1ea6ebf541e7cee19efddb [file] [log] [blame]
{
"name": "SJUIKit",
"version": "0.0.0.13",
"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.13"
},
"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}"
}
]
}