[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 1 / b / 3 / APExtensions / 3.4.4 / APExtensions.podspec.json
blob6a7da8ba5632b15d7b736fd4d8acd128362335db
2   "name": "APExtensions",
3   "version": "3.4.4",
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.4.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "APExtensions/Classes/**/*",
22   "private_header_files": [
23     "APExtensions/Classes/_Protocols/SetupOnceLoader.h",
24     "APExtensions/Classes/_Extensions/Swizzling/SwizzlingLoader.h"
25   ],
26   "frameworks": [
27     "Foundation",
28     "UIKit",
29     "MessageUI"
30   ],
31   "pushed_with_swift_version": "3.0",
32   "subspecs": [
33     {
34       "name": "ViewState",
35       "source_files": "APExtensions/Classes/_Extensions/Swizzling/**/*",
36       "private_header_files": "APExtensions/Classes/_Extensions/Swizzling/SwizzlingLoader.h"
37     },
38     {
39       "name": "Storyboard",
40       "source_files": "APExtensions/Classes/_Extensions/Storyboard/**/*",
41       "dependencies": {
42         "APExtensions/ViewState": [
43           ">= 3.3.1"
44         ]
45       }
46     }
47   ]