[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / b / 3 / APExtensions / 8.0.0 / APExtensions.podspec.json
blob0f5bdf73b74b0f70b3f45e582262f922c839d9a5
2   "name": "APExtensions",
3   "version": "8.0.0",
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": "8.0.0"
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     },
36     {
37       "name": "Abstractions",
38       "source_files": "APExtensions/Classes/Abstractions/**/*"
39     },
40     {
41       "name": "ViewConfiguration",
42       "source_files": "APExtensions/Classes/ViewConfiguration/**/*"
43     },
44     {
45       "name": "Storyboard",
46       "source_files": "APExtensions/Classes/Storyboard/**/*"
47     }
48   ],
49   "swift_version": "5.1"