[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 3 / c / RPJSContext / 2.1.0 / RPJSContext.podspec.json
blob4849f3a716e5842ef5897bbe5bc39cc96d50e792
2   "name": "RPJSContext",
3   "version": "2.1.0",
4   "summary": "JSContext++",
5   "homepage": "http://github.com/RobotsAndPencils/RPJSContext",
6   "license": "MIT",
7   "authors": {
8     "Brandon Evans": "brandon.evans@robotsandpencils.com"
9   },
10   "source": {
11     "git": "https://github.com/RobotsAndPencils/RPJSContext.git",
12     "tag": "2.1.0"
13   },
14   "social_media_url": "https://twitter.com/RobotsNPencils",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "requires_arc": true,
20   "source_files": "Classes/**/*",
21   "resources": "Assets/JS/**/*.js",
22   "ios": {
23     "exclude_files": "Classes/osx"
24   },
25   "osx": {
26     "exclude_files": "Classes/ios"
27   },
28   "public_header_files": "Classes/**/*.h",
29   "frameworks": "JavaScriptCore",
30   "dependencies": {
31     "AFNetworking": [
32       "~>2.2"
33     ]
34   }