{ | |
"name": "PinAuto", | |
"version": "2.0", | |
"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": "2.0" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"requires_arc": true, | |
"source_files": "Pod/Classes/**/*" | |
} |