blob: 198a9ef6d001c894f4e5ee597f999a75cf47ac5b [file] [log] [blame]
{
"name": "APExtensions",
"version": "4.0.2",
"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": "4.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "APExtensions/Classes/**/*",
"private_header_files": "APExtensions/Classes/ViewState/ViewStateLoader.h",
"frameworks": [
"Foundation",
"UIKit",
"MessageUI"
],
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "APExtensions/Classes/Core/**/*"
},
{
"name": "Abstractions",
"source_files": "APExtensions/Classes/Abstractions/**/*"
},
{
"name": "ViewState",
"source_files": "APExtensions/Classes/ViewState/**/*",
"private_header_files": "APExtensions/Classes/ViewState/ViewStateLoader.h"
},
{
"name": "Storyboard",
"source_files": "APExtensions/Classes/Storyboard/**/*"
}
]
}