[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / d / 3 / 4 / StringcodeUtils / 0.1.15 / StringcodeUtils.podspec.json
blob8ce59a9698b54cf8ddac017be1e8d02f21c834bf
2   "name": "StringcodeUtils",
3   "version": "0.1.15",
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.15"
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   ]