blob: 6c5d7d24446a1689ac9d490c968cea03b221a875 [file] [log] [blame]
{
"name": "PieCrust",
"version": "0.3",
"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"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/MobilionOSS/PieCrust.git",
"tag": "0.3"
},
"source_files": "Sources/**/*.swift",
"ios": {
"resource_bundles": {
"PieCrustAssets": "Assets/PieCrustAssets.bundle/Images"
},
"frameworks": "UIKit"
},
"requires_arc": true,
"dependencies": {
"SnapKit": [
"~> 4.0"
]
},
"deprecated": true,
"swift_version": "4.0"
}