blob: 450b784f4bb735a293c8b5910b36c2a6d90112d5 [file] [log] [blame]
{
"name": "AppVersionTracker",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "AppVersionTracker/Classes/**/*",
"frameworks": "UIKit"
}