blob: f70cbc88145e6b1638adb0d83bdc6cc266588135 [file] [log] [blame]
{
"name": "Boost-For-Mobile",
"version": "1.60.0",
"summary": "Boost for mobile provides free peer-reviewed portable C++ source libraries.",
"homepage": "https://github.com/ObjSal/Boost-For-Mobile",
"license": "Boost Software License",
"authors": {
"Salvador Guerrero": "salvador.icc@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"prepare_command": "ios/ofxiOSBoost/scripts/build-libc++withBitcode \"$(pwd)/boost\"",
"source": {
"git": "https://github.com/ObjSal/Boost-For-Mobile.git",
"tag": "1.60.0",
"submodules": "true"
},
"source_files": "ios/ofxiOSBoost/libs/boost/include/**/*.{h,hpp,ipp}",
"header_mappings_dir": "ios/ofxiOSBoost/libs/boost/include",
"public_header_files": "ios/ofxiOSBoost/libs/boost/include/**/*.{h,hpp,ipp}",
"preserve_paths": [
"ios/ofxiOSBoost/libs/boost/include/**/*.{h,hpp,ipp}",
"ios/ofxiOSBoost/libs/boost/ios/**/*.a"
],
"vendored_libraries": "ios/ofxiOSBoost/libs/boost/ios/**/*.a",
"requires_arc": false
}