This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Coordinates.php | |
* An utility for converting HK80 to WGS84 coordinates | |
* | |
* Copyright (C) 2010, 2013 Kelvin Wong | |
* Licensed under the MIT License (http://opensource.org/licenses/MIT) | |
* | |
* Note: For the glossaries and conventions for coordinates convertion, please refer to | |
* the website of Geodetic Survey of Hong Kong. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'ImageMagick' | |
s.version = '6.8.1-0' | |
s.platform = :ios | |
s.summary = 'Convert, Edit and Compose Images' | |
s.homepage = 'http://www.imagemagick.org/' | |
s.license = { | |
:type => 'Apache License, Version 2.0', | |
:text => <<-LICENSE | |
Copyright 1999-2013 ImageMagick Studio LLC, a non-profit organization |