[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 0 / 4 / NBUKit / 1.9.3 / NBUKit.podspec.json
blob78298d4c83d4056755406321fcd35f4845df5280
2   "name": "NBUKit",
3   "version": "1.9.3",
4   "platforms": {
5     "ios": null
6   },
7   "summary": "Customizable image editing, filters, 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.3"
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.1"
40     ],
41     "GPUImage": [
42       "~> 0.1.0"
43     ]
44   },
45   "resources": "NBUKitResources.bundle",
46   "subspecs": [
47     {
48       "name": "UI",
49       "source_files": "Source/UI/*.{h,m}",
50       "resources": "Source/UI/*.{xib}",
51       "frameworks": "MessageUI"
52     },
53     {
54       "name": "Image",
55       "source_files": "Source/Image/*.{h,m}",
56       "resources": "Source/Image/*.{xib}",
57       "weak_frameworks": "CoreImage"
58     },
59     {
60       "name": "Assets",
61       "source_files": "Source/Assets/*.{h,m}",
62       "resources": "Source/Assets/*.{xib}",
63       "frameworks": [
64         "AssetsLibrary",
65         "CoreLocation"
66       ]
67     },
68     {
69       "name": "Picker",
70       "source_files": "Source/Picker/*.{h,m}",
71       "resources": "Source/Picker/*.{xib}"
72     },
73     {
74       "name": "Resources"
75     },
76     {
77       "name": "Library",
78       "subspecs": [
79         {
80           "name": "NBUCompatibility",
81           "source_files": "Library/NBUCompatibility"
82         },
83         {
84           "name": "RestKit Support",
85           "requires_arc": false,
86           "source_files": "Library/RestKit Support",
87           "frameworks": "MobileCoreServices"
88         },
89         {
90           "name": "RBVolumeButtons",
91           "requires_arc": false,
92           "source_files": "Library/RBVolumeButtons",
93           "frameworks": [
94             "MediaPlayer",
95             "AudioToolbox"
96           ]
97         },
98         {
99           "name": "MPNotificationView",
100           "source_files": "Library/MPNotificationView",
101           "subspecs": [
102             {
103               "name": "OBGradientView",
104               "source_files": "Library/OBGradientView"
105             }
106           ]
107         }
108       ]
109     }
110   ]