blob: 4b2ab2c3470e192f9586d57c3775a722ddedca94 [file] [log] [blame]
{
"name": "CSSystemInfoHelper",
"version": "1.2.2",
"license": "MIT",
"summary": "A utility library for getting system info.",
"homepage": "https://github.com/thecatalinstan/CSSystemInfoHelper",
"authors": {
"Cătălin Stan": "catalin.stan@me.com"
},
"social_media_url": "http://twitter.com/catalinstan",
"source": {
"git": "https://github.com/thecatalinstan/CSSystemInfoHelper.git",
"tag": "1.2.2"
},
"module_name": "CSSystemInfoHelper",
"source_files": "CSSystemInfoHelper/*.{h,m}",
"public_header_files": "CSSystemInfoHelper/CSSystemInfoHelper.h",
"platforms": {
"ios": "6.0",
"osx": "10.8",
"tvos": "9.0",
"watchos": "2.0"
},
"ios": {
"frameworks": "Foundation"
},
"osx": {
"frameworks": "Foundation"
},
"tvos": {
"frameworks": "Foundation"
},
"watchos": {
"frameworks": "Foundation"
},
"requires_arc": true
}