[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 0 / 4 / NBUKit / 2.1.0 / NBUKit.podspec.json
blobd8305f61bc416f74c717e92ff5c793daac24b950
2   "name": "NBUKit",
3   "version": "2.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "requires_arc": true,
22   "preserve_paths": [
23     "README.md",
24     "NOTICE"
25   ],
26   "dependencies": {
27     "NBUCore": [
28       ">= 2.0.0"
29     ],
30     "Lockbox": [
31       ">= 1.4.6"
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Base",
37       "source_files": "Source/*.{h,m}"
38     },
39     {
40       "name": "Additions",
41       "source_files": "Source/Additions/*.{h,m}",
42       "dependencies": {
43         "NBUKit/Base": [
45         ]
46       }
47     },
48     {
49       "name": "UI",
50       "source_files": "Source/UI/*.{h,m}",
51       "resource_bundles": {
52         "NBUKit": [
53           "Resources/*.{png,lproj}",
54           "Source/UI/*.{xib}"
55         ]
56       },
57       "frameworks": "MessageUI",
58       "dependencies": {
59         "NBUKit/Additions": [
61         ],
62         "NBUKit/Library/NBUCompatibility": [
64         ],
65         "NBUKit/Library/RestKit Support": [
67         ],
68         "MotionOrientation@PTEz": [
69           ">= 1.0.0"
70         ]
71       }
72     },
73     {
74       "name": "Library",
75       "dependencies": {
76         "NBUKit/Base": [
78         ]
79       },
80       "subspecs": [
81         {
82           "name": "NBUCompatibility",
83           "source_files": "Library/NBUCompatibility/*.{h,m}",
84           "dependencies": {
85             "NBUKit/UI": [
87             ]
88           }
89         },
90         {
91           "name": "RestKit Support",
92           "requires_arc": false,
93           "source_files": "Library/RestKit Support/*.{h,m}",
94           "frameworks": "MobileCoreServices",
95           "preserve_paths": [
96             "README.*",
97             "LICENSE"
98           ]
99         }
100       ]
101     }
102   ]