blob: d6b9cd6b3ca978915c99e1260392b1ce7340b22a [file] [log] [blame]
{
"name": "SJCategory",
"version": "1.3.0",
"summary": "常用类别,常用工具类,HUD,地理坐标转换,DES,介绍页",
"platforms": {
"ios": "8.0"
},
"homepage": "https://github.com/superJunJun/ISGCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"15934874308@163.com": "lijun@ishanggang.com"
},
"source": {
"git": "https://github.com/superJunJun/ISGCategory.git",
"tag": "1.3.0",
"submodules": true
},
"resource_bundles": {
"SJCategory": [
"SJCategory/Assets/*.png"
]
},
"source_files": "SJCategory/Classes/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
]
},
"subspecs": [
{
"name": "Category",
"source_files": "SJCategory/Classes/Category/**/*"
},
{
"name": "BOTool",
"source_files": "SJCategory/Classes/BOTool/**/*",
"dependencies": {
"SJCategory/Category": [
]
}
}
]
}