[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / e / f / librlottie / 0.1.0 / librlottie.podspec.json
blob14296b7fea6f35caab062f7a66ccae4533801152
2   "name": "librlottie",
3   "version": "0.1.0",
4   "summary": "A platform independent standalone library that plays Lottie Animation.",
5   "description": "rlottie is a platform independent standalone c++ library for rendering vector based animations and art in realtime.",
6   "homepage": "https://github.com/Samsung/rlottie",
7   "license": {
8     "type": "LGPL"
9   },
10   "authors": {
11     "Subhransu Mohanty": "sub.mohanty@samsung.co"
12   },
13   "source": {
14     "git": "https://github.com/SDWebImage/librlottie-Xcode.git",
15     "tag": "0.1.0",
16     "submodules": true
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": [
25     "rlottie/src/**/*.{h,c,cpp}",
26     "generate/**/*.{h,c,cpp}",
27     "include/**/*.h",
28     "Xcode/librlottie.h"
29   ],
30   "public_header_files": [
31     "include/rlottie/rlottie_capi.h",
32     "include/rlottie/rlottiecommon.h",
33     "Xcode/librlottie.h"
34   ],
35   "exclude_files": [
36     "rlottie/src/lottie/rapidjson",
37     "rlottie/src/vector/pixman",
38     "rlottie/src/vector/vdrawhelper_neon.cpp"
39   ],
40   "pod_target_xcconfig": {
41     "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_TARGET_SRCROOT}/generate"
42   },
43   "preserve_paths": [
44     "rlottie",
45     "include",
46     "generate"
47   ],
48   "libraries": "c++"