[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 8 / 0 / 4 / NBUKit / 2.0.0 / NBUKit.podspec.json
blobee3ddb56926abe5e61a2c5c5ed498838f338e806
2   "name": "NBUKit",
3   "version": "2.0.0",
4   "summary": "UIKit and NSFoundation convenience categories and subclasses.",
5   "homepage": "http://cyberagent.github.io/iOS-NBUKit/",
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-NBUKit.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "requires_arc": true,
22   "source_files": "Source/*.{h,m}",
23   "preserve_paths": [
24     "README.md",
25     "NOTICE"
26   ],
27   "dependencies": {
28     "NBUCore": [
29       ">= 2.0.0"
30     ],
31     "Lockbox": [
32       ">= 1.4.6"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "Additions",
38       "source_files": "Source/Additions/*.{h,m}"
39     },
40     {
41       "name": "UI",
42       "source_files": "Source/UI/*.{h,m}",
43       "resource_bundles": {
44         "NBUKit": [
45           "Resources/*.{png,lproj}",
46           "Source/UI/*.{xib}"
47         ]
48       },
49       "frameworks": "MessageUI",
50       "dependencies": {
51         "NBUKit/Additions": [
53         ],
54         "MotionOrientation@PTEz": [
55           ">= 1.0.0"
56         ]
57       }
58     },
59     {
60       "name": "Library",
61       "subspecs": [
62         {
63           "name": "NBUCompatibility",
64           "source_files": "Library/NBUCompatibility/*.{h,m}"
65         },
66         {
67           "name": "RestKit Support",
68           "requires_arc": false,
69           "source_files": "Library/RestKit Support/*.{h,m}",
70           "frameworks": "MobileCoreServices",
71           "preserve_paths": [
72             "README.*",
73             "LICENSE"
74           ]
75         }
76       ]
77     }
78   ]