blob: 6b9353d8e162e687c2977031545de5a732caa331 [file] [log] [blame]
{
"name": "Criollo",
"version": "0.1.9",
"license": {
"type": "public domain",
"text": "\nPublic Domain License\n\nThe Criollo project is in the public domain.\nUpdated and maintained by Cătălin Stan.\n"
},
"summary": "A powerful Cocoa based web application framework for OS X and iOS.",
"homepage": "https://github.com/thecatalinstan/Criollo",
"authors": {
"Cătălin Stan": "catalin.stan@me.com"
},
"social_media_url": "http://twitter.com/criolloio",
"source": {
"git": "https://github.com/thecatalinstan/Criollo.git",
"tag": "0.1.9"
},
"module_name": "Criollo",
"source_files": [
"Criollo/Criollo.h",
"Criollo/Source/*.{h,m}",
"Criollo/Source/{HTTP,FCGI,Routing,Extensions}/*.{h,m}"
],
"public_header_files": [
"Criollo/Criollo.h",
"Criollo/Source/CRTypes.h",
"Criollo/Source/CRApplication.h",
"Criollo/Source/CRServer.h",
"Criollo/Source/CRConnection.h",
"Criollo/Source/CRMessage.h",
"Criollo/Source/CRRequest.h",
"Criollo/Source/CRRequestRange.h",
"Criollo/Source/CRResponse.h",
"Criollo/Source/HTTP/CRHTTPServer.h",
"Criollo/Source/FCGI/CRFCGIServer.h",
"Criollo/Source/Routing/CRNib.h",
"Criollo/Source/Routing/CRView.h",
"Criollo/Source/Routing/CRViewController.h",
"Criollo/Source/CRMimeTypeHelper.h"
],
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"osx": {
"frameworks": "Foundation"
},
"requires_arc": true,
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.4"
]
}
}