Skip to content

Commit

Permalink
Merge pull request #736 from ronaldmannak/master
Browse files Browse the repository at this point in the history
Added YBStatechart 1.0.1
  • Loading branch information
fabiopelosin committed Nov 13, 2012
2 parents f3d8689 + fa5c047 commit eb0892c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions YBStatechart/1.0.1/YBStatechart.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "YBStatechart"
s.version = "1.0.1"
s.summary = "Framework for statecharts. A statecharts is a formalized type of finite state machine."
s.homepage = "https://github.com/ronaldmannak/YBStatechart"
s.license = 'Apache 2.0'
s.authors = { "Martijn The" => "post@martijnthe.nl", "Ronald Mannak" => "ronaldmannak@me.com" }

s.platform = :ios, '5.0'

s.source = { :git => "https://github.com/ronaldmannak/YBStatechart.git", :tag => s.version.to_s }
s.source_files = 'YBStatechart/*.{h,m}'

s.requires_arc = true
end

0 comments on commit eb0892c

Please sign in to comment.