[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 9 / c / ExtSwift / 0.0.7 / ExtSwift.podspec.json
blob8f4660e366aa435d0ebb9a4283d64b809fdb1e37
2   "name": "ExtSwift",
3   "version": "0.0.7",
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": "9.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.7"
21   },
22   "frameworks": "Foundation",
23   "default_subspecs": [
24     "ExtSwift"
25   ],
26   "subspecs": [
27     {
28       "name": "ExtSwift",
29       "source_files": "Sources/**/ExtSwift.swift"
30     },
31     {
32       "name": "AnyEquatable",
33       "source_files": "Sources/**/AnyEquatable.swift"
34     },
35     {
36       "name": "Autolayout",
37       "source_files": "Sources/**/Autolayout.swift",
38       "dependencies": {
39         "ExtSwift/NameSpace": [
41         ]
42       }
43     },
44     {
45       "name": "Falsify",
46       "source_files": "Sources/**/Falsify.swift"
47     },
48     {
49       "name": "ifEmpty",
50       "source_files": "Sources/**/ifEmpty.swift"
51     },
52     {
53       "name": "KVO",
54       "source_files": "Sources/**/KVO.swift",
55       "dependencies": {
56         "ExtSwift/WeakArray": [
58         ]
59       }
60     },
61     {
62       "name": "NameSpace",
63       "source_files": "Sources/**/NameSpace.swift"
64     },
65     {
66       "name": "Operators",
67       "source_files": "Sources/**/Operators.swift",
68       "dependencies": {
69         "ExtSwift/Falsify": [
71         ]
72       }
73     },
74     {
75       "name": "TryIndex",
76       "source_files": "Sources/**/TryIndex.swift"
77     },
78     {
79       "name": "Types",
80       "source_files": "Sources/**/Types.swift"
81     },
82     {
83       "name": "WeakArray",
84       "source_files": "Sources/**/WeakArray.swift"
85     }
86   ],
87   "swift_version": "5.0"