[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 7 / d / 4 / CELLULAR / 5.0 / CELLULAR.podspec.json
blob076a01fb5c1c43ef796f3f333ff273e7cc901ee6
2   "name": "CELLULAR",
3   "version": "5.0",
4   "swift_version": "4.2",
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.0"
18   },
19   "platforms": {
20     "ios": "9.0",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "default_subspecs": [
25     "Result",
26     "Locking",
27     "Codable",
28     "Storyboard"
29   ],
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": "Result",
41       "source_files": "Sources/Result/**/*.swift"
42     },
43     {
44       "name": "Storyboard",
45       "source_files": "Sources/Storyboard/**/*.swift"
46     }
47   ]