[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / 4 / Stanley / 0.2.0 / Stanley.podspec.json
blob392385a1a0de9fa8fcba5aaabfc2c4e89b872382
2   "name": "Stanley",
3   "version": "0.2.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.2.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/macOS"
35   },
36   "watchos": {
37     "exclude_files": "Stanley/macOS"
38   },
39   "frameworks": "Foundation"