[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 3 / 6 / 0 / NBUCore / 1.9.2 / NBUCore.podspec.json
blobbb40008851d9483dfb52b3fafa19e741ee2891cc
2   "name": "NBUCore",
3   "version": "1.9.2",
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   "screenshots": [
15     "https://raw.github.com/wiki/CyberAgent/iOS-NBUCore/images/Dashboard.png",
16     "https://raw.github.com/wiki/CyberAgent/iOS-NBUCore/images/Dashboard_minimized.png",
17     "https://raw.github.com/wiki/CyberAgent/iOS-NBUCore/images/Dashboard_filter.png"
18   ],
19   "source": {
20     "git": "https://github.com/CyberAgent/iOS-NBUCore.git",
21     "tag": "1.9.2"
22   },
23   "platforms": {
24     "ios": null
25   },
26   "source_files": "Source/*.{h,m}",
27   "frameworks": "Security",
28   "requires_arc": true,
29   "preserve_paths": [
30     "README.*",
31     "NOTICE",
32     "*.xcconfig"
33   ],
34   "dependencies": {
35     "Lockbox": [
36       "~> 1.4.2"
37     ],
38     "CocoaLumberjack": [
39       "<= 1.6"
40     ]
41   },
42   "subspecs": [
43     {
44       "name": "UI",
45       "source_files": "Source/UI/*.{h,m}"
46     },
47     {
48       "name": "Helpers",
49       "source_files": "Source/Helpers/*.{h,m}"
50     },
51     {
52       "name": "Additions",
53       "source_files": "Source/Additions/*.{h,m}"
54     },
55     {
56       "name": "Dashboard",
57       "source_files": "Source/Dashboard/*.{h,m}",
58       "resources": "Source/Dashboard/*.{xib}"
59     }
60   ]