[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 8 / 2 / SignificantSpices / 0.15.6 / SignificantSpices.podspec.json
blob6ebe3ad58d35cd89e1cf5e5a5f0447dd145b9670
2   "name": "SignificantSpices",
3   "version": "0.15.6",
4   "summary": "An ensemble of extensions to Swift and Foundation that are commonly used in resmio's iOS Apps.",
5   "description": "This framework contains extensions to Swift (Operators, extensions to native types, missing functions, &ct.)\nand Foundation that are commonly used in resmio's iOS Applications and Frameworks.",
6   "homepage": "https://github.com/resmio/SignificantSpices",
7   "license": "MIT",
8   "authors": {
9     "Jan Nash": "jan@resmio.com"
10   },
11   "swift_versions": "5.2",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/resmio/SignificantSpices.git",
17     "tag": "v0.15.6"
18   },
19   "subspecs": [
20     {
21       "name": "SwiftExtensions",
22       "source_files": "SignificantSpices/Sources/SwiftExtensions/**/*.{swift}"
23     },
24     {
25       "name": "ObjectiveCExtensions",
26       "source_files": "SignificantSpices/Sources/ObjectiveCExtensions/**/*.{swift}"
27     }
28   ],
29   "swift_version": "5.2"