blob: c213147a03e9c2fa8f71cc6e504ba1ba4e783441 [file] [log] [blame]
{
"name": "YAMLThatWorks",
"version": "0.0.5",
"summary": "Objective C wrapper around yaml-cpp",
"description": "Objective C YAML Parser implemented as a wrapper around yaml-cpp",
"homepage": "https://github.com/SiarheiFedartsou/YAMLThatWorks",
"license": "MIT",
"authors": {
"Siarhei Fiedartsou": "siarhei.fedartsou@gmail.com"
},
"source": {
"git": "https://github.com/SiarheiFedartsou/YAMLThatWorks.git",
"tag": "0.0.5",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"source_files": "YAMLThatWorks/Classes/**/*{.cpp,.h,.m,.mm}",
"exclude_files": [
"YAMLThatWorks/Classes/yaml-cpp/test/**/*",
"YAMLThatWorks/Classes/yaml-cpp/util/**/*"
],
"libraries": "c++",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/Private/YAMLThatWorks/yaml-cpp/include\"",
"USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/Private/YAMLThatWorks/yaml-cpp/include\""
},
"header_mappings_dir": "YAMLThatWorks/Classes/",
"public_header_files": "YAMLThatWorks/Classes/YATWSerialization.h"
}