blob: 816b9619695527828f78556c7d00cf4c14be4e6f [file] [log] [blame]
{
"name": "SDVersion",
"version": "2.1.3",
"summary": "Objective-C library for detecting running device model and screen size.",
"homepage": "https://github.com/sebyddd/SDVersion",
"screenshots": "https://dl.dropboxusercontent.com/s/5ddx58dsex25x57/sdversion-logo.png?dl=0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sebastian Dobrincu": "sebyddd@gmail.com"
},
"platforms": {
"osx": "10.9",
"ios": "7.0"
},
"ios": {
"source_files": "SDVersion/SDiPhoneVersion/*.{h,m}"
},
"osx": {
"source_files": "SDVersion/SDMacVersion/*.{h,m}"
},
"source": {
"git": "https://github.com/sebyddd/SDVersion.git",
"tag": "2.1.3"
},
"source_files": "SDVersion/*.{h,m}",
"requires_arc": true
}