blob: dfe1543bae8190e62bb45fbec5040c8dcc5435c1 [file] [log] [blame]
{
"name": "InterfaceMode",
"version": "0.3",
"summary": "Returns current interface mode (like iPhone/iPad, retina). Could be overridden for UnitTests (iOS)",
"description": "Returns current interface mode (like iPhone/iPad, retina). Could be overridden for UnitTests. Written in Objective C for iOS",
"homepage": "https://github.com/Itheme/InterfaceMode",
"license": "MIT",
"authors": {
"Dan Parkhomenko": "thereaintnomailformeagain@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Itheme/InterfaceMode.git",
"tag": "0.3"
},
"source_files": "Classes/*.{h,m,xib,png}",
"frameworks": "UIKit"
}