[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 8 / 2 / SignificantSpices / 0.7.0 / SignificantSpices.podspec.json
blob45dbeb1718572a48bd735d447f21cce678c05b67
2   "name": "SignificantSpices",
3   "version": "0.7.0",
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   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/resmio/SignificantSpices.git",
16     "tag": "v0.7.0"
17   },
18   "subspecs": [
19     {
20       "name": "SwiftExtensions",
21       "source_files": "SignificantSpices/Sources/SwiftExtensions/**/*.{swift}"
22     },
23     {
24       "name": "ObjectiveCExtensions",
25       "source_files": "SignificantSpices/Sources/ObjectiveCExtensions/**/*.{swift}"
26     }
27   ]