[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 1 / b / 3 / APExtensions / 3.3.2 / APExtensions.podspec.json
blob49de5db5d456893abf2a102e0db5212db7b90508
2   "name": "APExtensions",
3   "version": "3.3.2",
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.3.2"
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       "platforms": {
36         "ios": "8.0"
37       },
38       "source_files": "APExtensions/Classes/_Extensions/Swizzling/**/*",
39       "private_header_files": "APExtensions/Classes/_Extensions/Swizzling/SwizzlingLoader.h"
40     }
41   ]