blob: 2b3c6c21bd7543e6093319b2c9db85c93726c360 [file] [log] [blame]
{
"name": "NBUCore",
"version": "1.9.5",
"summary": "Convenience extensions and utilities for iOS projects.",
"homepage": "http://cyberagent.github.io/iOS-NBUCore/",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"CyberAgent Inc.": "",
"Ernesto Rivera": "rivera_ernesto@cyberagent.co.jp"
},
"screenshots": [
"https://raw.github.com/wiki/CyberAgent/iOS-NBUCore/images/Dashboard.png",
"https://raw.github.com/wiki/CyberAgent/iOS-NBUCore/images/Dashboard_minimized.png",
"https://raw.github.com/wiki/CyberAgent/iOS-NBUCore/images/Dashboard_filter.png"
],
"source": {
"git": "https://github.com/CyberAgent/iOS-NBUCore.git",
"tag": "1.9.5"
},
"platforms": {
"ios": null
},
"source_files": "Source/*.{h,m}",
"frameworks": "Security",
"requires_arc": true,
"preserve_paths": [
"README.*",
"NOTICE",
"*.xcconfig"
],
"dependencies": {
"Lockbox": [
"~> 1.4.2"
],
"CocoaLumberjack": [
"<= 1.6"
]
},
"subspecs": [
{
"name": "UI",
"source_files": "Source/UI/*.{h,m}"
},
{
"name": "Helpers",
"source_files": "Source/Helpers/*.{h,m}"
},
{
"name": "Additions",
"source_files": "Source/Additions/*.{h,m}"
},
{
"name": "Dashboard",
"source_files": "Source/Dashboard/*.{h,m}",
"resources": "Source/Dashboard/*.{xib}"
}
]
}