blob: c2309fce0479772cd6f31b1fe52389cf5a772292 [file] [log] [blame]
{
"name": "ios-versioncheck",
"version": "1.0.1",
"summary": "Quick, cached version checking for iOS",
"description": " Provides a quick, easy and fast way to check the major and minor system version on iOS.\n",
"homepage": "https://github.com/mruegenberg/ios-versioncheck",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marcel Ruegenberg": "gh@dustlab.com"
},
"platforms": {
"ios": "5.1"
},
"source": {
"git": "https://github.com/mruegenberg/ios-versioncheck.git",
"tag": "1.0.1"
},
"source_files": "DLVersionCheck.{h,m}",
"frameworks": [
"CoreFoundation",
"UIKit"
],
"requires_arc": true
}