blob: c32410c062eaf685813ddcb907dab83b3bc5ca17 [file] [log] [blame]
{
"name": "lion",
"version": "0.0.7",
"summary": "A short description of lion.",
"homepage": "https://github.com/mengliZhu/lion.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex": "zhumengli@zuoyebang.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mengliZhu/lion.git",
"tag": "0.0.7"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"resources": "Resources/*.png",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
]
}