[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 0 / 5 / ACEView / 0.0.5 / ACEView.podspec.json
blobcbffd5b890bbca25bd1b53ab2ef8aa91c9a44838
2   "name": "ACEView",
3   "version": "0.0.5",
4   "summary": "Use the ACE editor in your Cocoa applications.",
5   "description": "                    The ACEView framework aims to allow you to use the ACE source code editor in your Cocoa applications, as if it were a native control.\n",
6   "homepage": "https://github.com/faceleg/ACEView",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Robinson": "mike@pagesofinterest.net"
13   },
14   "source": {
15     "git": "https://github.com/faceleg/ACEView.git",
16     "tag": "0.0.5",
17     "submodules": true
18   },
19   "platforms": {
20     "osx": null
21   },
22   "frameworks": [
23     "WebKit"
24   ],
25   "resources": [
26     "ACEView/Dependencies/ace/src/*.js",
27     "ACEView/HTML/index.html"
28   ],
29   "source_files": "ACEView/Source/**/*.{h,m}",
30   "requires_arc": false