[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / d / 4 / CELLULAR / 4.1.0 / CELLULAR.podspec.json
blob3be00bd0f01570bd061d45030c103e424962bf79
2   "name": "CELLULAR",
3   "version": "4.1.0",
4   "module_name": "CELLULAR",
5   "summary": "Collection of ยต-frameworks and utility classes/extensions used in CELLULAR projects.",
6   "homepage": "https://www.cellular.de",
7   "authors": {
8     "CELLULAR GmbH": "iosdev@cellular.de"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "source": {
15     "git": "https://github.com/cellular/cellular-swift.git",
16     "tag": "4.1.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "default_subspecs": [
24     "Result",
25     "Locking",
26     "Codable",
27     "Storyboard"
28   ],
29   "subspecs": [
30     {
31       "name": "Codable",
32       "source_files": "Sources/Codable/**/*.swift"
33     },
34     {
35       "name": "Locking",
36       "source_files": "Sources/Locking/**/*.swift"
37     },
38     {
39       "name": "Result",
40       "source_files": "Sources/Result/**/*.swift"
41     },
42     {
43       "name": "Storyboard",
44       "source_files": "Sources/Storyboard/**/*.swift"
45     }
46   ]