blob: 552ad117fc5216e98dc1fdbeffa87c967cb7eb76 [file] [log] [blame]
{
"name": "Anchorz",
"version": "0.1.0",
"summary": "A tiny library with UIKit constraints helpers",
"description": "TODO: Add long description of the pod here.\nA tiny library with UIKit constraints helpers",
"homepage": "https://github.com/michaelversus/Anchorz",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michalis Karagiorgos": "mk@mikdev.eu"
},
"source": {
"git": "https://github.com/michaelversus/Anchorz.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.0",
"source_files": "Classes/**/*.{h,m,swift}",
"frameworks": "UIKit",
"swift_version": "4.0"
}