[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / c / 4 / GMSwiftCollection / 0.2.8 / GMSwiftCollection.podspec.json
blob71ece05c7b9ee109df7eff7add02e74ca65054d9
2   "name": "GMSwiftCollection",
3   "version": "0.2.8",
4   "summary": "Collection of various Swift sources",
5   "description": "Collection of various Swift sources: Controllers, Classes, Extensions, and more, that I have put together my self and from samples found while googling around, when such need has arisen.",
6   "homepage": "https://github.com/gintsmurans/SwiftCollection",
7   "license": "MIT",
8   "authors": {
9     "Gints Murāns": "gm@gm.lv"
10   },
11   "social_media_url": "https://twitter.com/gintsmurans",
12   "swift_versions": "5.0",
13   "platforms": {
14     "ios": "9.3"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/gintsmurans/SwiftCollection.git",
19     "tag": "0.2.8"
20   },
21   "source_files": "Sources/**/*.swift",
22   "exclude_files": [
23     "README.md",
24     "LICENSE",
25     "Sources/Examples/**/*"
26   ],
27   "swift_version": "5.0"