[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / c / Agamotto / 0.10.0 / Agamotto.podspec.json
blob0c335b72a549e04521432f163587cbd020e9042f
2   "name": "Agamotto",
3   "version": "0.10.0",
4   "summary": "Agamotto is an iOS/macOS/tvOS/watchOS framework that provides block based extensions to KVO and NSNotificationCenter.",
5   "description": "Agamotto is an iOS/macOS/tvOS/watchOS framework that provides block based extensions to KVO and `NSNotificationCenter`. It supports removing the observations upon deallocation. It is based on a portion of the ReactiveCocoa Objective-C framework. It also provides a simplified version of RACCommand class, which can be assigned to various UI controls.",
6   "homepage": "https://github.com/Kosoku/Agamotto",
7   "license": {
8     "type": "MIT",
9     "file": "license.txt"
10   },
11   "authors": {
12     "William Towe": "willbur1984@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Kosoku/Agamotto.git",
16     "tag": "0.10.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": "Agamotto/**/*.{h,m}",
26   "exclude_files": "Agamotto/Agamotto-Info.h",
27   "ios": {
28     "exclude_files": "Agamotto/macOS"
29   },
30   "osx": {
31     "exclude_files": "Agamotto/iOS"
32   },
33   "tvos": {
34     "exclude_files": "Agamotto/macOS"
35   },
36   "watchos": {
37     "exclude_files": [
38       "Agamotto/iOS",
39       "Agamotto/macOS"
40     ]
41   },
42   "private_header_files": "Agamotto/Private/*.h",
43   "subspecs": [
44     {
45       "name": "Core",
46       "source_files": [
47         "Agamotto/*.{h,m}",
48         "Agamotto/Private/*.{h,m}"
49       ],
50       "exclude_files": "Agamotto/Agamotto.h",
51       "frameworks": "Foundation",
52       "dependencies": {
53         "Stanley": [
55         ]
56       }
57     },
58     {
59       "name": "UIKit",
60       "platforms": {
61         "ios": "10.0",
62         "tvos": "10.0"
63       },
64       "source_files": "Agamotto/iOS",
65       "frameworks": [
66         "Foundation",
67         "UIKit"
68       ],
69       "dependencies": {
70         "Agamotto/Core": [
72         ]
73       }
74     },
75     {
76       "name": "AppKit",
77       "platforms": {
78         "osx": "10.12"
79       },
80       "source_files": "Agamotto/macOS",
81       "frameworks": [
82         "Foundation",
83         "AppKit"
84       ],
85       "dependencies": {
86         "Agamotto/Core": [
88         ]
89       }
90     }
91   ]