[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 2 / e / 1 / HMEventSourceManager / 1.0.0 / HMEventSourceManager.podspec.json
blobbd7c57f793674c3d921fc636468e92000da8bbe9
2   "name": "HMEventSourceManager",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "summary": "Rx-enabled event source manager for iOS clients.",
7   "requires_arc": true,
8   "version": "1.0.0",
9   "license": {
10     "type": "Apache-2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Holmusk": "viethai.pham@holmusk.com"
15   },
16   "homepage": "https://github.com/Holmusk/HMEventSourceManager-iOS.git",
17   "source": {
18     "git": "https://github.com/Holmusk/HMEventSourceManager-iOS.git",
19     "tag": "1.0.0"
20   },
21   "dependencies": {
22     "SwiftUtilities/Main": [
24     ],
25     "ReachabilitySwift": [
27     ],
28     "RxReachability": [
30     ]
31   },
32   "pushed_with_swift_version": "3.0",
33   "subspecs": [
34     {
35       "name": "Main",
36       "source_files": "HMEventSourceManager/**/*.{swift}"
37     }
38   ]