[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / c / d / Idioms / 1.7.0 / Idioms.podspec.json
blob75295377b1bee42aa5b6877870f166631d6164e9
2   "name": "Idioms",
3   "version": "1.7.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": "5.1",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "source": {
23     "git": "https://github.com/hectr/swift-idioms.git",
24     "tag": "1.7.0"
25   },
26   "source_files": "Sources/Idioms/**/*",
27   "frameworks": "Foundation",
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "platforms": {
33         "ios": "8.0",
34         "osx": "10.9",
35         "tvos": "9.0"
36       },
37       "source_files": "Tests/IdiomsTests/**/*"
38     }
39   ],
40   "swift_version": "5.1"