[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / a / 5 / Kaare / 1.0.0 / Kaare.podspec.json
blob836c9bf1e192dbf0f4288d9293149e67e38a023a
2   "name": "Kaare",
3   "version": "1.0.0",
4   "summary": "Cross platform reactive communication channel between JavaScript and native code",
5   "description": "Kaare allows communication between native code and JavaScript inside JavaScriptCore, UIWebView or even static HTML page",
6   "homepage": "https://github.com/artemyarulin/Kaare",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Artem Yarulin": "artem.yarulin@fessguid.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/artemyarulin/Kaare.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "iOS/Kaare/Kaare.{h,m}",
23     "iOS/Kaare/Transports/*.{h,m}"
24   ],
25   "resource_bundles": {
26     "Kaare": [
27       "js/build/kaare.js",
28       "js/build/kaare.full.js"
29     ]
30   },
31   "public_header_files": [
32     "iOS/Kaare/Kaare.h",
33     "iOS/Kaare/Transports/*.h"
34   ],
35   "frameworks": "JavaScriptCore",
36   "requires_arc": true,
37   "dependencies": {
38     "ReactiveCocoa": [
39       "~> 2.3.1"
40     ]
41   }