[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / b / 4 / OCFWeb / 0.0.3 / OCFWeb.podspec.json
blob3032541b2572c923114ed289b7ed268425f581b5
2   "name": "OCFWeb",
3   "version": "0.0.3",
4   "summary": "A small and imperfect web application framework written in Objective-C.",
5   "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",
6   "homepage": "https://github.com/Objective-Cloud/OCFWeb",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ChristianKienle": "chris@objective-cloud.com"
13   },
14   "source": {
15     "git": "https://github.com/Objective-Cloud/OCFWeb.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "6.0",
20     "osx": "10.8"
21   },
22   "source_files": "OCFWeb/OCFWeb",
23   "public_header_files": [
24     "OCFWeb/OCFWeb/OCFWebApplication.h",
25     "OCFWeb/OCFWeb/OCFRequest.h",
26     "OCFWeb/OCFWeb/OCFResponse.h",
27     "OCFWeb/OCFWeb/OCFMustache.h"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "OCFWebServer": [
32       "~> 0.0.2"
33     ],
34     "SOCKit": [
35       "~> 1.1"
36     ],
37     "GRMustache": [
38       "~> 6.7"
39     ]
40   }