blob: 8f9c23377a92292a7c42e4440924496b119ed9b7 [file] [log] [blame]
{
"name": "ELKChainedAlloy",
"version": "1.1.3",
"summary": "基于OC的简单易用的链式编程框架,通过 . 调用方法,实现快速编程",
"description": "基于OC的简单易用的链式编程框架,通过 . 调用方法,实现快速编程\n提供所有系统控件的链式编程方法,提升开发效率\n持续更新中。。。",
"homepage": "https://github.com/CircusJonathan/ELKChained-master",
"license": "MIT",
"authors": {
"Jonathan": "Jonathan_dk@163.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/CircusJonathan/ELKChained-master.git",
"tag": "1.1.3"
},
"exclude_files": "ELKChainedAlloy/Exclude",
"public_header_files": "ELKChainedAlloy/ELKChainedAlloy.h",
"source_files": "ELKChainedAlloy/ELKChainedAlloy.h",
"requires_arc": true,
"subspecs": [
{
"name": "Foundation",
"source_files": "ELKChainedAlloy/Foundation/**/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
}
},
{
"name": "UIKit",
"source_files": "ELKChainedAlloy/UIKit/**/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
}
}
]
}