blob: aefe3bac48a49da3f770d2ff2daaffafe18c3a2a [file] [log] [blame]
{
"name": "AppyKit",
"version": "1.2",
"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.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "AppyKit/**/*.swift",
"resources": "AppyKit/**/*.{xib,strings}",
"resource_bundles": {
"PlacerholderXibs": [
"AppyKit/Protocols/StatableController/Default\\ Placeholders/**/*.xib"
],
"Localizations": [
"AppyKit/Resources/Localizables/*.lproj/*.{xib,strings}"
]
}
}