[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / b / 3 / APExtensions / 3.3.1 / APExtensions.podspec.json
blobbcd2057f6ec4fbbc10b562c855355976f626a18f
2   "name": "APExtensions",
3   "version": "3.3.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": "3.3.1"
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   ]