blob: 3032541b2572c923114ed289b7ed268425f581b5 [file] [log] [blame]
{
"name": "OCFWeb",
"version": "0.0.3",
"summary": "A small and imperfect web application framework written in Objective-C.",
"description": "OCFWeb is a web application framework written in Objective-C. You can use OCFWeb to create web applications with just a few lines of code. Although OCFWeb is developed and used by Objective-Cloud.com it does not depend on Objective-Cloud.com.\n",
"homepage": "https://github.com/Objective-Cloud/OCFWeb",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ChristianKienle": "chris@objective-cloud.com"
},
"source": {
"git": "https://github.com/Objective-Cloud/OCFWeb.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "OCFWeb/OCFWeb",
"public_header_files": [
"OCFWeb/OCFWeb/OCFWebApplication.h",
"OCFWeb/OCFWeb/OCFRequest.h",
"OCFWeb/OCFWeb/OCFResponse.h",
"OCFWeb/OCFWeb/OCFMustache.h"
],
"requires_arc": true,
"dependencies": {
"OCFWebServer": [
"~> 0.0.2"
],
"SOCKit": [
"~> 1.1"
],
"GRMustache": [
"~> 6.7"
]
}
}