[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / b / 3 / APExtensions / 4.1.1 / APExtensions.podspec.json
blob5c2fd0cdcd129ee8271bdf0287a00b308bb2d5ac
2   "name": "APExtensions",
3   "version": "4.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   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anton Plebanovich": "anton.plebanovich@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/APUtils/APExtensions.git",
16     "tag": "4.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "APExtensions/Classes/**/*",
22   "private_header_files": "APExtensions/Classes/ViewState/ViewStateLoader.h",
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "MessageUI"
27   ],
28   "pushed_with_swift_version": "4.0",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "APExtensions/Classes/Core/**/*"
33     },
34     {
35       "name": "Abstractions",
36       "source_files": "APExtensions/Classes/Abstractions/**/*"
37     },
38     {
39       "name": "ViewState",
40       "source_files": "APExtensions/Classes/ViewState/**/*",
41       "private_header_files": "APExtensions/Classes/ViewState/ViewStateLoader.h"
42     },
43     {
44       "name": "Storyboard",
45       "source_files": "APExtensions/Classes/Storyboard/**/*"
46     }
47   ]