blob: a648ddf6a3a85bea245efca8a8a6b935a381e826 [file] [log] [blame]
{
"name": "NBUCore",
"version": "1.8.1",
"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"
},
"source": {
"git": "https://github.com/CyberAgent/iOS-NBUCore.git",
"tag": "1.8.1"
},
"platforms": {
"ios": null
},
"source_files": "Source/**/*.{h,m}",
"frameworks": "Security",
"requires_arc": true,
"preserve_paths": [
"README.*",
"NOTICE"
],
"dependencies": {
"Lockbox": [
"~> 1.4.2"
],
"CocoaLumberjack": [
"<= 1.6"
]
}
}