[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 4 / 1 / 7 / Kaare-Platform / 1.0.0 / Kaare-Platform.podspec.json
blob0d0fb45205d2fc0ce5af84c6915b320e8c992c86
2   "name": "Kaare-Platform",
3   "version": "1.0.0",
4   "summary": "Kaare extensions which provides access to native OS functionality like: HttpRequest and XPath",
5   "description": "Provides wrappers around native functions for iOS which you can use through Kaare from your JavaScript logic",
6   "homepage": "https://github.com/artemyarulin/Kaare-Platform",
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-Platform.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "iOS/Kaare-Platform/KaarePlatform.{h,m}",
23     "iOS/Kaare-Platform/Modules/*.{h,m}"
24   ],
25   "resource_bundles": {
26     "KaarePlatform": [
27       "js/build/kaare.platform.js"
28     ]
29   },
30   "public_header_files": "iOS/Kaare-Platform/KaarePlatform.h",
31   "frameworks": "JavaScriptCore",
32   "requires_arc": true,
33   "dependencies": {
34     "ReactiveCocoa": [
35       "~> 2.3.1"
36     ],
37     "GDataXML-HTML": [
38       "~> 1.1"
39     ],
40     "Kaare": [
41       "~> 1.0.0"
42     ]
43   },
44   "libraries": "xml2",
45   "xcconfig": {
46     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
47   }