[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / c / 6 / e / SwiftUtilities / 1.4.6 / SwiftUtilities.podspec.json
blobef2f8ab06dd4c5c0ca76fc1877652840eab25e68
2   "name": "SwiftUtilities",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "summary": "Common Swift utilities.",
7   "requires_arc": true,
8   "version": "1.4.6",
9   "license": {
10     "type": "Apache-2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Hai Pham": "swiften.svc@gmail.com"
15   },
16   "homepage": "https://github.com/protoman92/SwiftUtilities.git",
17   "source": {
18     "git": "https://github.com/protoman92/SwiftUtilities.git",
19     "tag": "1.4.6"
20   },
21   "source_files": "SwiftUtilities/**/*.{swift}",
22   "dependencies": {
23     "SwiftFP": [
24       "~> 1.0.0"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Main",
30       "exclude_files": "SwiftUtilities/reactive/**/*.{swift}"
31     },
32     {
33       "name": "Main+Rx",
34       "source_files": "SwiftUtilities/**/*.{swift}",
35       "dependencies": {
36         "RxSwift": [
37           "~> 4.0"
38         ],
39         "RxCocoa": [
40           "~> 4.0"
41         ],
42         "RxBlocking": [
43           "~> 4.0"
44         ]
45       }
46     }
47   ]