blob: 18c9f3579665573fe6978ed5042a19383f891188 [file] [log] [blame]
{
"name": "PieCrust",
"version": "0.9.1",
"summary": "PieCrust is a protocol oriented abstraction layer we use to create iOS apps quickly and efficiently.",
"description": "PieCrust is a protocol oriented 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/piecrust-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.9.1"
},
"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"
},
"deprecated": true,
"swift_version": "4.1"
}