[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / b / 3 / APExtensions / 10.1.6 / APExtensions.podspec.json
blobfb21a518a691ceb08a585b6693ea78b6e4863900
2   "name": "APExtensions",
3   "version": "10.1.6",
4   "summary": "A helpful collection of extensions, controllers and protocols.",
5   "description": "A helpful collection of extensions, controllers and protocols. See documentation for details.",
6   "homepage": "https://github.com/APUtils/APExtensions",
7   "documentation_url": "https://aputils.github.io/APExtensions/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Anton Plebanovich": "anton.plebanovich@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/APUtils/APExtensions.git",
17     "tag": "10.1.6"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": [
23     "5.1"
24   ],
25   "frameworks": "Foundation",
26   "default_subspecs": [
27     "Core",
28     "ViewConfiguration",
29     "Storyboard"
30   ],
31   "subspecs": [
32     {
33       "name": "Core",
34       "frameworks": [
35         "Foundation",
36         "UIKit",
37         "MessageUI"
38       ],
39       "source_files": [
40         "APExtensions/Classes/Core/**/*",
41         "APExtensions/Classes/Shared/**/*"
42       ],
43       "dependencies": {
44         "RoutableLogger": [
46         ]
47       }
48     },
49     {
50       "name": "ViewConfiguration",
51       "frameworks": [
52         "Foundation",
53         "UIKit"
54       ],
55       "source_files": "APExtensions/Classes/ViewConfiguration/**/*"
56     },
57     {
58       "name": "Storyboard",
59       "frameworks": [
60         "Foundation",
61         "UIKit"
62       ],
63       "source_files": [
64         "APExtensions/Classes/Storyboard/**/*",
65         "APExtensions/Classes/Shared/**/*"
66       ]
67     },
68     {
69       "name": "Occupiable",
70       "platforms": {
71         "ios": "9.0",
72         "osx": "10.10",
73         "watchos": "2.0",
74         "tvos": "9.0"
75       },
76       "source_files": "APExtensions/Classes/Core/_Protocols/Occupiable.swift"
77     },
78     {
79       "name": "OptionalType",
80       "platforms": {
81         "ios": "9.0",
82         "osx": "10.10",
83         "watchos": "2.0",
84         "tvos": "9.0"
85       },
86       "source_files": "APExtensions/Classes/Core/_Protocols/OptionalType.swift"
87     }
88   ],
89   "swift_version": "5.1"