blob: 9ac2f8260b3bc8a8ddd87321536b33828e8c95ec [file] [log] [blame]
{
"name": "SafeAnchors",
"version": "0.1.1",
"summary": "UIView extension providing anchors that return the view's anchors before iOS11, and the safeAreaLayoutGuide's anchors in iOS11 or above",
"homepage": "https://github.com/acecilia/SafeAnchors",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrés Cecilia Luque": "a.cecilia.luque@gmail.com"
},
"source": {
"git": "https://github.com/acecilia/SafeAnchors.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}