blob: 9ec083c7deb919d5a2dc5bf40e6581bac004ac68 [file] [log] [blame]
{
"name": "ELKParallel",
"version": "0.0.5",
"summary": "常用OC分类",
"description": "常用OC分类集合",
"homepage": "https://github.com/elkshrek/ELKParallel-master",
"license": "MIT",
"authors": {
"Jonathan": "Jonathan_dk@163.com"
},
"source": {
"git": "https://github.com/elkshrek/ELKParallel-master.git",
"tag": "0.0.5"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "ELKParallel/ELKParallel.h",
"subspecs": [
{
"name": "ELKCommon",
"source_files": "ELKParallel/ELKCommon/**/*.{h,m}"
},
{
"name": "ELKTool",
"source_files": "ELKParallel/ELKTool/**/*.{h,m}",
"ios": {
"frameworks": [
"SystemConfiguration",
"Foundation"
]
},
"libraries": [
"c++",
"z"
]
},
{
"name": "ELKCategory",
"dependencies": {
"ELKParallel/ELKCommon": [
],
"ELKParallel/ELKTool": [
],
"Masonry": [
]
},
"source_files": "ELKParallel/ELKCategory/**/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"CoreTelephony",
"SystemConfiguration",
"NetworkExtension",
"AVFoundation"
]
},
"libraries": [
"c++",
"z"
]
}
]
}