[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 0 / 4 / NBUKit / 1.9.5 / NBUKit.podspec.json
blob5e4ec71ec595f14569d07e9a7b99193c34bb8fd7
2   "name": "NBUKit",
3   "version": "1.9.5",
4   "platforms": {
5     "ios": null
6   },
7   "summary": "Customizable image editing, filters, camera, picker and other UIKit subclasses.",
8   "homepage": "http://cyberagent.github.io/iOS-NBUKit/",
9   "license": {
10     "type": "Apache License, Version 2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "CyberAgent Inc.": "",
15     "Ernesto Rivera": "rivera_ernesto@cyberagent.co.jp"
16   },
17   "screenshots": [
18     "https://raw.github.com/wiki/CyberAgent/iOS-NBUKit/Camera1.png",
19     "https://raw.github.com/wiki/CyberAgent/iOS-NBUKit/Camera2.png",
20     "https://raw.github.com/wiki/CyberAgent/iOS-NBUKit/Assets1.png",
21     "https://raw.github.com/wiki/CyberAgent/iOS-NBUKit/Assets2.png",
22     "https://raw.github.com/wiki/CyberAgent/iOS-NBUKit/Edit2.png",
23     "https://raw.github.com/wiki/CyberAgent/iOS-NBUKit/Edit3.png",
24     "https://raw.github.com/wiki/CyberAgent/iOS-NBUKit/Gallery1.png",
25     "https://raw.github.com/wiki/CyberAgent/iOS-NBUKit/Picker1.png"
26   ],
27   "source": {
28     "git": "https://github.com/CyberAgent/iOS-NBUKit.git",
29     "tag": "1.9.5"
30   },
31   "source_files": "Source/*.{h,m}",
32   "preserve_paths": [
33     "README.*",
34     "NOTICE"
35   ],
36   "requires_arc": true,
37   "dependencies": {
38     "NBUCore": [
39       "~> 1.9.6"
40     ]
41   },
42   "resources": "NBUKitResources.bundle",
43   "subspecs": [
44     {
45       "name": "UI",
46       "source_files": "Source/UI/*.{h,m}",
47       "resources": "Source/UI/*.{xib}",
48       "frameworks": "MessageUI"
49     },
50     {
51       "name": "Image",
52       "source_files": "Source/Image/*.{h,m}",
53       "resources": "Source/Image/*.{xib}",
54       "weak_frameworks": "CoreImage",
55       "dependencies": {
56         "GPUImage": [
57           ">= 0.1.0"
58         ]
59       }
60     },
61     {
62       "name": "Assets",
63       "source_files": "Source/Assets/*.{h,m}",
64       "resources": "Source/Assets/*.{xib}",
65       "frameworks": [
66         "AssetsLibrary",
67         "CoreLocation"
68       ]
69     },
70     {
71       "name": "Picker",
72       "source_files": "Source/Picker/*.{h,m}",
73       "resources": "Source/Picker/*.{xib}"
74     },
75     {
76       "name": "Resources"
77     },
78     {
79       "name": "Library",
80       "subspecs": [
81         {
82           "name": "NBUCompatibility",
83           "source_files": "Library/NBUCompatibility/*.{h,m}"
84         },
85         {
86           "name": "RestKit Support",
87           "requires_arc": false,
88           "source_files": "Library/RestKit Support/*.{h,m}",
89           "frameworks": "MobileCoreServices",
90           "preserve_paths": [
91             "README.*",
92             "LICENSE"
93           ]
94         },
95         {
96           "name": "RBVolumeButtons",
97           "requires_arc": false,
98           "source_files": "Library/RBVolumeButtons/*.{h,m}",
99           "frameworks": [
100             "MediaPlayer",
101             "AudioToolbox"
102           ]
103         },
104         {
105           "name": "MotionOrientation",
106           "requires_arc": false,
107           "source_files": "Library/MotionOrientation/*.{h,m}",
108           "frameworks": "CoreMotion",
109           "preserve_paths": "README.*"
110         }
111       ]
112     }
113   ]