[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 6 / 0 / NBUCore / 1.8.1 / NBUCore.podspec.json
bloba648ddf6a3a85bea245efca8a8a6b935a381e826
2   "name": "NBUCore",
3   "version": "1.8.1",
4   "summary": "Convenience extensions and utilities for iOS projects.",
5   "homepage": "http://cyberagent.github.io/iOS-NBUCore/",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "CyberAgent Inc.": "",
12     "Ernesto Rivera": "rivera_ernesto@cyberagent.co.jp"
13   },
14   "source": {
15     "git": "https://github.com/CyberAgent/iOS-NBUCore.git",
16     "tag": "1.8.1"
17   },
18   "platforms": {
19     "ios": null
20   },
21   "source_files": "Source/**/*.{h,m}",
22   "frameworks": "Security",
23   "requires_arc": true,
24   "preserve_paths": [
25     "README.*",
26     "NOTICE"
27   ],
28   "dependencies": {
29     "Lockbox": [
30       "~> 1.4.2"
31     ],
32     "CocoaLumberjack": [
33       "<= 1.6"
34     ]
35   }