[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / c / 4 / GMSwiftCollection / 0.0.10 / GMSwiftCollection.podspec.json
blob8947820639502f1421f2885a7fb05ae9052989f2
2   "name": "GMSwiftCollection",
3   "version": "0.0.10",
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.",
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   "platforms": {
13     "ios": "8.0"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/gintsmurans/SwiftCollection.git",
18     "branch": "master"
19   },
20   "source_files": "Sources/**/*.swift",
21   "exclude_files": [
22     "README.md",
23     "LICENSE"
24   ]