blob: 95a27e21d4da8c7a948fd95d98be8ed38bb0eaa2 [file] [log] [blame]
{
"name": "SDVersion",
"version": "2.5.2",
"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/SDiOSVersion/*.{h,m}"
},
"osx": {
"source_files": "SDVersion/SDMacVersion/*.{h,m}"
},
"source": {
"git": "https://github.com/sebyddd/SDVersion.git",
"tag": "2.5.2"
},
"source_files": "SDVersion/*.{h,m}",
"requires_arc": true
}