blob: 52c1d8f201d6570067b6d354a56050e327333a3f [file] [log] [blame]
{
"name": "EasyConstraint",
"version": "1.1.0",
"summary": "Provide some useful APIs for creating iOS layout constraints.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/lee1994522/EasyConstraint",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lee1994522": "839273739@qq.com"
},
"source": {
"git": "https://github.com/lee1994522/EasyConstraint.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "EasyConstraint/Classes/**/*",
"public_header_files": "EasyConstraint/Classes/*.h",
"frameworks": "UIKit"
}