blob: 872c9c548ca8d22a4784c3fbb2c1b87f7c5b9bd9 [file] [log] [blame]
{
"name": "SpecialFor",
"version": "0.1.0",
"summary": "Useful codebase which I used among projects",
"homepage": "https://github.com/specialfor/SpecialFor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Volodymyr Hryhoriev": "volodja.grigoriev@gmail.com"
},
"source": {
"git": "https://github.com/specialfor/SpecialFor.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/specialfor_ios",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "Specialfor/Classes/**/*",
"subspecs": [
{
"name": "Core",
"source_files": "Specialfor/Classes/Core/**/*"
},
{
"name": "UIKit",
"frameworks": "UIKit",
"source_files": "Specialfor/Classes/UIKit/**/*",
"dependencies": {
"SnapKit": [
]
},
"subspecs": [
{
"name": "PartialCheckableButton",
"dependencies": {
"SpecialFor/UIKit/View": [
]
},
"source_files": "**/{PartialCheckableButton,Closure}.swift"
},
{
"name": "View",
"source_files": "**/View.swift"
},
{
"name": "ImageAlertViewController",
"source_files": "**/{ImageAlertViewController,Closure,UIView+Corners,GCD}.swift"
},
{
"name": "AlignableLabel",
"source_files": "**/AlignableLabel.swift"
},
{
"name": "Accessories",
"dependencies": {
"SpecialFor/UIKit/Gradient": [
],
"SpecialFor/UIKit/SeparatorView": [
]
}
},
{
"name": "Gradient",
"source_files": "**/Gradient/**/*"
},
{
"name": "SeparatorView",
"dependencies": {
"SpecialFor/UIKit/View": [
]
},
"source_files": "**/SeparatorView.swift"
},
{
"name": "EmptyStateTableViewDS",
"dependencies": {
"SpecialFor/UIKit/View": [
]
},
"source_files": [
"**/EmptyState/**/*",
"**/{TableViewDataSourceProxy,Closure,UIView+Toggle}.swift"
]
}
]
},
{
"name": "AVFoundation",
"frameworks": "AVFoundation",
"source_files": "Specialfor/Classes/AVFoundation/*"
},
{
"name": "Photos",
"frameworks": "Photos",
"source_files": "Specialfor/Classes/Photos/*"
}
]
}