[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / c / d / Idioms / 1.5.0 / Idioms.podspec.json
blobb104eeb973baeb89b0e7df81d03d0297b872fe27
2   "name": "Idioms",
3   "version": "1.5.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.0",
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.5.0"
25   },
26   "source_files": "Sources/Idioms/**/*",
27   "frameworks": "Foundation",
28   "swift_version": "5.0",
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "platforms": {
34         "osx": "10.9"
35       },
36       "source_files": "Tests/IdiomsTests/**/*"
37     }
38   ]