[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / b / 3 / APExtensions / 9.0.2 / APExtensions.podspec.json
blob54e1181501d5f2c130a68a6774445d7fd22d361b
2   "name": "APExtensions",
3   "version": "9.0.2",
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": "9.0.2"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": [
23     "5.1"
24   ],
25   "source_files": "APExtensions/Classes/**/*",
26   "frameworks": [
27     "Foundation",
28     "UIKit",
29     "MessageUI"
30   ],
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "APExtensions/Classes/Core/**/*",
35       "dependencies": {
36         "LogsManager/RoutableLogger": [
37           ">= 9.1.5"
38         ]
39       }
40     },
41     {
42       "name": "ViewConfiguration",
43       "source_files": "APExtensions/Classes/ViewConfiguration/**/*"
44     },
45     {
46       "name": "Storyboard",
47       "source_files": "APExtensions/Classes/Storyboard/**/*"
48     }
49   ],
50   "swift_version": "5.1"