[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / b / 3 / APExtensions / 10.1.1 / APExtensions.podspec.json
blob45b9e239ed52124bacef8a59b0a687ce2e1e5a39
2   "name": "APExtensions",
3   "version": "10.1.1",
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.1"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": [
23     "5.1"
24   ],
25   "frameworks": [
26     "Foundation",
27     "UIKit",
28     "MessageUI"
29   ],
30   "default_subspecs": [
31     "Core",
32     "ViewConfiguration",
33     "Storyboard"
34   ],
35   "subspecs": [
36     {
37       "name": "Core",
38       "source_files": [
39         "APExtensions/Classes/Core/**/*",
40         "APExtensions/Classes/Shared/**/*"
41       ],
42       "dependencies": {
43         "RoutableLogger": [
45         ]
46       }
47     },
48     {
49       "name": "ViewConfiguration",
50       "source_files": "APExtensions/Classes/ViewConfiguration/**/*"
51     },
52     {
53       "name": "Storyboard",
54       "source_files": [
55         "APExtensions/Classes/Storyboard/**/*",
56         "APExtensions/Classes/Shared/**/*"
57       ]
58     }
59   ],
60   "swift_version": "5.1"