[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / d / c / CloverKit / 1.0.0 / CloverKit.podspec.json
blob9b229f4922a2f68d7e6284a407b734528022f33b
2   "name": "CloverKit",
3   "version": "1.0.0",
4   "summary": "Cross-module invocation.",
5   "description": "Cross-module invocation for iOS project.",
6   "homepage": "https://github.com/Arror/CloverKit",
7   "license": "MIT",
8   "authors": {
9     "Arror": "hallo.maqiang@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Arror/CloverKit.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "swift_versions": "5.0",
19   "swift_version": "5.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "CloverKit/Classes/Core/**/*"
24     },
25     {
26       "name": "URLBridge",
27       "source_files": "CloverKit/Classes/Bridge/**/*"
28     }
29   ]