blob: 1fa3ae18d22d07e3324b4b5173cbc656ca05c6fb [file] [log] [blame]
{
"name": "KRNOrientation",
"version": "0.0.1",
"summary": "KRNOrientation is a simple class that helps you to get current orientation of your iOS device.",
"homepage": "https://github.com/ulian-onua/KRNOrientation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Julian Drapaylo": "ulian.onua@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ulian-onua/KRNOrientation.git",
"tag": "0.0.1"
},
"source_files": "KRNOrientation/*.{h,m}",
"public_header_files": "KRNOrientation/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}