blob: b6392dac5d42a049996da558069a9f37a61234fc [file] [log] [blame]
{
"name": "XAutoLayoutKit",
"version": "0.2.0-beta.4",
"summary": "XAutoLayoutKit is a small collection of auto layout convenient utils.",
"description": "A longer description of XAutoLayoutKit 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/dehengxu/XAutoLayoutKit",
"license": "MIT",
"authors": {
"DehengXu": "dehengxu@outlook.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/xudeheng/XAutoLayoutKit.git",
"tag": "0.2.0-beta.4"
},
"source_files": "src/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true
}