[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / d / 3 / 4 / StringcodeUtils / 0.1.20 / StringcodeUtils.podspec.json
blobe2b7653b385685a7c0bf1d3c139ad3ec2a22968c
2   "name": "StringcodeUtils",
3   "version": "0.1.20",
4   "summary": "Convenience, utility framework for iOS, watchOS, tvOS, OSX written in Swift.",
5   "description": "Convenience, utility framework for iOS, watchOS, tvOS, OSX written in Swift. Right now in very rought state. I supose of very little value to anyone apart from me for now",
6   "homepage": "https://github.com/stringcode86/SCUtilities",
7   "license": "MIT",
8   "authors": {
9     "stringcode": "michael@stringcode.co.uk"
10   },
11   "source": {
12     "git": "https://github.com/stringcode86/SCUtilities.git",
13     "tag": "0.1.20"
14   },
15   "social_media_url": "https://twitter.com/stringcode",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.11",
19     "watchos": "2.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "SCUtilitiesCore/*.{swift}"
25     },
26     {
27       "name": "UI",
28       "source_files": "SCUtilitiesUI/*.{swift}",
29       "dependencies": {
30         "StringcodeUtils/Core": [
32         ]
33       }
34     }
35   ]