blob: f580d7bdcea20d21a321525dd2743b832e85f84a [file] [log] [blame]
{
"name": "PieCrust",
"version": "0.7",
"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.7"
},
"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"
],
"SwifterSwift/SwiftStdlib": [
"~> 4.2"
],
"SwifterSwift/Foundation": [
"~> 4.2"
]
},
"deprecated": true,
"swift_version": "4.0"
}