[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 1 / 0 / 6 / AndVersion / 1.1.0 / AndVersion.podspec.json
blob8d8a03858d5f97f8394a59ebc4d7b512685f217c
2   "name": "AndVersion",
3   "version": "1.1.0",
4   "summary": "This is the library that checks updates on Apple Store according to json file from the given url address.",
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.1.0"
22   },
23   "platforms": {
24     "ios": "8.0"
25   },
26   "source_files": "AndVersion/Classes/**/*"