[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 9 / c / AppyKit / 1.4 / AppyKit.podspec.json
blobee5ec638ddc7dd5ae4f604bc884c7ff11a53eb86
2   "name": "AppyKit",
3   "version": "1.4",
4   "summary": "UIKit Helpers.",
5   "description": "UIKit helpers and design patterns",
6   "homepage": "https://github.com/appyist/appykit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Emirhan erdogan": "emirhan@appy.ist"
13   },
14   "source": {
15     "git": "https://github.com/appyist/appykit.git",
16     "tag": "1.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "AppyKit/**/*.swift",
22   "resources": "AppyKit/**/*.{xib,strings}",
23   "resource_bundles": {
24     "PlacerholderXibs": [
25       "AppyKit/Protocols/StatableController/Default\\ Placeholders/LoadingPlaceholderView/*.xib",
26       "AppyKit/Protocols/StatableController/Default\\ Placeholders/ErrorPlaceholderView/*.xib",
27       "AppyKit/Protocols/StatableController/Default\\ Placeholders/EmptyPlaceholderView/*.xib"
28     ],
29     "Localizations": [
30       "AppyKit/Resources/Localizables/*.lproj/*.{xib,strings}"
31     ]
32   }