blob: 1871d594cfea7dfd02633f9f9d7271e9672be4cc [file] [log] [blame]
{
"name": "YZLibrary",
"version": "1.0.7",
"summary": "Some code that helped me in the past few years of iOS development.",
"homepage": "https://github.com/yichizhang/YZLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yichi Zhang": "zhang-yi-chi@hotmail.com"
},
"source": {
"git": "https://github.com/yichizhang/YZLibrary.git",
"tag": "1.0.7"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "YZLibrary/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}