[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / d / f / FastDTW-x / 0.3.2 / FastDTW-x.podspec.json
blob74991ee94c804c8eb7cf770317a3e6f29603a35a
2   "name": "FastDTW-x",
3   "version": "0.3.2",
4   "summary": "C++ porting of Stan Salvador's FastDTW.",
5   "homepage": "https://github.com/melode11/FastDTW-x",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Melo Yao": "melode11@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/melode11/FastDTW-x.git",
14     "tag": "0.3.2"
15   },
16   "source_files": "FastDTW-x/Classes/**/*.{h,cpp}",
17   "requires_arc": false,
18   "xcconfig": {
19     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++11",
20     "CLANG_CXX_LIBRARY": "libstdc++"
21   }