Skip to content

Commit

Permalink
Update _.m to 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 7e0640b commit fb8b70b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions _.m/0.1.1/_.m.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = '_.m'
s.version = '0.1.1'
s.license = 'MIT'
s.summary = '_.m is a port of Underscore.js to Objective-C.'
s.homepage = 'http://kmalakoff.github.com/_.m/'
s.authors = { 'Kevin Malakoff' => 'xmann.intl@gmail.com' }
s.source = { :git => 'https://github.com/kmalakoff/_.m.git', :tag => '0.1.1' }

s.description = '_.m strives to provide a full Underscore.js feature set in Objective-C in a way that is familiar to JavaScript developers by using Subjective-Script.'

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

0 comments on commit fb8b70b

Please sign in to comment.