[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 9 / 7 / 3 / DiscreteMathematics / 1.2.0 / DiscreteMathematics.podspec.json
blob3c0820a21a303bf86b11d5663befc46600e687cc
2   "name": "DiscreteMathematics",
3   "version": "1.2.0",
4   "summary": "Discrete Mathematics algorithms.",
5   "description": "A collection of implementations of various concepts from Discrete Mathematics.",
6   "homepage": "https://github.com/cszatma/DiscreteMathematics",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christopher Szatmary": "cs@christopherszatmary.com"
13   },
14   "source": {
15     "git": "https://github.com/cszatma/DiscreteMathematics.git",
16     "tag": "1.2.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "source_files": "Sources/**/*",
25   "frameworks": "Foundation",
26   "pushed_with_swift_version": "4.0"