blob: 6a7da8ba5632b15d7b736fd4d8acd128362335db [file] [log] [blame]
{
"name": "APExtensions",
"version": "3.4.4",
"summary": "A helpful collection of extensions, controllers and protocols.",
"description": "A helpful collection of extensions, controllers and protocols. See documentation for details.",
"homepage": "https://github.com/APUtils/APExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Plebanovich": "anton.plebanovich@gmail.com"
},
"source": {
"git": "https://github.com/APUtils/APExtensions.git",
"tag": "3.4.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "APExtensions/Classes/**/*",
"private_header_files": [
"APExtensions/Classes/_Protocols/SetupOnceLoader.h",
"APExtensions/Classes/_Extensions/Swizzling/SwizzlingLoader.h"
],
"frameworks": [
"Foundation",
"UIKit",
"MessageUI"
],
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "ViewState",
"source_files": "APExtensions/Classes/_Extensions/Swizzling/**/*",
"private_header_files": "APExtensions/Classes/_Extensions/Swizzling/SwizzlingLoader.h"
},
{
"name": "Storyboard",
"source_files": "APExtensions/Classes/_Extensions/Storyboard/**/*",
"dependencies": {
"APExtensions/ViewState": [
">= 3.3.1"
]
}
}
]
}