[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / b / 3 / 4 / Stanley / 0.1.0 / Stanley.podspec.json
blob4185d5d9413cadb6f4c5623b0ba0b02e326ed4cd
2   "name": "Stanley",
3   "version": "0.1.0",
4   "summary": "Stanley is an iOS/macOS/tvOS/watchOS framework that extends the `Foundation` framework.",
5   "description": "Stanley is an iOS/macOS/tvOS/watchOS framework that extends the `Foundation` framework. It includes a number of macros, functions, categories and classes that make repetitive tasks easier.",
6   "homepage": "https://github.com/Kosoku/Stanley",
7   "license": {
8     "type": "BSD",
9     "file": "license.txt"
10   },
11   "authors": {
12     "William Towe": "willbur1984@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Kosoku/Stanley.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0",
22     "watchos": "3.0"
23   },
24   "requires_arc": true,
25   "source_files": "Stanley/**/*.{h,m}",
26   "exclude_files": "Stanley/Stanley-Info.h",
27   "ios": {
28     "exclude_files": "Stanley/macOS"
29   },
30   "osx": {
31     "exclude_files": "Stanley/iOS"
32   },
33   "tvos": {
34     "exclude_files": "Stanley/tvOS"
35   },
36   "watchos": {
37     "exclude_files": "Stanley/macOS"
38   },
39   "frameworks": "Foundation"