[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / d / Idioms / 2.1.0 / Idioms.podspec.json
blob01a5effcbb7a9649e121b3bccf90027860743677
2   "name": "Idioms",
3   "version": "2.1.0",
4   "summary": "Swift idioms",
5   "description": "Set of extensions for common Swift types.",
6   "homepage": "https://github.com/hectr/swift-idioms",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hèctor Marquès": "h@mrhector.me"
13   },
14   "social_media_url": "https://twitter.com/elnetus",
15   "swift_versions": [
16     "5.1",
17     "5.2"
18   ],
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "source": {
26     "git": "https://github.com/hectr/swift-idioms.git",
27     "tag": "2.1.0"
28   },
29   "source_files": "Sources/Idioms/**/*",
30   "frameworks": "Foundation",
31   "testspecs": [
32     {
33       "name": "Tests",
34       "test_type": "unit",
35       "platforms": {
36         "ios": "8.0",
37         "osx": "10.9",
38         "tvos": "9.0"
39       },
40       "source_files": "Tests/IdiomsTests/**/*"
41     }
42   ],
43   "swift_version": "5.2"