blob: 7d1fa0ea44824dcbb0c8857ba70f4f719e8fbc42 [file] [log] [blame]
{
"name": "ofxiOSBoost",
"version": "1.60.0",
"summary": "Boost C++ library",
"description": "Boost is the library that can (and should) be used to ease c++ development.",
"homepage": "http://www.boost.org",
"license": "Boost",
"authors": {
"Danoli3": "danoli3@gmail.com"
},
"source": {
"git": "https://github.com/danoli3/ofxiOSBoost.git",
"tag": "1.60.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": false,
"ios": {
"source_files": "libs/boost/include/**/*.{h,hpp,ipp}",
"header_mappings_dir": "libs/boost/include",
"public_header_files": "libs/boost/include/**/*.{h,hpp,ipp}",
"preserve_paths": [
"libs/boost/include/**/*.{h,hpp,ipp}",
"libs/boost/ios/**/*.a"
],
"vendored_libraries": "libs/boost/ios/**/*.a"
}
}