[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 8 / 0 / 4 / NBUKit / 1.9.0 / NBUKit.podspec.json
blob982c025c7de38665f18863659d1e48181098b504
2   "name": "NBUKit",
3   "version": "1.9.0",
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.0"
30   },
31   "source_files": "Source/*.{h,m}",
32   "resources": [
33     "Resources/*.{png,lproj}",
34     "Resources/filters",
35     "Source/**/*.{xib}"
36   ],
37   "preserve_paths": [
38     "README.*",
39     "NOTICE"
40   ],
41   "requires_arc": true,
42   "frameworks": [
43     "AssetsLibrary",
44     "CoreLocation",
45     "MessageUI"
46   ],
47   "weak_frameworks": "CoreImage",
48   "dependencies": {
49     "NBUCore": [
50       "~> 1.8.1"
51     ],
52     "GPUImage": [
53       "~> 0.1.0"
54     ]
55   },
56   "subspecs": [
57     {
58       "name": "UI",
59       "source_files": "Source/UI/*.{h,m}"
60     },
61     {
62       "name": "Image",
63       "source_files": "Source/Image/*.{h,m}"
64     },
65     {
66       "name": "Assets",
67       "source_files": "Source/Assets/*.{h,m}"
68     },
69     {
70       "name": "Picker",
71       "source_files": "Source/Picker/*.{h,m}"
72     },
73     {
74       "name": "Library",
75       "subspecs": [
76         {
77           "name": "NBUCompatibility",
78           "source_files": "Library/NBUCompatibility"
79         },
80         {
81           "name": "RestKit Support",
82           "source_files": "Library/RestKit Support",
83           "requires_arc": false,
84           "frameworks": "MobileCoreServices"
85         },
86         {
87           "name": "RBVolumeButtons",
88           "source_files": "Library/RBVolumeButtons",
89           "requires_arc": false,
90           "frameworks": [
91             "MediaPlayer",
92             "AudioToolbox"
93           ]
94         }
95       ]
96     }
97   ]