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