blob: 9b229f4922a2f68d7e6284a407b734528022f33b [file] [log] [blame]
{
"name": "CloverKit",
"version": "1.0.0",
"summary": "Cross-module invocation.",
"description": "Cross-module invocation for iOS project.",
"homepage": "https://github.com/Arror/CloverKit",
"license": "MIT",
"authors": {
"Arror": "hallo.maqiang@gmail.com"
},
"source": {
"git": "https://github.com/Arror/CloverKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "CloverKit/Classes/Core/**/*"
},
{
"name": "URLBridge",
"source_files": "CloverKit/Classes/Bridge/**/*"
}
]
}