[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 9 / c / AppyKit / 1.2 / AppyKit.podspec.json
blobaefe3bac48a49da3f770d2ff2daaffafe18c3a2a
2   "name": "AppyKit",
3   "version": "1.2",
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.2"
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/**/*.xib"
26     ],
27     "Localizations": [
28       "AppyKit/Resources/Localizables/*.lproj/*.{xib,strings}"
29     ]
30   }