[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 9 / 8 / NRAppUpdate / 0.1.0 / NRAppUpdate.podspec.json
blobe1e2b790d5600bc8622ba00f1c219950f2338906
2   "name": "NRAppUpdate",
3   "version": "0.1.0",
4   "summary": "NRAppUpdate enables the app to detect whether the new version of the app is available on itunes.",
5   "description": "NRAppUpdate enables the app to detect whether the new version of the app is available on itunes. For ex: During the launch of the app, it checks for update and shows the update prompt accordingly. So you just have to use single line of code NRAppUpdate.checkUpdate(for: \"---YOUR APP ITUNES ID---\") to enable this.",
6   "homepage": "https://github.com/naveenrana1309/NRAppUpdate",
7   "screenshots": "https://cdn.rawgit.com/naveenrana1309/NRAppUpdate/master/Example/sample.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "naveenrana1309": "naveenrana1309@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/naveenrana1309/NRAppUpdate.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "NRAppUpdate/Classes/**/*",
23   "pushed_with_swift_version": "4.0"