blob: 2cc19059bc9ea892226baecb7b66ec96a0dbdf6b [file] [log] [blame]
{
"name": "LLKits",
"version": "1.0.1",
"summary": "集成常用iOS开发功能组件",
"homepage": "https://github.com/TheRuningAnt/LLKits.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhaoguangliang": "848278419@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/TheRuningAnt/LLKits.git",
"tag": "v1.0.3"
},
"source_files": "LLKits/*",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"SDWebImage": [
],
"SAMKeychain": [
],
"Masonry": [
]
}
}