blob: 401bc80863370bd226a2960232576c539831a27f [file] [log] [blame]
{
"name": "RGAppVersion",
"version": "0.1.2",
"description": "Simple class for accessing the iOS app version and track app updates.",
"summary": "Simple helper class for app versions.",
"homepage": "https://github.com/r-dent/RGAppVersion",
"authors": {
"Roman Gille": "developer@romangille.com"
},
"source": {
"git": "https://github.com/r-dent/RGAppVersion.git",
"tag": "v0.1.2"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}