blob: 3745572afec282e2e3b8bb2495a22599a8e6f315 [file] [log] [blame]
{
"name": "AGWindowView",
"version": "0.1.9",
"summary": "AGWindowView is a UIView which can be added directly to UIWindow. It handles rotation and frame changes of statusbar for you.",
"homepage": "https://github.com/hfossli/AGWindowView",
"authors": {
"HÃ¥vard Fossli": "hfossli@agens.no"
},
"license": "MIT",
"source": {
"git": "https://github.com/hfossli/AGWindowView.git",
"tag": "0.1.9"
},
"source_files": "Source/**/*.{h,m}",
"exclude_files": "Source/**/*Test.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"platforms": {
"ios": null
},
"requires_arc": true
}