[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 3 / a / WCVersion / 0.0.6 / WCVersion.podspec.json
blob671418e67f99cd585e5d6595f01286077e134099
2   "name": "WCVersion",
3   "version": "0.0.6",
4   "summary": "Simple version number compare in major(.minor)?(.patch)? format",
5   "description": "Simple version number compare in major(.minor)?(.patch)? format\n\nSupports compare using ==, !=, >, >=, < and <=",
6   "homepage": "https://github.com/guhungry/ios-version",
7   "license": "MIT",
8   "authors": {
9     "Woraphot Chokratanasombat": "guhungry@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/guhungry/ios-version.git",
16     "tag": "0.0.6"
17   },
18   "source_files": "WCVersion/**/*.swift",
19   "dependencies": {
20     "WCExtensions": [
21       "~> 0.0.5"
22     ]
23   },
24   "swift_version": "4.2"