{ | |
"name": "UIViewFrameExtension", | |
"version": "1.0", | |
"summary": "Convenient frame accessor for UIView written in Swift Programming Language", | |
"homepage": "https://github.com/Krivoblotsky/UIViewFrameExtension/", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"Serg Krivoblotsky": "krivoblotsky@me.com" | |
}, | |
"source": { | |
"git": "https://github.com/Krivoblotsky/UIViewFrameExtension.git", | |
"tag": "1.0" | |
}, | |
"source_files": "*.swift", | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"requires_arc": true | |
} |