[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / b / 3 / 4 / Stanley / 0.5.0 / Stanley.podspec.json
blob1f413dad9d1f98d314d4cc739bf95801255ef9ae
2   "name": "Stanley",
3   "version": "0.5.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.5.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   "private_header_files": "Stanley/Private/*.h",
28   "ios": {
29     "exclude_files": "Stanley/macOS"
30   },
31   "osx": {
32     "exclude_files": "Stanley/iOS"
33   },
34   "tvos": {
35     "exclude_files": "Stanley/macOS"
36   },
37   "watchos": {
38     "exclude_files": "Stanley/macOS"
39   },
40   "resource_bundles": {
41     "Stanley": [
42       "Stanley/**/*.{xcassets,lproj}"
43     ]
44   },
45   "frameworks": "Foundation"