AVClub 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,108 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: AVClub
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - the rubymotion community
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-11-19 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rake
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
30
+ - !ruby/object:Gem::Dependency
31
+ name: rspec
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :development
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ description: ! 'Setup an AVCaptureSession with video, multiple cameras, and still
47
+ image
48
+
49
+ capabilities. You can also easily have touch-to-focus and flash-on-picture
50
+
51
+ features.
52
+
53
+ '
54
+ email:
55
+ executables: []
56
+ extensions: []
57
+ extra_rdoc_files: []
58
+ files:
59
+ - .gitignore
60
+ - AVClub.gemspec
61
+ - README.md
62
+ - Rakefile
63
+ - app/app_delegate.rb
64
+ - app/camera_controller.rb
65
+ - lib/AVClub/AVClubController.rb
66
+ - lib/AVClub/version.rb
67
+ - lib/avclub.rb
68
+ - spec/main_spec.rb
69
+ - vendor/AVClub/AVClub.xcodeproj/project.pbxproj
70
+ - vendor/AVClub/AVClub.xcodeproj/project.xcworkspace/contents.xcworkspacedata
71
+ - vendor/AVClub/AVClub.xcodeproj/project.xcworkspace/xcuserdata/colinta.xcuserdatad/UserInterfaceState.xcuserstate
72
+ - vendor/AVClub/AVClub.xcodeproj/project.xcworkspace/xcuserdata/colinta.xcuserdatad/WorkspaceSettings.xcsettings
73
+ - vendor/AVClub/AVClub.xcodeproj/xcuserdata/colinta.xcuserdatad/xcschemes/AVClub.xcscheme
74
+ - vendor/AVClub/AVClub.xcodeproj/xcuserdata/colinta.xcuserdatad/xcschemes/xcschememanagement.plist
75
+ - vendor/AVClub/AVClub/AVCamRecorder.h
76
+ - vendor/AVClub/AVClub/AVCamRecorder.m
77
+ - vendor/AVClub/AVClub/AVCamUtilities.h
78
+ - vendor/AVClub/AVClub/AVCamUtilities.m
79
+ - vendor/AVClub/AVClub/AVClub-Prefix.pch
80
+ - vendor/AVClub/AVClub/AVClub.h
81
+ - vendor/AVClub/AVClub/AVClub.m
82
+ homepage: https://github.com/rubymotion/AVClub
83
+ licenses: []
84
+ post_install_message:
85
+ rdoc_options: []
86
+ require_paths:
87
+ - lib
88
+ required_ruby_version: !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - ! '>='
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
94
+ required_rubygems_version: !ruby/object:Gem::Requirement
95
+ none: false
96
+ requirements:
97
+ - - ! '>='
98
+ - !ruby/object:Gem::Version
99
+ version: '0'
100
+ requirements: []
101
+ rubyforge_project:
102
+ rubygems_version: 1.8.24
103
+ signing_key:
104
+ specification_version: 3
105
+ summary: A wrapper for AVFoundation to make it easy to implement a custom camera view.
106
+ test_files:
107
+ - spec/main_spec.rb
108
+ has_rdoc: