[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / 5 / 7 / ofxiOSBoost_lfs / 1.63.0 / ofxiOSBoost_lfs.podspec.json
blob4994754571cac039a426860769676bd65fb38d90
2   "name": "ofxiOSBoost_lfs",
3   "version": "1.63.0",
4   "summary": "Boost C++ library",
5   "description": "Boost is the library that can (and should) be used to ease c++ development.",
6   "homepage": "http://www.boost.org",
7   "license": "Boost",
8   "authors": {
9     "Daniel Oberhoff": "danieloberhoff@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/maddanio/ofxiosboost.git",
13     "tag": "1.63.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": false,
19   "ios": {
20     "source_files": "libs/boost/include/**/*.{h,hpp,ipp}",
21     "header_mappings_dir": "libs/boost/include",
22     "public_header_files": "libs/boost/include/**/*.{h,hpp,ipp}",
23     "preserve_paths": [
24       "libs/boost/include/**/*.{h,hpp,ipp}",
25       "libs/boost/ios/**/*.a"
26     ],
27     "vendored_libraries": "libs/boost/ios/**/*.a"
28   }