[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 0 / 6 / AndVersion / 1.2.2 / AndVersion.podspec.json
blobc80030b3556eb06dac0bf88dff88eb59af488ebc
2   "name": "AndVersion",
3   "version": "1.2.2",
4   "summary": "This library checks updates on Apple Store by using given json file url. If wanted, the library also lists whats new info to the users when a new version is available.",
5   "description": "This is the library that checks updates on Apple Store according to json file from the given url address. This library can work in three modes. Callback mode, autopilot mode and hybrid mode.",
6   "homepage": "https://github.com/zingat/AndVersion-iOS",
7   "screenshots": [
8     "https://raw.githubusercontent.com/zingat/AndVersion-iOS/master/Example/images/must_update.png",
9     "https://raw.githubusercontent.com/zingat/AndVersion-iOS/master/Example/images/need_to_update.png",
10     "https://raw.githubusercontent.com/zingat/AndVersion-iOS/master/Example/images/new_version_is_running.png"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "kadirkemal": "kkdursun@yahoo.com"
18   },
19   "source": {
20     "git": "https://github.com/zingat/AndVersion-iOS.git",
21     "tag": "1.2.2"
22   },
23   "platforms": {
24     "ios": "8.0"
25   },
26   "source_files": "AndVersion/Classes/**/*"