blob: ad5804009a8cd8495518109c3d4f29c366ea85fb [file] [log] [blame]
{
"name": "SJUIKit",
"version": "0.0.0.8",
"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.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SJUIKit/*.{h,m}",
"subspecs": [
{
"name": "AsyncLoadImage",
"source_files": "SJUIKit/AsyncLoadImage/*.{h,m}"
},
{
"name": "Refresh",
"source_files": "SJUIKit/Refresh/*.{h,m}",
"dependencies": {
"MJRefresh": [
]
}
}
]
}