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