Skip to content

Commit

Permalink
Merge pull request #210 from defagos/CoconutKit_1.1.4
Browse files Browse the repository at this point in the history
Added specification file for CoconutKit 1.1.4
  • Loading branch information
alloy committed May 27, 2012
2 parents 462cd63 + c73c4d9 commit 693a99e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CoconutKit/1.1.4/CoconutKit.podspec
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = 'CoconutKit'
s.version = '1.1.4'
s.license = 'MIT'
s.summary = 'CoconutKit is a library of high-quality iOS components'
s.homepage = 'https://github.com/defagos/CoconutKit'
s.author = { 'Samuel Défago' => 'defagos@gmail.com' }

s.description = 'CoconutKit is a library of high-quality iOS components written at hortis le studio and in my spare time. It includes several tools for dealing with view controllers, multi-threading, view animations, as well as some new controls and various utility classes. These components are meant to make the life of an iOS programmer easier by reducing the boilerplate code written every day, improving code quality and enforcing solid application architecture.'

s.platform = :ios

s.source = { :git => 'git://github.com/defagos/CoconutKit-binaries.git', :tag => '1.1.4' }

s.source_files = 'empty.m'
s.resources = 'CoconutKit-resources.bundle'

s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(PODS_ROOT)/CoconutKit', 'OTHER_LDFLAGS' => '-framework CoconutKit' }

s.frameworks = 'CoreData', 'MessageUI', 'QuartzCore'
end

0 comments on commit 693a99e

Please sign in to comment.