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