blob: 2d9dd254fb716e07c8bc774b7fa1669b1aded99b [file] [log] [blame]
{
"name": "NSObject+HLPropertyListing",
"version": "1.0.0",
"summary": "一个简单的自动解析object属性的扩展",
"description": "A longer description of NSObject+HLPropertyListing in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/lihongli528628/HLPropertyListing",
"license": "MIT",
"authors": {
"Li Hongli": "305897143@qq.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/lihongli528628/HLPropertyListing.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"HLPropertyListing/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}