[Add] BoreyAdSDK 1.0.12
[CocoaPods.git] / Specs / 1 / 9 / c / AppyKit / 1.4.1 / AppyKit.podspec.json
blob2b8bbf0b80cdddd75ce78e2f178b3b01c93e3710
2   "name": "AppyKit",
3   "version": "1.4.1",
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.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "AppyKit/**/*.swift",
22   "resource_bundles": {
23     "PlacerholderXibs": [
24       "AppyKit/Protocols/StatableController/Default\\ Placeholders/LoadingPlaceholderView/*.xib",
25       "AppyKit/Protocols/StatableController/Default\\ Placeholders/ErrorPlaceholderView/*.xib",
26       "AppyKit/Protocols/StatableController/Default\\ Placeholders/EmptyPlaceholderView/*.xib"
27     ],
28     "Localizations": [
29       "AppyKit/Resources/Localizables/*.lproj/*.{xib,strings}"
30     ]
31   }