blob: 32c595c6bb447a0a08fa0d147e287711352f8841 [file] [log] [blame]
{
"name": "AGWindowView",
"version": "0.1.1",
"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"
},
"source": {
"git": "https://github.com/hfossli/AGWindowView.git",
"tag": "0.1.1"
},
"license": "MIT",
"source_files": "Source/**/*.{h,m}",
"exclude_files": "Source/**/*Test.{h,m}",
"frameworks": [
"SystemConfiguration",
"IOKit",
"CoreGraphics",
"UIKit",
"QuartzCore"
],
"platforms": {
"ios": null
},
"requires_arc": true
}