[Add] AgoraRtcEngine_Special_iOS 4.4.1.245
[CocoaPods.git] / Specs / 8 / d / 0 / RxSwiftly / 1.2.1 / RxSwiftly.podspec.json
blob90a1ea5276041e6b9b828d9f4cf5e6ebaf3fca93
2   "name": "RxSwiftly",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "version": "1.2.1",
7   "summary": "An E-sites collection of RxSwift extensions.",
8   "authors": {
9     "Bas van Kuijck": "bas@e-sites.nl"
10   },
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "homepage": "https://github.com/e-sites/RxSwiftly",
16   "source": {
17     "git": "https://github.com/e-sites/RxSwiftly.git",
18     "tag": "v1.2.1"
19   },
20   "source_files": "Source/*.h",
21   "requires_arc": true,
22   "swift_versions": [
23     "4.2",
24     "5.0"
25   ],
26   "dependencies": {
27     "RxSwift": [
29     ],
30     "RxCocoa": [
32     ]
33   },
34   "frameworks": [
35     "Foundation",
36     "UIKit"
37   ],
38   "default_subspecs": [
39     "Core",
40     "UIKit",
41     "CoreMotion"
42   ],
43   "swift_version": "5.0",
44   "subspecs": [
45     {
46       "name": "Core",
47       "source_files": "Source/Core/*.swift"
48     },
49     {
50       "name": "UIKit",
51       "dependencies": {
52         "RxSwiftly/Core": [
54         ]
55       },
56       "subspecs": [
57         {
58           "name": "UIApplication",
59           "source_files": "Source/UIKit/UIApplication/*.{h,swift}"
60         },
61         {
62           "name": "UITextField",
63           "source_files": "Source/UIKit/UITextField/*.{h,swift}"
64         }
65       ]
66     },
67     {
68       "name": "CoreMotion",
69       "frameworks": "CoreMotion",
70       "dependencies": {
71         "RxSwiftly/Core": [
73         ]
74       },
75       "subspecs": [
76         {
77           "name": "CMMotionManager",
78           "source_files": "Source/CoreMotion/CMMotionManager/*.{h,swift}"
79         }
80       ]
81     }
82   ]