[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 5 / 6 / 7 / NibLoaderKit / 3.0.0 / NibLoaderKit.podspec.json
blob04c2758d984002bbf52e1dc6f8ed34fb591e93cf
2   "name": "NibLoaderKit",
3   "version": "3.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": "3.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   "swift_version": "4.1",
34   "requires_arc": true