blob: 2b8bbf0b80cdddd75ce78e2f178b3b01c93e3710 [file] [log] [blame]
{
"name": "AppyKit",
"version": "1.4.1",
"summary": "UIKit Helpers.",
"description": "UIKit helpers and design patterns",
"homepage": "https://github.com/appyist/appykit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Emirhan erdogan": "emirhan@appy.ist"
},
"source": {
"git": "https://github.com/appyist/appykit.git",
"tag": "1.4.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "AppyKit/**/*.swift",
"resource_bundles": {
"PlacerholderXibs": [
"AppyKit/Protocols/StatableController/Default\\ Placeholders/LoadingPlaceholderView/*.xib",
"AppyKit/Protocols/StatableController/Default\\ Placeholders/ErrorPlaceholderView/*.xib",
"AppyKit/Protocols/StatableController/Default\\ Placeholders/EmptyPlaceholderView/*.xib"
],
"Localizations": [
"AppyKit/Resources/Localizables/*.lproj/*.{xib,strings}"
]
}
}