blob: af1a1fa11ad46ec224c80e386f84d2cc76159281 [file] [log] [blame]
{
"name": "JXUtilsKit",
"version": "0.1.1",
"summary": "工具类库",
"homepage": "https://github.com/Barnett2050/JXUtilsKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zjx_mywork@163.com": "zjx_mywork@163.com"
},
"source": {
"git": "https://github.com/Barnett2050/JXUtilsKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "JXUtilsKit/JXUtilsKit.h",
"public_header_files": "JXUtilsKit/JXUtilsKit.h",
"frameworks": "Foundation",
"subspecs": [
{
"name": "Tools",
"source_files": "JXUtilsKit/Tools/*.{h,m}",
"public_header_files": "JXUtilsKit/Tools/*.h"
},
{
"name": "Byte",
"source_files": "JXUtilsKit/Byte/*.{h,m}",
"public_header_files": "JXUtilsKit/Byte/*.h"
},
{
"name": "Marco",
"source_files": "JXUtilsKit/Marco/*.{h,m}",
"public_header_files": "JXUtilsKit/Marco/*.h"
},
{
"name": "ThreadSafe",
"source_files": "JXUtilsKit/ThreadSafe/*.{h,m}",
"public_header_files": "JXUtilsKit/ThreadSafe/*.h"
}
]
}