blob: 19fcc764f71ea2e5f05bfeaa25a1324cbd31831d [file] [log] [blame]
{
"name": "RSEnvironment",
"version": "0.0.3",
"summary": "Most common environment checks in one place: system version, retina support, UI flat mode, device models and so on.",
"homepage": "https://github.com/rabovik/RSEnvironment",
"license": "MIT",
"authors": {
"Yan Rabovik": "yan@rabovik.ru"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/rabovik/RSEnvironment.git",
"tag": "0.0.3"
},
"source_files": [
"RSEnvironment",
"RSEnvironment/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}