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