blob: 79cf4db94be1a5a1e648d59ebae8197d598c3203 [file] [log] [blame]
{
"name": "JXCategoryKit",
"version": "0.1.1",
"summary": "基础类扩展",
"homepage": "https://github.com/Barnett2050/JXCategoryKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zjx_mywork@163.com": "zjx_mywork@163.com"
},
"source": {
"git": "https://github.com/Barnett2050/JXCategoryKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "JXCategoryKit/JXCategoryKit.h",
"public_header_files": "JXCategoryKit/JXCategoryKit.h",
"frameworks": [
"UIKit",
"CoreLocation"
],
"subspecs": [
{
"name": "CoreLocation",
"source_files": "JXCategoryKit/CoreLocation/*.{h,m}",
"public_header_files": "JXCategoryKit/CoreLocation/*.h"
}
]
}