blob: 2e3db0cd01fa9b20d5209fbd3531e7aa748794ef [file] [log] [blame]
{
"name": "AppVersionTracker",
"version": "0.1.0",
"summary": "A simple and easy cocoapod for checking the App remote version on the AppStore",
"description": "\"A very useful and convenient library that tracks App version available on the AppStore so as to prompt user for the updated version.\"",
"homepage": "https://github.com/mir-taqi/AppVersionTracker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mir-taqi": "taqi1435@gmail.com"
},
"source": {
"git": "https://github.com/mir-taqi/AppVersionTracker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "AppVersionTracker/Classes/**/*",
"frameworks": "UIKit"
}