blob: bfb36c38d15e3c7a239f8a629d0270f970d5a11f [file] [log] [blame]
{
"name": "Ruler",
"version": "2.1.0",
"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": "2.1.0"
},
"source_files": "Ruler/*.swift",
"requires_arc": true,
"static_framework": true
}