blob: 26074f5a570dae126953deaa2017c5b85212fff0 [file] [log] [blame]
{
"name": "CVSwiftyLoad",
"version": "1.0.1",
"summary": "CVSwiftyLoad",
"swift_version": "4.2",
"description": "本类将OC中的load()方法,拷贝到了swift中,使得在swift的扩展类中同样可以在app启动的时候主动调用且仅会调用一次的方法:swiftLoad()",
"homepage": "https://github.com/weixhe/CVSwiftyLoad",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"weixhe": "workerwei@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/weixhe/CVSwiftyLoad.git",
"tag": "1.0.1"
},
"source_files": "CVSwiftyLoad/Classes/*.{h, m}",
"requires_arc": true
}