[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / f / 6 / BasicServicesModule / 0.2 / BasicServicesModule.podspec.json
blob970e9f5c260e66a9c29aa59c1e576a9c7c9a63d3
2   "name": "BasicServicesModule",
3   "version": "0.2",
4   "summary": "Basic Services Module",
5   "homepage": "https://github.com/hezhipeng",
6   "license": "MIT",
7   "authors": {
8     "Frank": "hezhipeng1990@gmail.com"
9   },
10   "social_media_url": "https://www.weibo.com/2192654453",
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/hezhipeng/BasicServicesModule.git",
16     "tag": "0.2"
17   },
18   "swift_version": "4.1",
19   "source_files": "BasicServicesModule/",
20   "dependencies": {
21     "RxSwift": [
23     ],
24     "RxCocoa": [
26     ],
27     "SnapKit": [
29     ],
30     "CryptoSwift": [
31       "~> 0.8.3"
32     ],
33     "SwiftyAttributes": [
35     ],
36     "SwifterSwift": [
38     ],
39     "AppFolder": [
41     ]
42   },
43   "subspecs": [
44     {
45       "name": "Core",
46       "source_files": "BasicServicesModule/Core"
47     },
48     {
49       "name": "Network",
50       "source_files": "BasicServicesModule/Network/",
51       "dependencies": {
52         "Moya/RxSwift": [
54         ]
55       }
56     },
57     {
58       "name": "Navigation",
59       "source_files": "BasicServicesModule/Navigation/",
60       "resources": [
61         "BasicServicesModule/Resource/BasicServices.bundle"
62       ],
63       "dependencies": {
64         "BasicServicesModule/Core": [
66         ]
67       }
68     },
69     {
70       "name": "Indicator",
71       "source_files": "BasicServicesModule/Indicator/",
72       "dependencies": {
73         "PKHUD": [
75         ]
76       }
77     }
78   ]