[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / c / e / Anthology / 1.0.0 / Anthology.podspec.json
blob83eff0ec7b8680e625884d549545aa19347d8348
2   "name": "Anthology",
3   "version": "1.0.0",
4   "summary": "Exotic Swift collections",
5   "cocoapods_version": ">= 1.0.0.beta2",
6   "description": "A collection of less common collections in Swift.",
7   "homepage": "https://github.com/sanekgusev/Anthology",
8   "license": "MIT",
9   "authors": {
10     "Aleksandr Gusev": "sanekgusev@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/sanekgusev/Anthology.git",
14     "tag": "1.0.0"
15   },
16   "social_media_url": "https://twitter.com/sanekgusev",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "subspecs": [
24     {
25       "name": "OrderedDictionary",
26       "source_files": "Pod/Classes/OrderedDictionary.swift"
27     },
28     {
29       "name": "OrderedSet",
30       "source_files": "Pod/Classes/OrderedSet.swift",
31       "dependencies": {
32         "Anthology/OrderedDictionary": [
34         ]
35       }
36     }
37   ]