[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 9 / c / ExtSwift / 0.0.15 / ExtSwift.podspec.json
bloba54965b98fe3f5b821ebeccd293526a721c47f87
2   "name": "ExtSwift",
3   "version": "0.0.15",
4   "summary": "Extensions for Swift",
5   "homepage": "https://github.com/iwill/ExtSwift",
6   "license": "MIT",
7   "authors": {
8     "Mr. Ming": "i+ExtSwift@iwill.im"
9   },
10   "social_media_url": "https://iwill.im/about/",
11   "platforms": {
12     "ios": "9.0",
13     "tvos": "13.0",
14     "osx": "10.11",
15     "watchos": "2.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/iwill/ExtSwift.git",
20     "tag": "0.0.15"
21   },
22   "frameworks": "Foundation",
23   "default_subspecs": [
24     "ExtSwift"
25   ],
26   "subspecs": [
27     {
28       "name": "ExtSwift",
29       "source_files": "Sources/**/*.swift",
30       "exclude_files": [
31         "Sources/**/KVO.swift",
32         "Sources/**/NameSpace.swift",
33         "Sources/**/WeakArray.swift"
34       ],
35       "dependencies": {
36         "ExtSwift/KVO": [
38         ],
39         "ExtSwift/NameSpace": [
41         ],
42         "ExtSwift/WeakArray": [
44         ]
45       }
46     },
47     {
48       "name": "KVO",
49       "source_files": "Sources/**/KVO.swift",
50       "dependencies": {
51         "ExtSwift/WeakArray": [
53         ]
54       }
55     },
56     {
57       "name": "NameSpace",
58       "source_files": "Sources/**/NameSpace.swift"
59     },
60     {
61       "name": "WeakArray",
62       "source_files": "Sources/**/WeakArray.swift"
63     }
64   ],
65   "swift_version": "5.0"