blob: 8913a95f374a27d561a92d66d7fb079a2d7e1781 [file] [log] [blame]
{
"name": "AstroCocoaPackage",
"version": "1.0.0",
"summary": "Various Obj-C and Cocoa tools for astronomical computations, developed and used primarily for iObserve.app.",
"description": " \t\t\t\t\tThe AstroCocoaPackage contains lots of useful computations of astronomical quantities and conversions, in Objective-C.\n \t\t\t\t\tIt has been developed originally inside iObserve.app. It is developed for iOS and OSX.\n",
"homepage": "http://onekilopars.ec/AstroCocoaPackage",
"license": {
"type": "GPLv2",
"file": "LICENSE"
},
"authors": {
"CeĢdric Foellmi": "cedric@onekilopars.ec"
},
"source": {
"git": "https://github.com/onekiloparsec/AstroCocoaPackage.git",
"tag": "1.0.0"
},
"platforms": {
"osx": "10.7",
"ios": "6.0"
},
"source_files": [
".",
"*.{h,m,c}"
],
"public_header_files": "*.h",
"frameworks": "Foundation",
"requires_arc": true
}