blob: 4d251feb84d0128c88f56edf97fa1ab517988089 [file] [log] [blame]
{
"name": "KJEmitterView",
"version": "4.1.0",
"summary": "Some iOS Emitter",
"homepage": "https://github.com/yangKJ/KJEmitterView",
"license": "Copyright (c) 2018 yangkejun",
"authors": {
"77": "393103982@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/yangKJ/KJEmitterView.git",
"tag": "4.1.0"
},
"social_media_url": "https://www.jianshu.com/u/c84c00476ab6",
"requires_arc": true,
"ios": {
"source_files": "KJEmitterView/KJEmitterHeader.h"
},
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore",
"Accelerate"
],
"subspecs": [
{
"name": "Control",
"source_files": "KJEmitterView/Control/**/*.{h,m}",
"public_header_files": [
"KJEmitterView/Control/**/*.h",
"KJEmitterView/Control/*.h"
]
},
{
"name": "Classes",
"source_files": "KJEmitterView/Classes/**/*.{h,m}",
"public_header_files": [
"KJEmitterView/Classes/**/*.h",
"KJEmitterView/Classes/*.h"
],
"resources": "KJEmitterView/Classes/**/*.{bundle}"
},
{
"name": "Kit",
"source_files": "KJEmitterView/Kit/**/*.{h,m}",
"public_header_files": [
"KJEmitterView/Kit/*.h",
"KJEmitterView/Kit/**/*.h"
]
},
{
"name": "Function",
"source_files": "KJEmitterView/Foundation/**/*.{h,m}",
"public_header_files": [
"KJEmitterView/Foundation/*.h",
"KJEmitterView/Foundation/**/*.h"
]
}
]
}