blob: 1690021add8b25fbb4b1fd8e2c51ac6d82a141ff [file] [log] [blame]
{
"name": "RGAppVersion",
"version": "0.1.1",
"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.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"frameworks": "Foundation"
}