[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / a / 5 / 7 / NFAppStoreUpdateNotifier / 0.1.0 / NFAppStoreUpdateNotifier.podspec.json
blob6cd0e7a9ca508f0332f834d4e159c692efa96a0a
2   "name": "NFAppStoreUpdateNotifier",
3   "version": "0.1.0",
4   "swift_versions": "5.0",
5   "summary": "`NFAppStoreUpdateNotifier` was made to handle the App`s force update checking and redirection to the App`s AppStore page.",
6   "description": "`NFAppStoreUpdateNotifier` is a light weight wrapper that handles fetch, parsing, comparison and validation of `Local or Installed` App version to its AppStore or most updated Live Version. If live updates are present, you can easily redirect users to the AppStore page and made them update your local app before they can use it again.",
7   "homepage": "https://github.com/nferocious76/NFAppStoreUpdateNotifier",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Neil Francis Ramirez Hipona": "nferocious76@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/nferocious76/NFAppStoreUpdateNotifier.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "NFAppStoreUpdateNotifier/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
25       "~> 5.2"
26     ]
27   },
28   "swift_version": "5.0"