Skip to content

Commit

Permalink
Bump SubjectiveScript.m and fix tag for Qunit.m 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Malakoff committed Aug 3, 2012
1 parent 3576ad8 commit 7e0640b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion QUnit.m/0.1.1/QUnit.m.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'QUnit.m brings QUnit.js syntax to SenTestingKit for testing Objective-C projects. The is useful if you are trying to port JavaScript libraries to Objective-C or want a more familiar testing syntax.'
s.homepage = 'https://github.com/kmalakoff/QUnit.m/'
s.authors = { 'Kevin Malakoff' => 'xmann.intl@gmail.com' }
s.source = { :git => 'https://github.com/kmalakoff/QUnit.m.git', :tag => '0.1.0' }
s.source = { :git => 'https://github.com/kmalakoff/QUnit.m.git', :tag => '0.1.1' }

s.description = 'QUnit.m brings QUnit.js syntax to SenTestingKit for testing Objective-C projects. The is useful if you are trying to port JavaScript libraries to Objective-C or want a more familiar testing syntax.'

Expand Down
14 changes: 14 additions & 0 deletions SubjectiveScript.m/0.1.1/SubjectiveScript.m.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'SubjectiveScript.m'
s.version = '0.1.1'
s.license = 'MIT'
s.summary = 'Subjective-Script makes Objective-C more scripty.'
s.homepage = 'https://github.com/kmalakoff/SubjectiveScript.m/'
s.authors = { 'Kevin Malakoff' => 'xmann.intl@gmail.com' }
s.source = { :git => 'https://github.com/kmalakoff/SubjectiveScript.m.git', :tag => '0.1.1' }

s.description = 'Subjective-Script makes Objective-C more scripty by bringing JavaScript-like syntax and features to Objective-C.'

s.source_files = 'Lib/**/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 7e0640b

Please sign in to comment.