[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / 5 / F2 / 2.1.16 / F2.podspec.json
blobe0a5dfb1e68247f352ef5f8131df1e4ba2278ec8
2   "name": "F2",
3   "version": "2.1.16",
4   "summary": "An elegant, interactive and flexible native charting library for mobile.",
5   "description": "F2Native is born for mobile visual development. It is out-of-the-box,cross-platform, high-performance visualization solution . Support Android and iOS perfect, moreover have high-performance experience in low-end mobile. Based on the grammar of graphics, F2Native provides all the chart types you'll need. Our mobile design guidelines enable better user experience in mobile visualzation projects.",
6   "homepage": "https://f2native.antv.vision",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "weiqingtangx": "razer751@163.com"
13   },
14   "source": {
15     "git": "https://github.com/antvis/F2Native.git",
16     "tag": "2.1.16"
17   },
18   "source_files": [
19     "ios/F2/*",
20     "core/graphics/**/*",
21     "core/ios/**/*",
22     "core/utils/**/*",
23     "core/bridge/**/*",
24     "core/nlohmann/**/*"
25   ],
26   "public_header_files": "ios/F2/*.{h}",
27   "prefix_header_file": "ios/F2/F2-prefix.pch",
28   "libraries": "c++",
29   "pod_target_xcconfig": {
30     "GENERATE_INFOPLIST_FILE": "YES"
31   },
32   "ios": {
33     "frameworks": [
34       "Foundation",
35       "UIKit",
36       "CoreText",
37       "CoreGraphics"
38     ]
39   },
40   "platforms": {
41     "ios": "9.0"
42   },
43   "requires_arc": true,
44   "user_target_xcconfig": {
45     "GENERATE_INFOPLIST_FILE": "YES"
46   }