blob: eaa278f9ea07e7b9e33331700b759f3571fc46a0 [file] [log] [blame]
{
"name": "PinAuto",
"version": "1.7",
"summary": "PinAuto 为在 iOS 开发中使用 AutoLayout 提供了方便的写法.",
"description": "PinAuto 根据主要的使用场景,极大的简化了, AutoLayout 中约束的创建. 同时也保留了 AutoLayout的强大的灵活性",
"homepage": "https://github.com/banxi1988/PinAuto",
"license": "MIT",
"authors": {
"banxi1988": "banxi1988@gmail.com"
},
"source": {
"git": "https://github.com/banxi1988/PinAuto.git",
"tag": "1.7"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}