[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / b / 3 / APExtensions / 3.7.0 / APExtensions.podspec.json
blob918a6a97bf1b48766c839782e00803645619502a
2   "name": "APExtensions",
3   "version": "3.7.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   "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": "3.7.0"
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": "3.0",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "APExtensions/Classes/Core/**/*"
33     },
34     {
35       "name": "ViewState",
36       "source_files": "APExtensions/Classes/ViewState/**/*",
37       "private_header_files": "APExtensions/Classes/ViewState/ViewStateLoader.h"
38     },
39     {
40       "name": "Storyboard",
41       "source_files": "APExtensions/Classes/Storyboard/**/*"
42     }
43   ]