[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / 0 / NBUCore / 1.8.2 / NBUCore.podspec.json
blob91b7846c9b5ed79e7bd980f69aa8e33e931defb1
2   "name": "NBUCore",
3   "version": "1.8.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   ],
18   "source": {
19     "git": "https://github.com/CyberAgent/iOS-NBUCore.git",
20     "tag": "1.8.2"
21   },
22   "platforms": {
23     "ios": null
24   },
25   "source_files": "Source/*.{h,m}",
26   "resources": "Source/**/*.{xib}",
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   ]