blob: 6f8820c2757ba08b18ba76c2714a75a5a445d31f [file] [log] [blame]
{
"name": "Anchors",
"summary": "Declarative, extensible, powerful Auto Layout for iOS and macOS",
"version": "2.5.0",
"homepage": "https://github.com/onmyway133/Anchors",
"license": "MIT",
"authors": {
"Khoa Pham": "onmyway133@gmail.com"
},
"source": {
"git": "https://github.com/onmyway133/Anchors.git",
"tag": "2.5.0"
},
"social_media_url": "https://twitter.com/onmyway133",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.2"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"osx": {
"frameworks": [
"Cocoa",
"Foundation"
]
},
"swift_versions": "5.0"
}