blob: c52ba918e8a3551533448f2bc4449b6e4a1ea3c2 [file] [log] [blame]
{
"name": "JSCoreKit",
"version": "0.2.2",
"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.2.2"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"license": "MIT",
"requires_arc": true,
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "NO"
},
"source_files": "Sources",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/**/*.{h,m,swift}"
}
],
"swift_version": "5.0"
}