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