Files
JBChartView/InAppSettingsKit/0.0.1/InAppSettingsKit.podspec
T
Fabio Pelosin 48d9e93f3d Merge branch 'master' into 0.6
* master: (189 commits)
  cocos2d fixes
  Add GPUImage 0.0.1
  ARC required flag was set to true
  Unnecessary recursive copying of sources fixed ('classes was double mentioned in sources')
  Clean path: added project files; optional description was deleted
  Changing source_files to include only .h and .m files.
  Fix FrameAccessor. wasn't working at all (wrong source_files statement)
  add iPhoneMK 0.0.1
  SSToolkit 1.0.0
  Adding DCKeyValueObjectMapping 1.0.0
  Add AKTabBarController 0.1.0 and 0.2.0
  minor changes in spec
  AQGridView: QuartzCore added to required frameworks
  Add ClassMapper 0.0.1
  update SSPullToRefresh to version 1.0.1
  SSPullToRefresh 1.0.1
  Add SSPullToRefresh 1.0.0
  Vim swp file removed
  FrameAccessor podspec added
  new spec: SSPullToRefresh
  ...

Conflicts:
	InAppSettingsKit/0.0.1/InAppSettingsKit.podspec
	ShareKit/2.0/ShareKit.podspec
2012-05-24 14:21:23 +02:00

18 lines
775 B
Ruby

Pod::Spec.new do |s|
s.name = 'InAppSettingsKit'
s.version = '0.0.1'
s.platform = :ios
s.summary = 'This iPhone framework allows settings to be in-app in ' \
'addition to being in the Settings app.'
s.homepage = 'https://github.com/futuretap/InAppSettingsKit'
s.author = { 'Luc Vandal' => 'http://www.futuretap.com/contact/',
'Ortwin Gentz' => 'http://edovia.com/company/#contact_form' }
s.license = 'BSD'
s.source = { :git => 'https://github.com/futuretap/InAppSettingsKit.git',
:commit => '9b4d9e8ae8662e3917b82b993a3e6d132d89be28' }
s.resources = 'InAppSettingsKit/Xibs/*.*'
s.source_files = 'InAppSettingsKit/**/*.{h,m}'
s.clean_paths = 'InAppSettingsKitSampleApp'
end