blob: 203d0560f9a2ff18678d6a775aa5d6b638f70e2d [file] [log] [blame]
{
"name": "ObjCFITSIO",
"version": "0.2.5",
"summary": "ObjCFITSIO is an asynchronous Objective-C wrapper around cfitsio bringing object concepts to the famous FITS file library.",
"description": " ObjCFITSIO has been started in support of the development of an OSX app which is intended to be a kind of iTunes-for-FITS files, currently ongoing at onekiloparsec's headquarters.\n It is also used in the 3rd version of the FITS files QuickLook OSX plugin QLFits3, open source on github.\n It is voluntarily asynchronous by design (since operations on large images can be long), and use Grand Central Dispatch to achieve so.\n Ultimately, I would like to see it supporting most of the APIs of cfitsio.\n",
"homepage": "http://onekilopars.ec/fits",
"license": {
"type": "GPLv2",
"file": "LICENSE"
},
"authors": {
"CeĢdric Foellmi": "cedric@onekilopars.ec"
},
"platforms": {
"osx": "10.8"
},
"source": {
"git": "https://github.com/onekiloparsec/ObjCFITSIO.git",
"tag": "0.2.5"
},
"source_files": [
"ObjCFITSIO/**/*.{h,m,c}",
"Utilities/**/*.{h,m,c}",
"cfitsio/**/*.{h,m,c}"
],
"public_header_files": "ObjCFITSIO/*.h, cfitsio/.{h}",
"vendored_libraries": "cfitsio/libcfitsio.a",
"dependencies": {
"RegexKitLite": [
"~> 4.0"
]
},
"osx": {
"frameworks": "Foundation"
},
"requires_arc": true
}