blob: 7901006cc198af54c35ba4e3ea87df317e8fb039 [file] [log] [blame]
{
"name": "Ruler",
"version": "0.6",
"summary": "Size matters, you need a ruler.",
"description": "In some cases, we need to distinguish between different devices\nto set UI, but Adaptive Layout can not do that. So, there is a Ruler.",
"homepage": "https://github.com/nixzhu/Ruler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nixzhu": "zhuhongxu@gmail.com"
},
"social_media_url": "https://twitter.com/nixzhu",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nixzhu/Ruler.git",
"tag": "0.6"
},
"source_files": "Ruler/*.swift",
"requires_arc": true
}