[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 1 / b / 3 / APExtensions / 4.5.3 / APExtensions.podspec.json
blobe373bb21acd8b187bd7328fe0c1a676d3129ac71
2   "name": "APExtensions",
3   "version": "4.5.3",
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": "4.5.3"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "APExtensions/Classes/**/*",
23   "private_header_files": "APExtensions/Classes/ViewState/ViewStateLoader.h",
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "MessageUI"
28   ],
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": "ViewConfiguration",
45       "source_files": "APExtensions/Classes/ViewConfiguration/**/*"
46     },
47     {
48       "name": "Storyboard",
49       "source_files": "APExtensions/Classes/Storyboard/**/*"
50     }
51   ]