[Add] Nami 3.1.27
[CocoaPods.git] / Specs / 9 / b / 4 / semver / 1.1.0 / semver.podspec.json
blobd2fd6801ed34c730b9b6395a84e7d45378676769
2   "name": "semver",
3   "version": "1.1.0",
4   "summary": "Swift Semantic Versioning Library",
5   "homepage": "https://github.com/weekwood/Semver.Swift.git",
6   "license": "MIT",
7   "authors": {
8     "di wu": "di.wu@me.com"
9   },
10   "source": {
11     "git": "https://github.com/weekwood/semver.swift.git",
12     "tag": "1.1.0"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "SemverSwift/Semver.swift"
21   ],
22   "pushed_with_swift_version": "3.0"