blob: 7aa893dadabb8f36065aac74f94afa0f4fa7de3e [file] [log] [blame]
{
"name": "SimpleFramework",
"version": "0.0.1",
"summary": "Harness the power of Auto Layout NSLayoutConstraints with a simplified, chainable and expressive syntax.",
"description": "2016-08-25 week 4 ; create my self framework for krhr project. only use some sample code ,only to for unified company project of obj",
"homepage": "https://github.com/iOSSample/SimpleFramework",
"license": "MIT",
"authors": {
"duhao": "duhaoios@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/iOSSample/SimpleFramework.git",
"tag": "0.0.1"
},
"source_files": [
"DFramework",
"DFramework/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation",
"MobileCoreServices"
]
}