[Add] PlayerUI 0.10.1
[CocoaPods.git] / Specs / 5 / 6 / 7 / NibLoaderKit / 1.0.0 / NibLoaderKit.podspec.json
blobb8f7a2bebcdf84797251baf0f6bf3749be740378
2   "name": "NibLoaderKit",
3   "version": "1.0.0",
4   "summary": "Tiny utility to load UIView/NSView from nibs",
5   "homepage": "https://github.com/giginet/NibLoaderKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "giginet": "giginet.net@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/giginet",
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/giginet/NibLoaderKit.git",
21     "tag": "1.0.0"
22   },
23   "source_files": "Sources/*.{h,swift}",
24   "tvos": {
25     "source_files": "Sources/iOS/*.{h,swift}"
26   },
27   "ios": {
28     "source_files": "Sources/iOS/*.{h,swift}"
29   },
30   "osx": {
31     "source_files": "Sources/macOS/*.{h,swift}"
32   },
33   "requires_arc": true