Skip to content

Commit

Permalink
Create BrightCenterSDK.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
RickSlot committed Apr 9, 2014
1 parent 5eb1891 commit c6b3d80
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions BrightCenterSDK/1.3.2/BrightCenterSDK.podspec
@@ -0,0 +1,25 @@
Pod::Spec.new do |s|

s.name = "BrightCenterSDK"
s.version = "1.3.2"
s.summary = "SDK to integrate to the Brightcenter backend for educational apps."

s.homepage = "https://github.com/triforksysadmin/BrightCenterSDK"
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.author = { "Tom van Zummeren" => "tom.vanzummeren@trifork.nl" }

s.platform = :ios, '5.0'

s.source = { :git => "https://github.com/triforksysadmin/BrightCenterSDK.git", :tag => "1.3.2" }
s.ios.frameworks = 'CoreGraphics','QuartzCore'

s.source_files = 'BrightCenterSDK/Framework/**/*.{h,m}'

s.resources = "BrightCenterSDK/Resources/**/*.png"

s.requires_arc = true

s.dependency 'AFNetworking', '~> 1.3.2'
s.dependency 'MBProgressHUD', '~> 0.7'

end

0 comments on commit c6b3d80

Please sign in to comment.