blob: 9ce3e48e690f3965c34c8fc7df443fdce831f659 [file] [log] [blame]
{
"name": "SJUIKit",
"version": "0.0.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SJUIKit/*.{h,m}",
"subspecs": [
{
"name": "KVO",
"source_files": "SJUIKit/KVO/*.{h,m}"
},
{
"name": "Refresh",
"source_files": "SJUIKit/Refresh/*.{h,m}",
"dependencies": {
"MJRefresh": [
]
}
}
]
}