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