[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 1 / 3 / 2 / YAMLThatWorks / 0.0.4 / YAMLThatWorks.podspec.json
blob63f15b843f5ce849f62e10851c3096ef005aee86
2   "name": "YAMLThatWorks",
3   "version": "0.0.4",
4   "summary": "Objective C wrapper around yaml-cpp",
5   "description": "Objective C YAML Parser implemented as a wrapper around yaml-cpp",
6   "homepage": "https://github.com/SiarheiFedartsou/YAMLThatWorks",
7   "license": "MIT",
8   "authors": {
9     "Siarhei Fiedartsou": "siarhei.fedartsou@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/SiarheiFedartsou/YAMLThatWorks.git",
13     "tag": "0.0.4",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source_files": "YAMLThatWorks/Classes/**/*{.cpp,.h,.m,.mm}",
20   "exclude_files": [
21     "YAMLThatWorks/Classes/yaml-cpp/test/**/*",
22     "YAMLThatWorks/Classes/yaml-cpp/util/**/*"
23   ],
24   "libraries": "c++",
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/YAMLThatWorks/yaml-cpp/include\""
27   },
28   "header_mappings_dir": "YAMLThatWorks/Classes/yaml-cpp/include",
29   "public_header_files": "YAMLThatWorks/Classes/YATWSerialization.h"