Skip to content

Instantly share code, notes, and snippets.

@kishikawakatsumi
Created November 12, 2013 12:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kishikawakatsumi/7430173 to your computer and use it in GitHub Desktop.
Save kishikawakatsumi/7430173 to your computer and use it in GitHub Desktop.
Generate license description from podspec automatically.
platform :ios, '5.0'
pod 'SVProgressHUD'
pod 'FFCircularProgressView'
pod 'JLRoutes'
pod 'NLCoreData'
pod 'Evernote-SDK-iOS'
pod 'Dropbox-iOS-SDK'
pod 'UrbanAirship-iOS-SDK'
pod 'Helpshift'
pod 'CrittercismSDK'
post_install do | installer |
require 'fileutils'
FileUtils.cp_r('Pods/Pods-acknowledgements.plist', 'NicolaEditor/Settings.bundle/Acknowledgements.plist', :remove_destination => true)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment