[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 7 / f / JSA4Cocoa / 1.0.1 / JSA4Cocoa.podspec.json
blob8c2b11203823747a08473e739dd023522cf23698
2   "name": "JSA4Cocoa",
3   "version": "1.0.1",
4   "summary": "The implementation of JSAppSugar for Cocoa.",
5   "description": "JSAppSugar is a Syntactic Sugar for JavaScript. It enables App(iOS/Android) developers to develop cross platform business logic in JavaScript language. The primary goal of this project is to make the application development process simple, cheap, and of high quality.",
6   "homepage": "https://github.com/JSAppSugar/JSA4Cocoa",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Neal",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10"
15   },
16   "source": {
17     "git": "https://github.com/JSAppSugar/JSA4Cocoa.git",
18     "tag": "1.0.1"
19   },
20   "source_files": "JSA4Cocoa/**/*.{h,m}",
21   "public_header_files": "JSA4Cocoa/*.h",
22   "resources": "Assets/*.js",
23   "frameworks": "JavaScriptCore",
24   "requires_arc": true