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