[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 3 / 4 / DependencyExample / 0.1.0 / DependencyExample.podspec.json
blobdfab6bd062058ff9a99f1c4e533b6992ae610b5f
2   "name": "DependencyExample",
3   "version": "0.1.0",
4   "summary": "Pod with other dependency.",
5   "swift_versions": "5.0",
6   "description": "TODO: Add long description of the pod here.",
7   "homepage": "https://github.com/sunitamoond/DependencyExample",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "sunitamnit@gmail.com": "sunitamnit@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/sunitamoond/DependencyExample.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": [
23     "*.swift",
24     "Constants/*.swift",
25     "Extensions/*.swift"
26   ],
27   "dependencies": {
28     "M13Checkbox": [
30     ],
31     "SkyFloatingLabelTextField": [
32       "~> 3.0"
33     ],
34     "TagListView": [
35       "~> 1.0"
36     ]
37   },
38   "swift_version": "5.0"