[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 8 / 7 / HellooCocoPod / 0.0.3 / HellooCocoPod.podspec.json
blob99e19554af7792758eecca905958328bd9539d7d
2   "name": "HellooCocoPod",
3   "version": "0.0.3",
4   "summary": "Testing cocoapod to publish library",
5   "description": "Testing cocoapod to publish library. This package does not do anything.",
6   "homepage": "https://github.com/gokova/HelloCocoaPod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gokova": "gokova@helloococo.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/gokova/HelloCocoaPod.git",
20     "tag": "0.0.3"
21   },
22   "source_files": "HellooCocoPod/**/*.{h,m,swift}",
23   "public_header_files": "HellooCocoPod/**/*.h",
24   "ios": {
25     "frameworks": "UIKit"
26   },
27   "dependencies": {
28     "Swinject": [
29       "~> 2.7.0"
30     ]
31   },
32   "swift_version": "5.0"