[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / 4 / Stanley / 2.13.0 / Stanley.podspec.json
blobc092a16e3a623234dfde2b7129923a8ffbda7ff7
2   "name": "Stanley",
3   "version": "2.13.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. It provides a localized phone number formatter. It also provides a wrapper around the SCNetworkReachability APIs, KSTReachabilityManager.",
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": "2.13.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     "frameworks": [
31       "Foundation",
32       "SystemConfiguration"
33     ]
34   },
35   "osx": {
36     "exclude_files": "Stanley/iOS",
37     "frameworks": [
38       "Foundation",
39       "SystemConfiguration"
40     ]
41   },
42   "tvos": {
43     "exclude_files": "Stanley/macOS",
44     "frameworks": [
45       "Foundation",
46       "SystemConfiguration"
47     ]
48   },
49   "watchos": {
50     "exclude_files": [
51       "Stanley/macOS",
52       "Stanley/KSTReachabilityManager.{h,m}"
53     ],
54     "frameworks": "Foundation"
55   },
56   "resource_bundles": {
57     "Stanley": [
58       "Stanley/**/*.{xcassets,lproj}"
59     ]
60   }