[Add] TPNBaiduSDKAdapter 6.4.35
[CocoaPods.git] / Specs / 7 / c / d / Idioms / 2.0.0 / Idioms.podspec.json
blob5bd899135996c4ac01f77c1a543704e35e771685
2   "name": "Idioms",
3   "version": "2.0.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": "2.0.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"