blob: e7e24d5f0ad15a942b22367ba79ebb29061d7246 [file] [log] [blame]
{
"name": "PieCrust",
"version": "0.5",
"summary": "PieCrust is an abstraction layer we use to create iOS apps quickly and efficiently.",
"description": "PieCrust is an abstraction layer built on top of UIKit with handy classes, protocols, extensions, syntactic sugar and more, to create iOS apps quickly and efficiently.",
"homepage": "https://github.com/MobilionOSS/PieCrust",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"social_media_url": "http://twitter.com/omaralbeik",
"screenshots": "https://cdn.rawgit.com/MobilionOSS/PieCrust/master/Assets/logo.svg",
"authors": {
"Mobilion": "https://github.com/MobilionOSS",
"Omar Albeik": "https://twitter.com/omaralbeik"
},
"module_name": "PieCrust",
"source": {
"git": "https://github.com/MobilionOSS/PieCrust.git",
"tag": "0.5"
},
"source_files": "Sources/**/*.swift",
"documentation_url": "https://mobilionoss.github.io/PieCrustDocs/",
"requires_arc": true,
"ios": {
"resource_bundles": {
"PieCrustAssets": "Assets/PieCrustAssets.bundle/Images"
},
"frameworks": "UIKit"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"SnapKit": [
"~> 4.0"
]
},
"deprecated": true,
"swift_version": "4.0"
}