blob: d5916f0ec3d66ab03b2e28037942dc3609788d4c [file] [log] [blame]
{
"name": "YZLibrary",
"version": "1.2.1",
"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.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "YZLibrary/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}