blob: c7ebb00ec1ab7d13dddd37384542c64186b2e0eb [file] [log] [blame]
{
"name": "JSCoreKit",
"version": "0.1.7",
"summary": "JSCoreKit",
"homepage": "https://github.com/jiasongs/JSCoreKit",
"authors": {
"jiasong": "593908937@qq.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"4.2",
"5.0"
],
"source": {
"git": "https://github.com/jiasongs/JSCoreKit.git",
"tag": "0.1.7"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"source_files": [
"Sources",
"Sources/*.{h,m}"
],
"license": "MIT",
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/**/*.{h,m}",
"Sources/**/**/*.{h,m}"
]
}
],
"swift_version": "5.0"
}