| { |
| "name": "CloverKit", |
| "version": "1.0.0", |
| "summary": "Cross-module invocation.", |
| "description": "Cross-module invocation for iOS project.", |
| "homepage": "https://github.com/Arror/CloverKit", |
| "license": "MIT", |
| "authors": { |
| "Arror": "hallo.maqiang@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Arror/CloverKit.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_versions": "5.0", |
| "swift_version": "5.0", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "CloverKit/Classes/Core/**/*" |
| }, |
| { |
| "name": "URLBridge", |
| "source_files": "CloverKit/Classes/Bridge/**/*" |
| } |
| ] |
| } |