[Add] LiteRTSwift 0.0.1-nightly.20241212
[CocoaPods.git] / Specs / 2 / b / 5 / PSea / 1.1.7 / PSea.podspec.json
blob699db04b7a06abd764bb60460336c644b6798b5f
2   "name": "PSea",
3   "version": "1.1.7",
4   "summary": "PSea",
5   "homepage": "https://github.com/Fidetro/PSea",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "fidetro": "zykzzzz@hotmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/Fidetro/PSea.git",
18     "tag": "1.1.7"
19   },
20   "source_files": "Source/PSea/*.{h,m,swift}",
21   "dependencies": {
22     "Alamofire": [
23       "~> 4.7.3"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "PSea",
29       "source_files": "Source/PSea/*.{h,m,swift}",
30       "dependencies": {
31         "Alamofire": [
32           "~> 4.7.3"
33         ],
34         "RxSwift": [
35           "~> 4.3.1"
36         ]
37       }
38     },
39     {
40       "name": "RxSwift",
41       "source_files": [
42         "Source/PSea/*.{h,m,swift}",
43         "Source/Rx/*.{h,m,swift}"
44       ],
45       "dependencies": {
46         "Alamofire": [
47           "~> 4.7.3"
48         ],
49         "RxSwift": [
50           "~> 4.3.1"
51         ]
52       }
53     }
54   ]