[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 7 / d / 4 / CELLULAR / 5.1 / CELLULAR.podspec.json
blobda8320c61681a13ea7625cccd677d927d3018575
2   "name": "CELLULAR",
3   "version": "5.1",
4   "swift_version": "5.0",
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": "5.1"
18   },
19   "platforms": {
20     "ios": "9.0",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "default_subspecs": [
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": "Storyboard",
40       "source_files": "Sources/Storyboard/**/*.swift"
41     }
42   ]