blob: b8f7a2bebcdf84797251baf0f6bf3749be740378 [file] [log] [blame]
{
"name": "NibLoaderKit",
"version": "1.0.0",
"summary": "Tiny utility to load UIView/NSView from nibs",
"homepage": "https://github.com/giginet/NibLoaderKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"giginet": "giginet.net@gmail.com"
},
"social_media_url": "http://twitter.com/giginet",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/giginet/NibLoaderKit.git",
"tag": "1.0.0"
},
"source_files": "Sources/*.{h,swift}",
"tvos": {
"source_files": "Sources/iOS/*.{h,swift}"
},
"ios": {
"source_files": "Sources/iOS/*.{h,swift}"
},
"osx": {
"source_files": "Sources/macOS/*.{h,swift}"
},
"requires_arc": true
}